-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): bump the linters group across 1 directory with 19 updates #421
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/npm_and_yarn/linters-d616705cec
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the linters group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.6` | `7.27.1` | | [@ianwremmel/eslint-plugin-ianwremmel](https://github.com/ianwremmel/eslint-plugin-ianwremmel) | `6.2.2` | `7.0.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.21.0` | `8.44.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `8.44.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.35.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.1.8` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.32.0` | | [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.8.0` | `6.10.2` | | [eslint-plugin-lodash](https://github.com/idok/eslint-plugin-lodash) | `7.4.0` | `8.0.0` | | [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) | `3.0.1` | `5.1.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.5.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.2` | `7.37.5` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.2` | `5.2.0` | | [eslint-plugin-workspaces](https://github.com/joshuajaco/eslint-plugin-workspaces) | `0.10.1` | `0.11.0` | | [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) | `14.0.4` | `15.0.4` | | [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) | `6.7.6` | `7.9.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.0` | `3.6.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` | | [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) | `4.0.7` | `5.0.0` | Updates `@babel/preset-typescript` from 7.24.6 to 7.27.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) Updates `@ianwremmel/eslint-plugin-ianwremmel` from 6.2.2 to 7.0.0 - [Release notes](https://github.com/ianwremmel/eslint-plugin-ianwremmel/releases) - [Commits](ianwremmel/eslint-plugin-ianwremmel@v6.2.2...v7.0.0) Updates `@typescript-eslint/eslint-plugin` from 6.21.0 to 8.44.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/v8.44.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.21.0 to 8.44.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/v8.44.0/packages/parser) Updates `eslint` from 8.57.0 to 9.35.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.35.0) Updates `eslint-config-prettier` from 9.1.0 to 10.1.8 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v9.1.0...v10.1.8) Updates `eslint-plugin-import` from 2.29.1 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.29.1...v2.32.0) Updates `eslint-plugin-jsx-a11y` from 6.8.0 to 6.10.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.8.0...v6.10.2) Updates `eslint-plugin-lodash` from 7.4.0 to 8.0.0 - [Changelog](https://github.com/idok/eslint-plugin-lodash/blob/master/CHANGELOG.md) - [Commits](https://github.com/idok/eslint-plugin-lodash/commits/v8.0.0) Updates `eslint-plugin-markdown` from 3.0.1 to 5.1.0 - [Release notes](https://github.com/eslint/eslint-plugin-markdown/releases) - [Changelog](https://github.com/eslint/markdown/blob/main/CHANGELOG.md) - [Commits](eslint/markdown@v3.0.1...v5.1.0) Updates `eslint-plugin-prettier` from 5.1.3 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.5.4) Updates `eslint-plugin-react` from 7.34.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.34.2...v7.37.5) Updates `eslint-plugin-react-hooks` from 4.6.2 to 5.2.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `eslint-plugin-workspaces` from 0.10.1 to 0.11.0 - [Release notes](https://github.com/joshuajaco/eslint-plugin-workspaces/releases) - [Changelog](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/CHANGELOG.md) - [Commits](joshuajaco/eslint-plugin-workspaces@v0.10.1...v0.11.0) Updates `json-schema-to-typescript` from 14.0.4 to 15.0.4 - [Changelog](https://github.com/bcherny/json-schema-to-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcherny/json-schema-to-typescript/commits) Updates `openapi-typescript` from 6.7.6 to 7.9.1 - [Release notes](https://github.com/openapi-ts/openapi-typescript/releases) - [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md) - [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-typescript@7.9.1/packages/openapi-typescript) Updates `prettier` from 3.3.0 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.0...3.6.2) Updates `typescript` from 5.8.3 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) Updates `@graphql-codegen/typescript` from 4.0.7 to 5.0.0 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@5.0.0/packages/plugins/typescript/typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters - dependency-name: "@ianwremmel/eslint-plugin-ianwremmel" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linters - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.44.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linters - dependency-name: "@typescript-eslint/parser" dependency-version: 8.44.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linters - dependency-name: eslint dependency-version: 9.35.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linters - dependency-name: eslint-config-prettier dependency-version: 10.1.8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linters - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters - dependency-name: eslint-plugin-jsx-a11y dependency-version: 6.10.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters - dependency-name: eslint-plugin-lodash dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linters - dependency-name: eslint-plugin-markdown dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linters - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters - dependency-name: eslint-plugin-react-hooks dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linters - dependency-name: eslint-plugin-workspaces dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters - dependency-name: json-schema-to-typescript dependency-version: 15.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: linters - dependency-name: openapi-typescript dependency-version: 7.9.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linters - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: linters - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: linters - dependency-name: "@graphql-codegen/typescript" dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: linters ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the linters group with 19 updates in the / directory:
7.24.67.27.16.2.27.0.06.21.08.44.06.21.08.44.08.57.09.35.09.1.010.1.82.29.12.32.06.8.06.10.27.4.08.0.03.0.15.1.05.1.35.5.47.34.27.37.54.6.25.2.00.10.10.11.014.0.415.0.46.7.67.9.13.3.03.6.25.8.35.9.24.0.75.0.0Updates
@babel/preset-typescriptfrom 7.24.6 to 7.27.1Release notes
Sourced from
@babel/preset-typescript's releases.... (truncated)
Changelog
Sourced from
@babel/preset-typescript's changelog.... (truncated)
Commits
eebd3a0v7.27.1fdc0fb5[Babel 8] Bump nodejs requirements to^20.19.0 || >= 22.12.0(#17204)5c350eav7.27.0ca4865aFix: align behaviour to tscrewriteRelativeImportExtensions(#17118)cd24cc0chore: Update TS 5.7 (#17053)63d3038v7.26.0bfa56c4Supportimport()inrewriteImportExtensions(#16794)b07957ev7.25.9af91759fix: Accidentally publishing useless files (#16917)2533cfbv7.25.7Updates
@ianwremmel/eslint-plugin-ianwremmelfrom 6.2.2 to 7.0.0Release notes
Sourced from
@ianwremmel/eslint-plugin-ianwremmel's releases.Commits
ac2abdaMerge pull request #950 from ianwremmel/copilot/fix-59845f45-0926-4c4a-89a5-2...ec34aa0feat!: upgrade Node.js requirement to version 22b7835a3feat: upgrade to ESLint 9 with breaking changes271d64echore: initial dependency update plan311ff9echore: initial plan19239c2chore: initial dependency update planc3f2654chore: complete dependency updates with comprehensive testinge734b72chore: initial plana5cf02dMerge pull request #951 from ianwremmel/copilot/fix-3cb9ff7d-0dda-471d-b79b-1...5dd06b0chore: changes before error encounteredUpdates
@typescript-eslint/eslint-pluginfrom 6.21.0 to 8.44.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.... (truncated)
Commits
77056f7chore(release): publish 8.44.0684e63fchore(deps): update eslint monorepo to v9.35.0 (#11600)2ed6857fix(eslint-plugin): [no-unnecessary-type-conversion] ignore enum members (#11...85d8deafeat(eslint-plugin): [await-thenable] report invalid (non-promise) values pas...42527dfchore: remove unnecessary nullThrows() (#11580)ef9173cchore(release): publish 8.43.04f44a6efeat(typescript-estree): disallow empty type parameter/argument lists (#11563)bd8ed8dfix(eslint-plugin): [prefer-return-this-type] don't report an error when retu...d8ca5effix(eslint-plugin): [no-deprecated] should report deprecated exports and reex...8154204docs: mark rules that are frozen on rules index page (#11467)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@typescript-eslint/eslint-pluginsince your current version.Updates
@typescript-eslint/parserfrom 6.21.0 to 8.44.0Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.... (truncated)
Commits
77056f7chore(release): publish 8.44.0ef9173cchore(release): publish 8.43.0d135909chore(release): publish 8.42.031a7336chore(release): publish 8.41.060c3b26chore(release): publish 8.40.0b2ee794chore(release): publish 8.39.1c98d513chore(release): publish 8.39.02112d58feat: update to TypeScript 5.9.2 (#11445)d11e79echore(release): publish 8.38.0816be17chore(release): publish 8.37.0Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@typescript-eslint/parsersince your current version.Updates
eslintfrom 8.57.0 to 9.35.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
84011019.35.0b80f025Build: changelog update for 9.35.0da87f2fchore: upgrade@eslint/js@9.35.0 (#20077)af2a087chore: package.json update for@eslint/jsreleased265515docs: improve phrasing - "if&quo...Description has been truncated