Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor-and-patch group across 1 directory with 11 updates #14

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the minor-and-patch group with 11 updates in the / directory:

Package From To
luxon 3.4.4 3.5.0
@adonisjs/assembler 7.5.2 7.7.0
@adonisjs/core 6.9.0 6.12.1
@adonisjs/mail 9.2.1 9.2.2
@swc/core 1.5.7 1.7.10
eslint 9.3.0 9.9.0
husky 9.0.11 9.1.4
np 10.0.5 10.0.7
prettier 3.2.5 3.3.3
tsup 8.0.2 8.2.4
typescript 5.4.5 5.5.4

Updates luxon from 3.4.4 to 3.5.0

Changelog

Sourced from luxon's changelog.

3.5.0 (2024-08-03)

  • Various performance improvements
  • throwOnInvalid causes the constructor to throw if the year is invalid
Commits

Updates @adonisjs/assembler from 7.5.2 to 7.7.0

Release notes

Sourced from @​adonisjs/assembler's releases.

Stable assembler hooks

Changes

Stabilized assembler hooks. See upgrade guide here

Commits

  • refactor!: remove onHttpServerMessage logic (459937f)
  • chore: update adonisjs/application (d5e8cfe)
  • refactor!: move to stable assembler hooks APIs (b6b8795)
  • feat: add addAssemblerHook codemod (293e100)
  • chore: update dependencies (e4f8902)

Yarn berry support

Changelog:

Full Changelog: adonisjs/assembler@v7.6.0...v7.6.1

Commits

Updates @adonisjs/core from 6.9.0 to 6.12.1

Release notes

Sourced from @​adonisjs/core's releases.

Allow bun and pnpm@6 when using "ace add" command

  • chore: run tests before publishing package (5bf81d0)
  • fix: add command to allow bun and pnpm@6 (2e74375)
  • chore: update dependencies (8cc09c2)

Full Changelog: adonisjs/core@v6.12.0...v6.12.1

Update health checks setup and add support for bun to install dependencies

  • chore: upgrade to latest version of health checks (00bbbd6)
  • chore: add bun support for ace add (#4607) (57a81f7)
  • feat: create health checks controller when configuring health checks (f494c52)

What's Changed

New Contributors

Full Changelog: adonisjs/core@v6.11.0...v6.12.0

Add support for configuring health checks via configure command

Run the following command with the latest release to configure health checks

node ace configure health_checks

Commits

  • feat: add support to configure health checks via configure command (6fc19a3)
  • chore: update dependencies (dede44f)

Fix publish path of health checks module

  • fix: path of health module (d0ad21d)

Full Changelog: adonisjs/core@v6.10.0...v6.10.1

Add and export health module

This release introduces the new health module. The docs will follow soon.

Commits

  • feat: add and export health module (bce2b76)
  • chore: update dependencies (0cc018e)

Full Changelog: adonisjs/core@v6.9.1...v6.10.0

Stable assembler hooks

Changes

... (truncated)

Commits
  • 3fd994d chore(release): 6.12.1
  • 5bf81d0 chore: run tests before publishing package
  • 2e74375 fix: add command to allow bun and pnpm@6
  • 8cc09c2 chore: update dependencies
  • ae16267 chore(release): 6.12.0
  • 00bbbd6 chore: upgrade to latest version of health checks
  • 57a81f7 chore: add bun support for ace add (#4607)
  • f494c52 feat: create health checks controller when configuring health checks
  • 75b0cf9 chore(release): 6.11.0
  • 6fc19a3 feat: add support to configure health checks via configure command
  • Additional commits viewable in compare view

Updates @adonisjs/mail from 9.2.1 to 9.2.2

Release notes

Sourced from @​adonisjs/mail's releases.

Correct env variable access for SES in stubs

Commits

  • chore: migrate to release-it (4f15d37)
  • fix(stubs): correct env variable access for SES (e203074)
  • Fix env variables (#97) (2455620)

What's Changed

New Contributors

Full Changelog: adonisjs/mail@v9.2.1...v9.2.2

Commits

Updates @swc/core from 1.5.7 to 1.7.10

Release notes

Sourced from @​swc/core's releases.

v1.7.10

No release notes provided.

v1.7.10-nightly-20240809.1

No release notes provided.

v1.7.9

No release notes provided.

v1.7.9-nightly-20240809.1

No release notes provided.

v1.7.8-nightly-20240809.2

No release notes provided.

v1.7.8-nightly-20240809.1

No release notes provided.

v1.7.8-nightly-20240808.1

No release notes provided.

v1.7.8-nightly-20240807.2

No release notes provided.

v1.7.8-nightly-20240807.1

No release notes provided.

v1.7.7-nightly-20240806.4

No release notes provided.

v1.7.6

No release notes provided.

v1.7.6-nightly-20240804.1

No release notes provided.

v1.7.5

No release notes provided.

v1.7.5-nightly-20240802.1

No release notes provided.

v1.7.5-nightly-20240801.4

No release notes provided.

v1.7.5-nightly-20240801.1

No release notes provided.

v1.7.4

No release notes provided.

... (truncated)

Changelog

Sourced from @​swc/core's changelog.

[1.7.10] - 2024-08-09

Bug Fixes

  • (es/typescript) Strip optional mark and definite mark (#9411) (8c161a0)

  • (es/typescript) Strip exported default overload function declaration (#9412) (b395f48)

  • (es/typescript) Strip this param in getter/setter (#9414) (442fb7b)

  • (es/typescript) Update ts-strip type definition (#9415) (165c8fa)

[1.7.9] - 2024-08-09

Bug Fixes

[1.7.8] - 2024-08-09

Bug Fixes

... (truncated)

Commits
  • 7b7eb48 chore: Publish 1.7.10 with swc_core v0.100.6
  • cf37df8 chore: Update changelog
  • 48b5a58 chore: Publish 1.7.10-nightly-20240809.1 with swc_core v0.100.6
  • 1c65541 chore: Publish crates with swc_core v0.100.6
  • 165c8fa fix(es/typescript): Update ts-strip type definition (#9415)
  • 442fb7b fix(es/typescript): Strip this param in getter/setter (#9414)
  • b395f48 fix(es/typescript): Strip exported default overload function declaration (#9412)
  • 8c161a0 fix(es/typescript): Strip optional mark and definite mark (#9411)
  • 4b58750 chore: Update changelog
  • 71784a3 chore: Publish 1.7.9 with swc_core v0.100.5
  • Additional commits viewable in compare view

Updates eslint from 9.3.0 to 9.9.0

Release notes

Sourced from eslint's releases.

v9.9.0

Features

  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

  • 461b2c3 chore: upgrade to @eslint/[email protected] (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)

v9.8.0

Features

  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)

Bug Fixes

  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)

Documentation

Build Related

  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)

Chores

v9.7.0

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)

Documentation

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.9.0 - August 9, 2024

  • 461b2c3 chore: upgrade to @eslint/[email protected] (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

v9.8.0 - July 26, 2024

  • deee448 chore: upgrade to @eslint/[email protected] (#18720) (Francesco Trotta)
  • 4aaf2b3 chore: package.json update for @​eslint/js release (Jenkins)
  • 8e1a627 chore: update dependency @​eslint/core to ^0.2.0 (#18700) (renovate[bot])
  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)
  • 282df1a docs: Add system theme option (#18617) (Amaresh S M)
  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)
  • 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas)
  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)
  • a7016a5 docs: fix search input stylings (#18682) (Amaresh S M)

v9.7.0 - July 12, 2024

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)

v9.6.0 - June 28, 2024

  • b15ee30 chore: upgrade @​eslint/js@​9.6.0 (#18632) (Milos Djermanovic)
  • d655503 chore: package.json update for @​eslint/js release (Jenkins)
  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas)

... (truncated)

Commits

Updates husky from 9.0.11 to 9.1.4

Release notes

Sourced from husky's releases.

v9.1.4

  • Improve deprecation notice

v9.1.3

  • fix: better handle space in PATH

v9.1.2

Show a message instead of automatically removing deprecated code.

This only concerns projects that still have the following code in their hooks:

- #!/usr/bin/env sh # <- This is deprecated, remove it
- . "$(dirname -- "$0")/_/husky.sh"  # <- This is deprecated, remove it
Rest of your hook code

Hooks with these lines will fail in v10.0.0

v9.1.1

Super saiyan god dog! It's over 9.0.0!

What's new

You can now run package commands directly, no need for npx or equivalents. It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

# .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

# .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

... (truncated)

Commits

Updates np from 10.0.5 to 10.0.7

Release notes

Sourced from np's releases.

v10.0.7

  • Allow publishConfig.registry to be npm default registry when using Yarn berry (#750) 6c5eee3

sindresorhus/np@v10.0.6...v10.0.7

v10.0.6

  • Fix usage with pnpm and --any-branch or --branch (#745) d0c1493

sindresorhus/np@v10.0.5...v10.0.6

Commits

Updates prettier from 3.2.5 to 3.3.3

Release notes

Sourced from prettier's releases.

3.3.3

🔗 Changelog

3.3.2

🔗 Changelog

3.3.1

🔗 Changelog

3.3.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.3.3

diff

Add parentheses for nullish coalescing in ternary (#16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;
// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;
// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);

Add parentheses for decorator expressions (#16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@(foo`tagged template`)
class X {}
// Prettier 3.3.2
@​footagged template
class X {}
// Prettier 3.3.3
@(footagged template)
class X {}

Support @let declaration syntax (#16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

... (truncated)

Commits

Updates tsup from 8.0.2 to 8.2.4

Release notes

Sourced from tsup's releases.

v8.2.4

8.2.4 (2024-08-02)

Bug Fixes

v8.2.3

8.2.3 (2024-07-24)

Bug Fixes

  • get metafile on windows (048c93b)

v8.2.2

8.2.2 (2024-07-22)

Bug Fixes

  • Revert "refactor: replace globby with faster alternative (#1158)" (2de6dd5)

v8.2.1

8.2.1 (2024-07-20)

Bug Fixes

v8.2.0

8.2.0 (2024-07-19)

Features

  • add option to retain node protocol (e7ced34)

v8.1.2

8.1.2 (2024-07-17)

Bug Fixes

v8.1.1

... (truncated)

Commits

Updates typescript from 5.4.5 to 5.5.4

Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • c8a7d58 Bump version to 5.5.4 and LKG
  • c0ded04 🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...
  • 5ba41e2 🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...
  • b075332 🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...
  • 9dd6f91 Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)
  • bf0ddaf 🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...
  • a44e2d9 🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...
  • f35206d 🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...
  • 1109550 Fix baselines on release-5.5 (#59330)
  • 8794318 🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • `@dep...

Description has been truncated

Bumps the minor-and-patch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [luxon](https://github.com/moment/luxon) | `3.4.4` | `3.5.0` |
| [@adonisjs/assembler](https://github.com/adonisjs/assembler) | `7.5.2` | `7.7.0` |
| [@adonisjs/core](https://github.com/adonisjs/core) | `6.9.0` | `6.12.1` |
| [@adonisjs/mail](https://github.com/adonisjs/mail) | `9.2.1` | `9.2.2` |
| [@swc/core](https://github.com/swc-project/swc) | `1.5.7` | `1.7.10` |
| [eslint](https://github.com/eslint/eslint) | `9.3.0` | `9.9.0` |
| [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.4` |
| [np](https://github.com/sindresorhus/np) | `10.0.5` | `10.0.7` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` |
| [tsup](https://github.com/egoist/tsup) | `8.0.2` | `8.2.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.4` |



Updates `luxon` from 3.4.4 to 3.5.0
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.4.4...3.5.0)

Updates `@adonisjs/assembler` from 7.5.2 to 7.7.0
- [Release notes](https://github.com/adonisjs/assembler/releases)
- [Commits](adonisjs/assembler@v7.5.2...v7.7.0)

Updates `@adonisjs/core` from 6.9.0 to 6.12.1
- [Release notes](https://github.com/adonisjs/core/releases)
- [Commits](adonisjs/core@v6.9.0...v6.12.1)

Updates `@adonisjs/mail` from 9.2.1 to 9.2.2
- [Release notes](https://github.com/adonisjs/mail/releases)
- [Commits](adonisjs/mail@v9.2.1...v9.2.2)

Updates `@swc/core` from 1.5.7 to 1.7.10
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.5.7...v1.7.10)

Updates `eslint` from 9.3.0 to 9.9.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.3.0...v9.9.0)

Updates `husky` from 9.0.11 to 9.1.4
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.0.11...v9.1.4)

Updates `np` from 10.0.5 to 10.0.7
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](sindresorhus/np@v10.0.5...v10.0.7)

Updates `prettier` from 3.2.5 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.3)

Updates `tsup` from 8.0.2 to 8.2.4
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](egoist/tsup@v8.0.2...v8.2.4)

Updates `typescript` from 5.4.5 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.4)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@adonisjs/assembler"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@adonisjs/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@adonisjs/mail"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: np
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2024
Copy link
Author

dependabot bot commented on behalf of github Aug 19, 2024

Superseded by #15.

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-2e4f964729 branch August 19, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants