Skip to content

Commit 46a21c8

Browse files
TCS-3: Bump the minor-and-patch group with 6 updates
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.0` | `9.39.1` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.7.1` | `0.7.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.48.0` | | [eslint](https://github.com/eslint/eslint) | `9.39.0` | `9.39.1` | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.3` | | [rollup](https://github.com/rollup/rollup) | `4.52.5` | `4.53.3` | Updates `@eslint/js` from 9.39.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.1/packages/js) Updates `prettier-plugin-tailwindcss` from 0.7.1 to 0.7.2 - [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.7.1...v0.7.2) Updates `typescript-eslint` from 8.46.2 to 8.48.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.48.0/packages/typescript-eslint) Updates `eslint` from 9.39.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.0...v9.39.1) Updates `prettier` from 3.6.2 to 3.7.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.3) Updates `rollup` from 4.52.5 to 4.53.3 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.52.5...v4.53.3) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.39.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint dependency-version: 9.39.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.7.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rollup dependency-version: 4.53.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63f5467 commit 46a21c8

2 files changed

Lines changed: 264 additions & 319 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@
2323
},
2424
"dependencies": {
2525
"@eslint/compat": "^1.4.1",
26-
"@eslint/js": "^9.39.0",
26+
"@eslint/js": "^9.39.1",
2727
"eslint-config-prettier": "^10.1.8",
2828
"eslint-plugin-jsx-a11y": "^6.10.2",
2929
"eslint-plugin-prettier": "^5.5.4",
3030
"eslint-plugin-react": "^7.37.5",
3131
"eslint-plugin-react-hooks": "^5.2.0",
3232
"prettier-plugin-organize-imports": "^4.3.0",
33-
"prettier-plugin-tailwindcss": "^0.7.1",
34-
"typescript-eslint": "^8.46.2"
33+
"prettier-plugin-tailwindcss": "^0.7.2",
34+
"typescript-eslint": "^8.48.0"
3535
},
3636
"devDependencies": {
3737
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
38-
"eslint": "^9.39.0",
39-
"prettier": "^3.6.2",
40-
"rollup": "^4.52.5",
38+
"eslint": "^9.39.1",
39+
"prettier": "^3.7.3",
40+
"rollup": "^4.53.3",
4141
"typescript": "^5.9.3"
4242
},
4343
"packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c"

0 commit comments

Comments
 (0)