build(deps-dev): bump the eslint group across 1 directory with 5 updates#145
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps-dev): bump the eslint group across 1 directory with 5 updates#145dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #145 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 282 282
Branches 71 71
=========================================
Hits 282 282 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a2b0708 to
fc4dfef
Compare
Bumps the eslint group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.5` | `2.1.0` | | [eslint](https://github.com/eslint/eslint) | `10.3.0` | `10.4.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.5` | `5.5.6` | | [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin-react-dom) | `5.7.4` | `5.8.6` | | [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin-react-x) | `5.7.4` | `5.8.6` | Updates `@eslint/compat` from 2.0.5 to 2.1.0 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v2.1.0/packages/compat) Updates `eslint` from 10.3.0 to 10.4.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.3.0...v10.4.0) Updates `eslint-plugin-prettier` from 5.5.5 to 5.5.6 - [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.5.5...v5.5.6) Updates `eslint-plugin-react-dom` from 5.7.4 to 5.8.6 - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v5.8.6/plugins/eslint-plugin-react-dom) Updates `eslint-plugin-react-x` from 5.7.4 to 5.8.6 - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v5.8.6/plugins/eslint-plugin-react-x) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-prettier dependency-version: 5.5.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-react-dom dependency-version: 5.8.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-react-x dependency-version: 5.8.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
fc4dfef to
7771dc4
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:
2.0.52.1.010.3.010.4.05.5.55.5.65.7.45.8.65.7.45.8.6Updates
@eslint/compatfrom 2.0.5 to 2.1.0Release notes
Sourced from @eslint/compat's releases.
Changelog
Sourced from @eslint/compat's changelog.
Commits
b894953chore: release main (#446)334038ddocs: Update README sponsors9b51352feat: Add newincludeIgnoreFile()to config-helpers (#430)70b6997docs: Update README sponsors35b6b94chore: update TypeScript to v6 (#417)7807d71docs: Update README sponsors57001eadocs: Update README sponsors0b62133docs: Update README sponsorsUpdates
eslintfrom 10.3.0 to 10.4.0Release notes
Sourced from eslint's releases.
Commits
452c40110.4.0b6417e8Build: changelog update for 10.4.06616856chore: upgrade knip to v6 (#20875)d13b084ci: ensure auto-created PRs run CI (#20860)7e52a71docs: add mention of@eslint-react/eslint-plugin(#20869)e71c7afci: bump pnpm/action-setup from 6.0.5 to 6.0.7 (#20862)544c0c3fix: escape code path DOT labels in debug output (#20866)db3468bdocs: tweak wording around ambiguous CJS-vs-ESM config (#20865)d84393dtest: add unit tests for SuppressionsService.applySuppressions() (#20863)9084664docs: Update READMEUpdates
eslint-plugin-prettierfrom 5.5.5 to 5.5.6Release notes
Sourced from eslint-plugin-prettier's releases.
Changelog
Sourced from eslint-plugin-prettier's changelog.
Commits
4f33ea5chore: release eslint-plugin-prettier (#792)4745b54ci: declare workflow-level contents: read on 2 workflows (#790)b5c96a3chore: bump all (dev)Dependencies (#791)e867680chore(deps): update all dependencies (#766)e8e2f7fchore: testing eslint v10 (#779)ca076d9chore: update dev dependencies (#780)42e6369build(deps): Bump the actions group with 2 updates (#778)53ff214Remove empty NPM_TOKEN from release.ymlUpdates
eslint-plugin-react-domfrom 5.7.4 to 5.8.6Release notes
Sourced from eslint-plugin-react-dom's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-react-dom's changelog.
... (truncated)
Commits
138b998release: 5.8.6283ac5fchore: bump@typescript-eslintto ^8.60.0 and nx to ^22.7.4c14d237chore: fix TypeScript version, update deps, and clean up code style (#1801)bc84affchore: convert tsdown and tsl base configs to factory functions8a6088fdocs: reorder Further Reading links by relevance in react-dom and react-web-a...8410851release: 5.8.5dccf9barelease: 5.8.5-beta.265edd43release: 5.8.5-next.267abcd0test: add regression tests for oxc issues compatibility verification (#1796)ceeeb66chore(deps): bump@types/react,@types/node, postcss, and fumadocsUpdates
eslint-plugin-react-xfrom 5.7.4 to 5.8.6Release notes
Sourced from eslint-plugin-react-x's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-react-x's changelog.
... (truncated)
Commits
138b998release: 5.8.6283ac5fchore: bump@typescript-eslintto ^8.60.0 and nx to ^22.7.4c14d237chore: fix TypeScript version, update deps, and clean up code style (#1801)bc84affchore: convert tsdown and tsl base configs to factory functionsf3da4f0Bump eslint-plugin-jsdoc to 63.0.078bdc4ddocs: reorder Further Reading links by relevance in react-x rulesa78c149docs: remove broken further reading links1209894refactor(ast): replace isLiteral with isStringLiteral (#1798)8410851release: 5.8.5dccf9barelease: 5.8.5-beta.2