build(deps/dev): bump the formatting-linting-related group across 1 directory with 4 updates#28
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
…irectory with 4 updates Bumps the formatting-linting-related group with 4 updates in the / directory: [@abinnovision/prettier-config](https://github.com/abinnovision/js-commons), [@abinnovision/eslint-config-base](https://github.com/abinnovision/js-commons), [@abinnovision/eslint-config-react](https://github.com/abinnovision/js-commons) and [eslint](https://github.com/eslint/eslint). Updates `@abinnovision/prettier-config` from 2.1.5 to 2.2.0 - [Release notes](https://github.com/abinnovision/js-commons/releases) - [Commits](abinnovision/js-commons@prettier-config-v2.1.5...prettier-config-v2.2.0) Updates `@abinnovision/eslint-config-base` from 3.2.2 to 3.4.1 - [Release notes](https://github.com/abinnovision/js-commons/releases) - [Commits](abinnovision/js-commons@eslint-config-base-v3.2.2...eslint-config-base-v3.4.1) Updates `@abinnovision/eslint-config-react` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/abinnovision/js-commons/releases) - [Commits](abinnovision/js-commons@eslint-config-base-v3.1.0...eslint-config-base-v3.2.0) Updates `eslint` from 9.39.4 to 10.3.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v10.3.0) --- updated-dependencies: - dependency-name: "@abinnovision/eslint-config-base" dependency-version: 3.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: formatting-linting-related - dependency-name: "@abinnovision/eslint-config-react" dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: formatting-linting-related - dependency-name: "@abinnovision/prettier-config" dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: formatting-linting-related - dependency-name: eslint dependency-version: 10.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: formatting-linting-related ... Signed-off-by: dependabot[bot] <support@github.com>
cac85c0 to
95d6043
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 formatting-linting-related group with 4 updates in the / directory: @abinnovision/prettier-config, @abinnovision/eslint-config-base, @abinnovision/eslint-config-react and eslint.
Updates
@abinnovision/prettier-configfrom 2.1.5 to 2.2.0Release notes
Sourced from @abinnovision/prettier-config's releases.
Commits
bf26a36chore: release main (#600)4de4c56feat: support ESLint 10 in shared configs (#599)6eeae92chore: release main (#597)d3f46d6docs: rename guide and update content for clarity (#598)df6b53bfix: enforce consistent line wrapping with loose strictness (#596)5b3bc40chore: release main (#595)3414a8efix: remove lines-around-comment rule to resolve conflicts (#594)41e3146chore: release main (#593)a5926ebbuild: remove legacy package from release-please config (#592)dcd975bfix: disable lines-around-comment rule for JSX/TSX files due to Prettier conf...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@abinnovision/prettier-configsince your current version.Updates
@abinnovision/eslint-config-basefrom 3.2.2 to 3.4.1Release notes
Sourced from @abinnovision/eslint-config-base's releases.
Commits
62a7c25chore: release main (#605)8eee69bfix: add support for additional test directory patterns (#604)fe74e7dchore: release main (#603)5e84da1feat: add complementary import-x rules to shared base config (#602)e981844chore: add entire integration (#601)bf26a36chore: release main (#600)4de4c56feat: support ESLint 10 in shared configs (#599)6eeae92chore: release main (#597)d3f46d6docs: rename guide and update content for clarity (#598)df6b53bfix: enforce consistent line wrapping with loose strictness (#596)Updates
@abinnovision/eslint-config-reactfrom 3.1.0 to 3.2.0Release notes
Sourced from @abinnovision/eslint-config-react's releases.
Commits
6d61f1echore: release main (#580)2d2f5a0fix: enhance comments rule to include additional code structures (#587)a861a73docs: align setup guides (#586)ff8bbb2docs: update readme files (#585)24c600dbuild: align internal ESLint configuration with stylistic flavour (#584)423812bbuild: extract tsconfig into a separate package (#583)057584afeat: add ESLint stylistic flavour (#582)dffb27efeat: add new ESLint rules to enhance code quality (#581)a8043e9feat: replace deprecated rules and remove stylistic rules (#579)3629836build: add .omc folder to gitignore (#578)Updates
eslintfrom 9.39.4 to 10.3.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
788920410.3.05b69b4fBuild: changelog update for 10.3.0d32235eci: use pnpm ineslint-flat-config-utilstype integration test (#20826)b6ae5cffix: handle unavailable require cache (#20812)3ffb14echore: clean up typos in comments and JSDoc (#20821)6fb3685fix: rule suggestions cause continuation in class body (#20787)22eb58achore: add missing continue-on-error to ecosystem-tests.yml (#20818)88bf002ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815)379571afeat: add suggestions for no-unused-private-class-members (#20773)97c8c33chore: update ilshidur/action-discord action to v0.4.0 (#20811)