-
Notifications
You must be signed in to change notification settings - Fork 59
chore(deps): bump the all-dependencies group with 7 updates #452
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
chore(deps): bump the all-dependencies group with 7 updates #452
Conversation
Bumps the all-dependencies group with 7 updates: | Package | Update | | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | 5.59.2 to 6.0.0 | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | 5.59.2 to 6.0.0 | | [aria-query](https://github.com/A11yance/aria-query) | 5.1.3 to 5.3.0 | | [jsx-ast-utils](https://github.com/jsx-eslint/jsx-ast-utils) | 3.3.3 to 3.3.4 | | [prettier](https://github.com/prettier/prettier) | 2.8.8 to 3.0.0 | | [eslint](https://github.com/eslint/eslint) | 8.40.0 to 8.44.0 | | [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) | 5.0.8 to 5.1.0 | Updates `@typescript-eslint/eslint-plugin` from 5.59.2 to 6.0.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.0.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 5.59.2 to 6.0.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.0.0/packages/parser) Updates `aria-query` from 5.1.3 to 5.3.0 - [Changelog](https://github.com/A11yance/aria-query/blob/main/CHANGELOG.md) - [Commits](A11yance/aria-query@v5.1.3...v5.3.0) Updates `jsx-ast-utils` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/jsx-eslint/jsx-ast-utils/releases) - [Changelog](https://github.com/jsx-eslint/jsx-ast-utils/blob/main/CHANGELOG.md) - [Commits](jsx-eslint/jsx-ast-utils@v3.3.3...v3.3.4) Updates `prettier` from 2.8.8 to 3.0.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.8.8...3.0.0) Updates `eslint` from 8.40.0 to 8.44.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.40.0...v8.44.0) Updates `eslint-plugin-eslint-plugin` from 5.0.8 to 5.1.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-plugin/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-eslint-plugin/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-eslint-plugin@v5.0.8...v5.1.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: aria-query dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: jsx-ast-utils dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: prettier dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: eslint-plugin-eslint-plugin dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
9e9165d
to
a5ffea9
Compare
Failing tests should be fixed with changes in #448 |
@@ -44,7 +44,7 @@ | |||
"eslint-plugin-prettier": "^4.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think [email protected]
might also be needed for downstream projects, based on the notes in prettier/eslint-plugin-prettier#562 around the upgrade of Prettier to v3
@dependabot rebase |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the all-dependencies group with 7 updates:
Updates
@typescript-eslint/eslint-plugin
from 5.59.2 to 6.0.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
6ae1fa7
chore: publish v6.0.03201f78
Fix prefer-nullish-coalescing too64958d3
Fix: yarn generate-configs980bda3
Merge branch 'main' (I swear this had better be the last onecba0d11
chore: publish v5.62.0d2104ae
Reset prefer-nullish-coalescing.test.ts to mainbccf851
Merge branch 'main'a8c824a
fix(eslint-plugin): replace auto-fix of class literal property style rule wit...4437d18
docs: be more explicit about what restrict-template-expressions restricts (#7...24bdacc
fix(eslint-plugin): [comma-spacing] allow no space after trailing comma in ob...Updates
@typescript-eslint/parser
from 5.59.2 to 6.0.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
6ae1fa7
chore: publish v6.0.0980bda3
Merge branch 'main' (I swear this had better be the last onecba0d11
chore: publish v5.62.0c233652
Merge branch 'main'2f46341
chore: publish v5.61.0f74862c
chore: publish v5.60.13cdf5c9
chore: enable sort-type-constituents internally (#7028)cc33804
docs: reorganise release/version docs (#7033)371fc26
Merge branch 'main' into v6c09b1c0
chore: publish v5.60.0Updates
aria-query
from 5.1.3 to 5.3.0Changelog
Sourced from aria-query's changelog.
Commits
fff6f07
5.3.002e427c
Update CHANGELOG for v5.3.0fda2c97
fix: amend breaking changes and reinstate constraints (#515)f9f9ea6
Add prepublishOnly step to package.json (#506)d7e68dd
5.2.1bf8b0ca
Update CHANGELOG for v5.2.1c995082
Run npm i to update package-lock.jsonef150a3
5.2.0413365f
Updating Changelog to include v5.2.0 (#501)e2e3eff
docs: update README to WAI-ARIA 1.2 spec (#499)Updates
jsx-ast-utils
from 3.3.3 to 3.3.4Changelog
Sourced from jsx-ast-utils's changelog.
Commits
fa8a5e8
v3.3.4bad51d0
[Refactor] usearray.prototype.flat
object.values
over.reduce
3baaf76
[Dev Deps] update@babel/core
,@babel/eslint-parser
,@babel/parser
, `au...1d39f58
[Tests] add test forimport.meta
26cc3c4
[Fix]TSNonNullExpression
: Handle function callsa0f4f38
[meta] run build in prepack, not prepublishc479841
[Deps] updatearray-includes
0e4f80c
[Dev Deps] updateeslint
,@babel/core
,@babel/parser
,object.entries
,...af1de69
[meta] addauto-changelog
9685dce
[Deps] updateobject.assign
Updates
prettier
from 2.8.8 to 3.0.0Release notes
Sourced from prettier's releases.
... (truncated)
Changelog
Sourced from prettier's changelog.
Commits
186e096
Release 3.0.044979b0
Remove test step from release script (#15011)e12afe8
Regenerate yarn.lock file (#15010)db31fd6
Regenerate yarn.lock file for website (#15009)1a0d9ed
chore(deps): update dependency cosmiconfig to v8.2.0 (#14901)