-
Notifications
You must be signed in to change notification settings - Fork 55
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 #447
chore(deps): bump the all-dependencies group with 7 updates #447
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 5.61.0 | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | 5.59.2 to 5.61.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 5.61.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/v5.61.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 5.59.2 to 5.61.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/v5.61.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-minor dependency-group: all-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-minor 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] <support@github.com>
FYI, there is now a new error from prettier:
|
Hi! I'm following up on the It looks this is a result of For example, one of the keys in
newly has a constraints set:
The code we have in delete key.constraints
key.attributes = key.attributes?.filter(attribute => !('constraints' in attribute)) This ends up filtering out the above's entire attributes leaving:
Therefore, Next steps:
cc-ing @smockle who originally introduced this rule, do you have additional insights here? |
Superseded by #452. |
Bumps the all-dependencies group with 7 updates:
Updates
@typescript-eslint/eslint-plugin
from 5.59.2 to 5.61.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
2f46341
chore: publish v5.61.0997783f
feat(eslint-plugin): [ban-types] ban types in extends and implements (#7129)faea3ff
feat: use graphemer instead of grapheme-splitter (#7069)f74862c
chore: publish v5.60.1c09b1c0
chore: publish v5.60.0def09f8
feat(eslint-plugin): [restrict-plus-operands] add allow* options (#6161)a91bb9e
chore: publish v5.59.119768e98
chore: publish v5.59.10a2b6b2e
chore: publish v5.59.94710a22
chore: update to latest nx and lerna (#7019)Updates
@typescript-eslint/parser
from 5.59.2 to 5.61.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
2f46341
chore: publish v5.61.0f74862c
chore: publish v5.60.1cc33804
docs: reorganise release/version docs (#7033)c09b1c0
chore: publish v5.60.0a91bb9e
chore: publish v5.59.119768e98
chore: publish v5.59.10a2b6b2e
chore: publish v5.59.94710a22
chore: update to latest nx and lerna (#7019)391a670
chore: publish v5.59.85166a00
chore: publish v5.59.7Updates
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)25fa483
chore(deps): update dependency typescript to v5.1.5 (#14896)d075965
chore(deps): update dependency webpack to v5.88.1 (#14994)d97f78d
chore(deps): update dependency webpack to v5.88.1 (#14995)f1ef433
chore(deps): update dependency flow-parser to v0.211.0 (#15002)61804e2
chore(deps): update dependency espree to v9.6.0 (#15000)Updates
eslint
from 8.40.0 to 8.44.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
8c1ec65
8.44.0849933b
Build: changelog update for 8.44.049e46ed
chore: upgrade@eslint/js
@8
.44.0 (#17329)a1cb642
chore: package.json update for@eslint/js
release1766771
feat: addes2023
andes2024
environments (#17328)4c50400
feat: addecmaVersion: 2024
, regexpv
flag parsing (#17324)4d411e4
feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17...840a264
test: More test cases for no-case-declarations (#17315)e6e74f9
chore: package.json update for eslint-config-eslint releaseeb3d794
chore: upgrade semver@7.5.3 (#17323)Updates
eslint-plugin-eslint-plugin
from 5.0.8 to 5.1.0Release notes
Sourced from eslint-plugin-eslint-plugin's releases.
Changelog
Sourced from eslint-plugin-eslint-plugin's changelog.
Commits
c4ddf68
chore: release v5.1.06f6b1f4
feat: supporteslint.config.js
(#347)a3d8898
build(deps-dev): Bump markdownlint-cli from 0.33.0 to 0.34.0 (#351)3fff008
chore: add tests for Node 20 (#349)fd1c227
build(deps-dev): Bump eslint-plugin-unicorn from 45.0.2 to 46.0.0 (#343)983e0fe
docs: split rules list into rule/test-related rules (#341)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@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually