Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2023

Bumps the all-dependencies group with 7 updates:

Package Update
@typescript-eslint/eslint-plugin 5.59.2 to 6.0.0
@typescript-eslint/parser 5.59.2 to 6.0.0
aria-query 5.1.3 to 5.3.0
jsx-ast-utils 3.3.3 to 3.3.4
prettier 2.8.8 to 3.0.0
eslint 8.40.0 to 8.44.0
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

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.0.0

See the announcement blog post for a friendly description of all changes and CHANGELOG.md for a full organized list of them. 🎉

What's Changed

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.0.0 (2023-07-10)

Bug Fixes

  • bumped ts-api-utils to 0.0.39 (#6497) (217c710)
  • correct handling of additionalProperties in object schemas (#6939) (489c7a5)
  • correct lint error after merge (277fdb5)
  • eslint-plugin: [explicit-module-boundary-types] remove shouldTrackReferences option from schema (#5399) (6d32734)
  • eslint-plugin: allow parser@^6.0.0 (#6630) (92908bd)
  • eslint-plugin: remove valid-typeof disable in eslint-recommended (#5381) (b82df5e)
  • fix illegal decorator check (#6723) (c456f8c)
  • rename typeParameters to typeArguments where needed (#5384) (08d757b)
  • replace tsutils with ts-api-tools (#6428) (79327b4)
  • type-utils: treat intrinsic types as if they are from lib and never match error types (#6869) (ecb57de)
  • typescript-estree: account for namespace nesting in AST conversion (#6272) (09e3877)
  • update exports field in package.json files (#6550) (53776c2)

chore

Features

... (truncated)

Commits
  • 6ae1fa7 chore: publish v6.0.0
  • 3201f78 Fix prefer-nullish-coalescing too
  • 64958d3 Fix: yarn generate-configs
  • 980bda3 Merge branch 'main' (I swear this had better be the last one
  • cba0d11 chore: publish v5.62.0
  • d2104ae Reset prefer-nullish-coalescing.test.ts to main
  • bccf851 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...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 5.59.2 to 6.0.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.0.0

See the announcement blog post for a friendly description of all changes and CHANGELOG.md for a full organized list of them. 🎉

What's Changed

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.0.0 (2023-07-10)

Bug Fixes

  • update exports field in package.json files (#6550) (53776c2)

chore

Features

BREAKING CHANGES

  • drop support for ESLint v6
  • drops support for node v17
  • drops support for node v12

You can read about our versioning strategy and releases on our website.

5.62.0 (2023-07-10)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

... (truncated)

Commits

Updates aria-query from 5.1.3 to 5.3.0

Changelog

Sourced from aria-query's changelog.

5.3.0

Reverts some API data shape changes from 5.2.x. Also reverts some changes to the representation of the ARIA spec.

  • fda2c97 fix: amend breaking changes and reinstate constraints (#515)
  • f9f9ea6 Add prepublishOnly step to package.json (#506)
Commits

Updates jsx-ast-utils from 3.3.3 to 3.3.4

Changelog

Sourced from jsx-ast-utils's changelog.

v3.3.4 - 2023-06-28

Commits

  • [Refactor] use array.prototype.flat object.values over .reduce bad51d0
  • [meta] add auto-changelog af1de69
  • [Tests] add test for import.meta 1d39f58
  • [Dev Deps] update @babel/core, @babel/eslint-parser, @babel/parser, aud, eslint, eslint-plugin-import 3baaf76
  • [Fix] TSNonNullExpression: Handle function calls 26cc3c4
  • [Dev Deps] update eslint, @babel/core, @babel/parser, object.entries, object.fromentries 0e4f80c
  • [Dev Deps] update @babel/core, @babel/eslint-parser, @babel/parser, aud b5427a6
  • [meta] run build in prepack, not prepublish a0f4f38
  • [Deps] update array-includes c479841
  • [Deps] update object.assign 9685dce
Commits
  • fa8a5e8 v3.3.4
  • bad51d0 [Refactor] use array.prototype.flat object.values over .reduce
  • 3baaf76 [Dev Deps] update @babel/core, @babel/eslint-parser, @babel/parser, `au...
  • 1d39f58 [Tests] add test for import.meta
  • 26cc3c4 [Fix] TSNonNullExpression: Handle function calls
  • a0f4f38 [meta] run build in prepack, not prepublish
  • c479841 [Deps] update array-includes
  • 0e4f80c [Dev Deps] update eslint, @babel/core, @babel/parser, object.entries,...
  • af1de69 [meta] add auto-changelog
  • 9685dce [Deps] update object.assign
  • Additional commits viewable in compare view

Updates prettier from 2.8.8 to 3.0.0

Release notes

Sourced from prettier's releases.

3.0.0

diff

🔗 Release note

3.0.0-alpha.6

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.5...3.0.0-alpha.6

3.0.0-alpha.5

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.4...3.0.0-alpha.5

3.0.0-alpha.4

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.3...3.0.0-alpha.4

3.0.0-alpha.3

  • Fix exports field in package.json file

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.2...3.0.0-alpha.3

3.0.0-alpha.2

  • Fix bundled index.cjs file

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.1...3.0.0-alpha.2

3.0.0-alpha.1

If you are a plugin developer, please try this version and send us feedback! Feel free to ping @​fisker if you have any questions about v3 migration.

... (truncated)

Changelog

Sourced from prettier's changelog.

3.0.0

diff

🔗 Release Notes

Commits

@dependabot dependabot bot requested a review from a team as a code owner July 11, 2023 16:28
@dependabot dependabot bot requested a review from jfuchs July 11, 2023 16:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 11, 2023
@dependabot dependabot bot requested a review from theinterned July 11, 2023 16:28
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]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-dependencies-4d31778928 branch from 9e9165d to a5ffea9 Compare July 11, 2023 18:03
@jfuchs
Copy link
Contributor

jfuchs commented Jul 11, 2023

Failing tests should be fixed with changes in #448

@theinterned theinterned removed their request for review July 12, 2023 14:43
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-prettier": "^4.0.0",
Copy link
Member

@shiftkey shiftkey Jul 12, 2023

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

@shiftkey
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 14, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 14, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-4d31778928 branch July 14, 2023 14:03
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants