TCS-3: Bump the minor-and-patch group with 7 updates#47
Merged
1 commit merged intomainfrom Aug 4, 2025
Merged
Conversation
Bumps the minor-and-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.30.0` | `9.32.0` | | [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) | `4.1.0` | `4.2.0` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.13` | `0.6.14` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.35.1` | `8.38.0` | | [eslint](https://github.com/eslint/eslint) | `9.30.0` | `9.32.0` | | [rollup](https://github.com/rollup/rollup) | `4.44.1` | `4.46.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` | Updates `@eslint/js` from 9.30.0 to 9.32.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.32.0/packages/js) Updates `prettier-plugin-organize-imports` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases) - [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md) - [Commits](simonhaenisch/prettier-plugin-organize-imports@v4.1.0...v4.2.0) Updates `prettier-plugin-tailwindcss` from 0.6.13 to 0.6.14 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.13...v0.6.14) Updates `typescript-eslint` from 8.35.1 to 8.38.0 - [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.38.0/packages/typescript-eslint) Updates `eslint` from 9.30.0 to 9.32.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.30.0...v9.32.0) Updates `rollup` from 4.44.1 to 4.46.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.44.1...v4.46.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) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: prettier-plugin-organize-imports dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.6.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint dependency-version: 9.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rollup dependency-version: 4.46.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 minor-and-patch group with 7 updates:
9.30.09.32.04.1.04.2.00.6.130.6.148.35.18.38.09.30.09.32.04.44.14.46.25.8.35.9.2Updates
@eslint/jsfrom 9.30.0 to 9.32.0Release notes
Sourced from
@eslint/js's releases.... (truncated)
Changelog
Sourced from
@eslint/js's changelog.Commits
50de1cechore: package.json update for@eslint/jsreleased5054e5chore: package.json update for@eslint/jsreleaseb3dbc16chore: package.json update for@eslint/jsreleaseUpdates
prettier-plugin-organize-importsfrom 4.1.0 to 4.2.0Release notes
Sourced from prettier-plugin-organize-imports's releases.
Changelog
Sourced from prettier-plugin-organize-imports's changelog.
Commits
93df5014.2.0253d1bfchore: update all dev dependencies858cbbefix: usegetDefaultCompilerOptionsfrom vue-tsc instead of the deprecated `...c777cd8feat: allow vue-tsc 3 as peer dependencye79ed64chore(ci): removecheck-typesstep (part oftestnow)Updates
prettier-plugin-tailwindcssfrom 0.6.13 to 0.6.14Release notes
Sourced from prettier-plugin-tailwindcss's releases.
Changelog
Sourced from prettier-plugin-tailwindcss's changelog.
Commits
e4072ec0.6.1463d1f5cDon't repeatedly add backslashes to escape sequences when formatting (#381)a265c5bFix parsing TypeScript with OXC (#380)8e4efbaTest against Prettier v3.6 (#375)afa39a5Create FUNDING.yml9b87e4aSort template literals in Angular expressions (#377)3f06943Add support for OXC + Hermes plugins (#376)Updates
typescript-eslintfrom 8.35.1 to 8.38.0Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
Commits
d11e79echore(release): publish 8.38.06d8fae9fix(typescript-eslint): error on nestedextendsintseslint.config()(#11...abb7c4dfix(typescript-eslint): infer tsconfigRootDir with v8 API (#11412)816be17chore(release): publish 8.37.07126c3afeat(typescript-estree): infer tsconfigRootDir from call stack (#11370)84b7a2echore(release): publish 8.36.00c40c7afeat(typescript-eslint): supportbasePathintseslint.config()(#11357)e2ecca6chore: fix issues introduced by updatednxconfiguration (#11230)Updates
eslintfrom 9.30.0 to 9.32.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
Commits
23640319.32.0a0e62e2Build: changelog update for 9.32.0960fd40fix: Upgrade@eslint/js(#19971)50de1cechore: package.json update for@eslint/jsreleasebbf23fafix: Refactor reporting into FileReport (#19877)74f01a3ci: unpinjitito version^2.5.1(#19970)d498887fix: bump@eslint/plugin-kitto 0.3.4 to resolve vulnerability (#19965)2ab1381ci: pinjitito version 2.4.2 (#19964)b7f7545test: switch to flat config mode inSourceCodetests (#19953)f5a35e3test: switch to flat config mode in eslint-fuzzer (#19960)Updates
rollupfrom 4.44.1 to 4.46.2Release notes
Sourced from rollup's releases.
... (truncated)
Changelog
Sourced from rollup's changelog.