Bump the eslint group across 1 directory with 5 updates#227
Merged
Conversation
b81822f to
850a2ea
Compare
Collaborator
|
@dependabot rebase |
Bumps the eslint group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.23.0` | `9.25.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.1` | `10.1.2` | | [eslint-plugin-lingui](https://github.com/lingui/eslint-plugin) | `0.10.0` | `0.10.1` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.4` | `7.37.5` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.27.0` | `8.30.1` | Updates `eslint` from 9.23.0 to 9.25.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.23.0...v9.25.0) Updates `eslint-config-prettier` from 10.1.1 to 10.1.2 - [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@v10.1.1...v10.1.2) Updates `eslint-plugin-lingui` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/lingui/eslint-plugin/releases) - [Changelog](https://github.com/lingui/eslint-plugin/blob/main/CHANGELOG.md) - [Commits](lingui/eslint-plugin@0.10.0...0.10.1) Updates `eslint-plugin-react` from 7.37.4 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.37.4...v7.37.5) Updates `typescript-eslint` from 8.27.0 to 8.30.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.30.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.25.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-config-prettier dependency-version: 10.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-lingui dependency-version: 0.10.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.30.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
850a2ea to
b2b56aa
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 eslint group with 5 updates in the / directory:
9.23.09.25.010.1.110.1.20.10.00.10.17.37.47.37.58.27.08.30.1Updates
eslintfrom 9.23.0 to 9.25.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
e62e2679.25.0bc2c3e6Build: changelog update for 9.25.088dc196chore: upgrade@eslint/js@9.25.0 (#19636)345288dchore: package.json update for@eslint/jsrelease910bd13fix:nodeTypeKeynot being used inNodeEventGenerator(#19631)ca7a735docs: updateno-undef-initwhen not to use section (#19624)affe6bechore: upgrade trunk (#19628)1b870c9docs: useeslint-config-xoin the getting started guide (#19629)5d4af16docs: add types for multiple rule options (#19616)e8f8d57docs: Update READMEUpdates
eslint-config-prettierfrom 10.1.1 to 10.1.2Release notes
Sourced from eslint-config-prettier's releases.
Changelog
Sourced from eslint-config-prettier's changelog.
Commits
8911369chore: release eslint-config-prettier (#322)a8768bfchore(package): add homepage url (#321)4ae04c0chore(deps): update yarn to v4.8.1 (#320)7499c2echore: ignoreeslint-find-rulesfor ESLint 8 compatibility241c6b8chore: housekeeping, upgrade all (dev) dependencies (#319)9156ab4chore: add renovate presetUpdates
eslint-plugin-linguifrom 0.10.0 to 0.10.1Release notes
Sourced from eslint-plugin-lingui's releases.
Commits
bdc74a0chore: version 0.10.1 [skip ci]c3ef70cfix(text-restrictions): trim text in JSXText only (#102)Updates
eslint-plugin-reactfrom 7.37.4 to 7.37.5Release notes
Sourced from eslint-plugin-react's releases.
Changelog
Sourced from eslint-plugin-react's changelog.
Commits
2c98b83Update CHANGELOG and bump version2f64dea[Fix]no-unknown-property: allowtransform-originonrect2428618[Fix]jsx-no-constructed-context-values: detect constructed context values ...60b7316[Tests]prop-types: use proper spacing/semis, button type90a00b9[Fix]prop-types: supportComponentPropsWithReffrom a namespace import3fd9b92[Fix]no-unknown-property: allow shadow root attrs on\<template>addad46[Deps] updateobject.entries98a31f8[Dev Deps] update@babel/core,@babel/eslint-parser7eb6ca9[Docs]button-has-type: clean up phrasingUpdates
typescript-eslintfrom 8.27.0 to 8.30.1Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
Commits
9531492chore(release): publish 8.30.1b3688bechore(release): publish 8.30.0f1ceadechore: remove unused downlevel-dts (#11034)6e03f7cchore: corrected vitest.config.base compiler inclusion (#11067)69e2f6cfeat: support stringly-typed extends (#10973)d1f57a7chore(visitor-keys): migrate fromjesttovitest(#10773)ef7e6dechore(release): publish 8.29.13dd1835chore(release): publish 8.29.0807f5cachore(release): publish 8.28.0649309fchore(typescript-eslint): migrate fromjesttovitest(#10772)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions