Skip to content

Commit 50af405

Browse files
chore(deps-dev): bump the development-dependencies group with 6 updates
Bumps the development-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.2.1` | `4.2.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.57.0` | `8.57.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.57.0` | `8.57.1` | | [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.8` | `2.10.10` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.1.6` | `16.2.1` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.1` | `4.2.2` | Updates `@tailwindcss/postcss` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/@tailwindcss-postcss) Updates `@typescript-eslint/eslint-plugin` from 8.57.0 to 8.57.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.57.0 to 8.57.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.1/packages/parser) Updates `baseline-browser-mapping` from 2.10.8 to 2.10.10 - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](web-platform-dx/baseline-browser-mapping@v2.10.8...v2.10.10) Updates `eslint-config-next` from 16.1.6 to 16.2.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.1/packages/eslint-config-next) Updates `tailwindcss` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.57.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.57.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: baseline-browser-mapping dependency-version: 2.10.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint-config-next dependency-version: 16.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: tailwindcss dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28f12f4 commit 50af405

File tree

2 files changed

+302
-277
lines changed

2 files changed

+302
-277
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,25 +87,25 @@
8787
},
8888
"devDependencies": {
8989
"@eslint/eslintrc": "^3.3.5",
90-
"@tailwindcss/postcss": "^4.2.1",
90+
"@tailwindcss/postcss": "^4.2.2",
9191
"@testing-library/jest-dom": "^6.9.1",
9292
"@testing-library/react": "^16.3.2",
9393
"@testing-library/user-event": "^14.6.1",
9494
"@types/jest": "^30.0.0",
9595
"@types/node": "^20.19.37",
9696
"@types/react": "^19.2.14",
9797
"@types/react-dom": "^19.2.3",
98-
"@typescript-eslint/eslint-plugin": "^8.57.0",
99-
"@typescript-eslint/parser": "^8.57.0",
100-
"baseline-browser-mapping": "^2.10.8",
98+
"@typescript-eslint/eslint-plugin": "^8.57.2",
99+
"@typescript-eslint/parser": "^8.57.2",
100+
"baseline-browser-mapping": "^2.10.11",
101101
"eslint": "^9.39.4",
102-
"eslint-config-next": "^16.1.6",
102+
"eslint-config-next": "^16.2.1",
103103
"jest": "^30.3.0",
104104
"jest-environment-jsdom": "^30.3.0",
105105
"postcss": "^8.5.8",
106106
"prettier": "^3.8.1",
107107
"prettier-plugin-tailwindcss": "^0.7.2",
108-
"tailwindcss": "^4.2.1",
108+
"tailwindcss": "^4.2.2",
109109
"typescript": "^5.9.3"
110110
},
111111
"packageManager": "pnpm@10.17.0"

0 commit comments

Comments
 (0)