Skip to content

Commit 91fd4f3

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/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.5` | `2.1.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.5` | `5.5.6` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.1` | `8.60.1` | | [eslint](https://github.com/eslint/eslint) | `10.1.0` | `10.4.1` | | [rollup](https://github.com/rollup/rollup) | `4.60.2` | `4.61.0` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `6.0.3` | 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-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 `typescript-eslint` from 8.59.1 to 8.60.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.60.1/packages/typescript-eslint) Updates `eslint` from 10.1.0 to 10.4.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.1.0...v10.4.1) Updates `rollup` from 4.60.2 to 4.61.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.60.2...v4.61.0) Updates `typescript` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.60.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rollup dependency-version: 4.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1df309b commit 91fd4f3

2 files changed

Lines changed: 279 additions & 281 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,24 @@
2323
"build": "rollup -c"
2424
},
2525
"dependencies": {
26-
"@eslint/compat": "^2.0.5",
26+
"@eslint/compat": "^2.1.0",
2727
"@eslint/js": "^10.0.1",
2828
"eslint-config-prettier": "^10.1.8",
2929
"eslint-plugin-jsx-a11y": "^6.10.2",
3030
"eslint-plugin-no-barrel-files": "^1.3.1",
31-
"eslint-plugin-prettier": "^5.5.5",
31+
"eslint-plugin-prettier": "^5.5.6",
3232
"eslint-plugin-react": "^7.37.5",
3333
"eslint-plugin-react-hooks": "^7.1.1",
3434
"prettier-plugin-organize-imports": "^4.3.0",
3535
"prettier-plugin-tailwindcss": "^0.8.0",
36-
"typescript-eslint": "^8.59.1"
36+
"typescript-eslint": "^8.60.1"
3737
},
3838
"devDependencies": {
3939
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
40-
"eslint": "^10.1.0",
40+
"eslint": "^10.4.1",
4141
"prettier": "^3.8.3",
42-
"rollup": "^4.60.2",
43-
"typescript": "^6.0.2"
42+
"rollup": "^4.61.0",
43+
"typescript": "^6.0.3"
4444
},
4545
"packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c"
4646
}

0 commit comments

Comments
 (0)