From d4355eeeb11d566fd293d47ad3eaebb4ede1339f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:20:09 +0000 Subject: [PATCH] chore(deps-dev): bump the with-tailwind group Bumps the with-tailwind group in /examples/with-tailwind with 3 updates: [prettier](https://github.com/prettier/prettier), [eslint](https://github.com/eslint/eslint) and [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js). Updates `prettier` from 3.4.2 to 3.5.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.4.2...3.5.0) Updates `eslint` from 9.19.0 to 9.20.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/compare/v9.19.0...v9.20.0) Updates `@eslint/js` from 9.19.0 to 9.20.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.20.0/packages/js) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: with-tailwind - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: with-tailwind - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: with-tailwind ... Signed-off-by: dependabot[bot] --- examples/with-tailwind/apps/docs/package.json | 2 +- examples/with-tailwind/apps/web/package.json | 2 +- examples/with-tailwind/package.json | 2 +- .../packages/eslint-config/package.json | 4 +- .../with-tailwind/packages/ui/package.json | 2 +- examples/with-tailwind/pnpm-lock.yaml | 121 +++++++++--------- 6 files changed, 70 insertions(+), 63 deletions(-) diff --git a/examples/with-tailwind/apps/docs/package.json b/examples/with-tailwind/apps/docs/package.json index dd7e70a355658..f91c7c9bef96d 100644 --- a/examples/with-tailwind/apps/docs/package.json +++ b/examples/with-tailwind/apps/docs/package.json @@ -25,7 +25,7 @@ "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", "autoprefixer": "^10.4.20", - "eslint": "^9.19.0", + "eslint": "^9.20.0", "postcss": "^8.5.1", "tailwindcss": "^3.4.17", "typescript": "5.7.3" diff --git a/examples/with-tailwind/apps/web/package.json b/examples/with-tailwind/apps/web/package.json index b0d775a4b5ae5..56ca09b0aab01 100644 --- a/examples/with-tailwind/apps/web/package.json +++ b/examples/with-tailwind/apps/web/package.json @@ -25,7 +25,7 @@ "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", "autoprefixer": "^10.4.20", - "eslint": "^9.19.0", + "eslint": "^9.20.0", "postcss": "^8.5.1", "tailwindcss": "^3.4.17", "typescript": "5.7.3" diff --git a/examples/with-tailwind/package.json b/examples/with-tailwind/package.json index 860ab0f0e7969..1516518e7f945 100644 --- a/examples/with-tailwind/package.json +++ b/examples/with-tailwind/package.json @@ -9,7 +9,7 @@ "format": "prettier --write \"**/*.{ts,tsx,md}\"" }, "devDependencies": { - "prettier": "^3.4.2", + "prettier": "^3.5.0", "prettier-plugin-tailwindcss": "^0.6.11", "turbo": "^2.4.0" }, diff --git a/examples/with-tailwind/packages/eslint-config/package.json b/examples/with-tailwind/packages/eslint-config/package.json index 689540c215f41..00b28e4f59f72 100644 --- a/examples/with-tailwind/packages/eslint-config/package.json +++ b/examples/with-tailwind/packages/eslint-config/package.json @@ -9,9 +9,9 @@ "./react-internal": "./react-internal.js" }, "devDependencies": { - "@eslint/js": "^9.19.0", + "@eslint/js": "^9.20.0", "@next/eslint-plugin-next": "^15.1.6", - "eslint": "^9.19.0", + "eslint": "^9.20.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-only-warn": "^1.1.0", "eslint-plugin-react": "^7.37.4", diff --git a/examples/with-tailwind/packages/ui/package.json b/examples/with-tailwind/packages/ui/package.json index 183d57ea0a4fd..c537d6d872ec6 100644 --- a/examples/with-tailwind/packages/ui/package.json +++ b/examples/with-tailwind/packages/ui/package.json @@ -27,7 +27,7 @@ "@repo/typescript-config": "workspace:*", "@types/react": "^19.0.7", "autoprefixer": "^10.4.20", - "eslint": "^9.19.0", + "eslint": "^9.20.0", "postcss": "^8.5.1", "tailwindcss": "^3.4.17", "typescript": "5.7.3" diff --git a/examples/with-tailwind/pnpm-lock.yaml b/examples/with-tailwind/pnpm-lock.yaml index da18e07c941c5..b4df77735ba41 100644 --- a/examples/with-tailwind/pnpm-lock.yaml +++ b/examples/with-tailwind/pnpm-lock.yaml @@ -9,11 +9,11 @@ importers: .: devDependencies: prettier: - specifier: ^3.4.2 - version: 3.4.2 + specifier: ^3.5.0 + version: 3.5.0 prettier-plugin-tailwindcss: specifier: ^0.6.11 - version: 0.6.11(prettier@3.4.2) + version: 0.6.11(prettier@3.5.0) turbo: specifier: ^2.4.0 version: 2.4.0 @@ -58,8 +58,8 @@ importers: specifier: ^10.4.20 version: 10.4.20(postcss@8.5.1) eslint: - specifier: ^9.19.0 - version: 9.19.0 + specifier: ^9.20.0 + version: 9.20.0 postcss: specifier: ^8.5.1 version: 8.5.1 @@ -110,8 +110,8 @@ importers: specifier: ^10.4.20 version: 10.4.20(postcss@8.5.1) eslint: - specifier: ^9.19.0 - version: 9.19.0 + specifier: ^9.20.0 + version: 9.20.0 postcss: specifier: ^8.5.1 version: 8.5.1 @@ -125,29 +125,29 @@ importers: packages/eslint-config: devDependencies: '@eslint/js': - specifier: ^9.19.0 - version: 9.19.0 + specifier: ^9.20.0 + version: 9.20.0 '@next/eslint-plugin-next': specifier: ^15.1.6 version: 15.1.6 eslint: - specifier: ^9.19.0 - version: 9.19.0 + specifier: ^9.20.0 + version: 9.20.0 eslint-config-prettier: specifier: ^10.0.1 - version: 10.0.1(eslint@9.19.0) + version: 10.0.1(eslint@9.20.0) eslint-plugin-only-warn: specifier: ^1.1.0 version: 1.1.0 eslint-plugin-react: specifier: ^7.37.4 - version: 7.37.4(eslint@9.19.0) + version: 7.37.4(eslint@9.20.0) eslint-plugin-react-hooks: specifier: ^5.1.0 - version: 5.1.0(eslint@9.19.0) + version: 5.1.0(eslint@9.20.0) eslint-plugin-turbo: specifier: ^2.3.4 - version: 2.4.0(eslint@9.19.0)(turbo@2.4.0) + version: 2.4.0(eslint@9.20.0)(turbo@2.4.0) globals: specifier: ^15.14.0 version: 15.14.0 @@ -156,7 +156,7 @@ importers: version: 5.7.3 typescript-eslint: specifier: ^8.23.0 - version: 8.23.0(eslint@9.19.0)(typescript@5.7.3) + version: 8.23.0(eslint@9.20.0)(typescript@5.7.3) packages/tailwind-config: devDependencies: @@ -191,8 +191,8 @@ importers: specifier: ^10.4.20 version: 10.4.20(postcss@8.5.1) eslint: - specifier: ^9.19.0 - version: 9.19.0 + specifier: ^9.20.0 + version: 9.20.0 postcss: specifier: ^8.5.1 version: 8.5.1 @@ -218,13 +218,13 @@ packages: dev: false optional: true - /@eslint-community/eslint-utils@4.4.1(eslint@9.19.0): + /@eslint-community/eslint-utils@4.4.1(eslint@9.20.0): resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 9.19.0 + eslint: 9.20.0 eslint-visitor-keys: 3.4.3 dev: true @@ -251,6 +251,13 @@ packages: '@types/json-schema': 7.0.15 dev: true + /@eslint/core@0.11.0: + resolution: {integrity: sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + dependencies: + '@types/json-schema': 7.0.15 + dev: true + /@eslint/eslintrc@3.2.0: resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -268,8 +275,8 @@ packages: - supports-color dev: true - /@eslint/js@9.19.0: - resolution: {integrity: sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==} + /@eslint/js@9.20.0: + resolution: {integrity: sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true @@ -684,7 +691,7 @@ packages: csstype: 3.1.3 dev: true - /@typescript-eslint/eslint-plugin@8.23.0(@typescript-eslint/parser@8.23.0)(eslint@9.19.0)(typescript@5.7.3): + /@typescript-eslint/eslint-plugin@8.23.0(@typescript-eslint/parser@8.23.0)(eslint@9.20.0)(typescript@5.7.3): resolution: {integrity: sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: @@ -693,12 +700,12 @@ packages: typescript: '>=4.8.4 <5.8.0' dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.23.0(eslint@9.19.0)(typescript@5.7.3) + '@typescript-eslint/parser': 8.23.0(eslint@9.20.0)(typescript@5.7.3) '@typescript-eslint/scope-manager': 8.23.0 - '@typescript-eslint/type-utils': 8.23.0(eslint@9.19.0)(typescript@5.7.3) - '@typescript-eslint/utils': 8.23.0(eslint@9.19.0)(typescript@5.7.3) + '@typescript-eslint/type-utils': 8.23.0(eslint@9.20.0)(typescript@5.7.3) + '@typescript-eslint/utils': 8.23.0(eslint@9.20.0)(typescript@5.7.3) '@typescript-eslint/visitor-keys': 8.23.0 - eslint: 9.19.0 + eslint: 9.20.0 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 @@ -708,7 +715,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@8.23.0(eslint@9.19.0)(typescript@5.7.3): + /@typescript-eslint/parser@8.23.0(eslint@9.20.0)(typescript@5.7.3): resolution: {integrity: sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: @@ -720,7 +727,7 @@ packages: '@typescript-eslint/typescript-estree': 8.23.0(typescript@5.7.3) '@typescript-eslint/visitor-keys': 8.23.0 debug: 4.4.0 - eslint: 9.19.0 + eslint: 9.20.0 typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -734,7 +741,7 @@ packages: '@typescript-eslint/visitor-keys': 8.23.0 dev: true - /@typescript-eslint/type-utils@8.23.0(eslint@9.19.0)(typescript@5.7.3): + /@typescript-eslint/type-utils@8.23.0(eslint@9.20.0)(typescript@5.7.3): resolution: {integrity: sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: @@ -742,9 +749,9 @@ packages: typescript: '>=4.8.4 <5.8.0' dependencies: '@typescript-eslint/typescript-estree': 8.23.0(typescript@5.7.3) - '@typescript-eslint/utils': 8.23.0(eslint@9.19.0)(typescript@5.7.3) + '@typescript-eslint/utils': 8.23.0(eslint@9.20.0)(typescript@5.7.3) debug: 4.4.0 - eslint: 9.19.0 + eslint: 9.20.0 ts-api-utils: 2.0.1(typescript@5.7.3) typescript: 5.7.3 transitivePeerDependencies: @@ -775,18 +782,18 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@8.23.0(eslint@9.19.0)(typescript@5.7.3): + /@typescript-eslint/utils@8.23.0(eslint@9.20.0)(typescript@5.7.3): resolution: {integrity: sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.0) '@typescript-eslint/scope-manager': 8.23.0 '@typescript-eslint/types': 8.23.0 '@typescript-eslint/typescript-estree': 8.23.0(typescript@5.7.3) - eslint: 9.19.0 + eslint: 9.20.0 typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -1383,13 +1390,13 @@ packages: engines: {node: '>=10'} dev: true - /eslint-config-prettier@10.0.1(eslint@9.19.0): + /eslint-config-prettier@10.0.1(eslint@9.20.0): resolution: {integrity: sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 9.19.0 + eslint: 9.20.0 dev: true /eslint-plugin-only-warn@1.1.0: @@ -1397,16 +1404,16 @@ packages: engines: {node: '>=6'} dev: true - /eslint-plugin-react-hooks@5.1.0(eslint@9.19.0): + /eslint-plugin-react-hooks@5.1.0(eslint@9.20.0): resolution: {integrity: sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 dependencies: - eslint: 9.19.0 + eslint: 9.20.0 dev: true - /eslint-plugin-react@7.37.4(eslint@9.19.0): + /eslint-plugin-react@7.37.4(eslint@9.20.0): resolution: {integrity: sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==} engines: {node: '>=4'} peerDependencies: @@ -1418,7 +1425,7 @@ packages: array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 es-iterator-helpers: 1.2.1 - eslint: 9.19.0 + eslint: 9.20.0 estraverse: 5.3.0 hasown: 2.0.2 jsx-ast-utils: 3.3.5 @@ -1433,14 +1440,14 @@ packages: string.prototype.repeat: 1.0.0 dev: true - /eslint-plugin-turbo@2.4.0(eslint@9.19.0)(turbo@2.4.0): + /eslint-plugin-turbo@2.4.0(eslint@9.20.0)(turbo@2.4.0): resolution: {integrity: sha512-qCgoRi/OTc1VMxab7+sdKiV1xlkY4qjK9sM+kS7+WogrB1DxLguJSQXvk4HA13SD5VmJsq+8FYOw5q4EUk6Ixg==} peerDependencies: eslint: '>6.6.0' turbo: '>2.0.0' dependencies: dotenv: 16.0.3 - eslint: 9.19.0 + eslint: 9.20.0 turbo: 2.4.0 dev: true @@ -1462,8 +1469,8 @@ packages: engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true - /eslint@9.19.0: - resolution: {integrity: sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==} + /eslint@9.20.0: + resolution: {integrity: sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -1472,12 +1479,12 @@ packages: jiti: optional: true dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.0) '@eslint-community/regexpp': 4.12.1 '@eslint/config-array': 0.19.2 - '@eslint/core': 0.10.0 + '@eslint/core': 0.11.0 '@eslint/eslintrc': 3.2.0 - '@eslint/js': 9.19.0 + '@eslint/js': 9.20.0 '@eslint/plugin-kit': 0.2.5 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 @@ -2477,7 +2484,7 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier-plugin-tailwindcss@0.6.11(prettier@3.4.2): + /prettier-plugin-tailwindcss@0.6.11(prettier@3.5.0): resolution: {integrity: sha512-YxaYSIvZPAqhrrEpRtonnrXdghZg1irNg4qrjboCXrpybLWVs55cW2N3juhspVJiO0JBvYJT8SYsJpc8OQSnsA==} engines: {node: '>=14.21.3'} peerDependencies: @@ -2532,11 +2539,11 @@ packages: prettier-plugin-svelte: optional: true dependencies: - prettier: 3.4.2 + prettier: 3.5.0 dev: true - /prettier@3.4.2: - resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} + /prettier@3.5.0: + resolution: {integrity: sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==} engines: {node: '>=14'} hasBin: true dev: true @@ -3155,17 +3162,17 @@ packages: reflect.getprototypeof: 1.0.10 dev: true - /typescript-eslint@8.23.0(eslint@9.19.0)(typescript@5.7.3): + /typescript-eslint@8.23.0(eslint@9.20.0)(typescript@5.7.3): resolution: {integrity: sha512-/LBRo3HrXr5LxmrdYSOCvoAMm7p2jNizNfbIpCgvG4HMsnoprRUOce/+8VJ9BDYWW68rqIENE/haVLWPeFZBVQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' dependencies: - '@typescript-eslint/eslint-plugin': 8.23.0(@typescript-eslint/parser@8.23.0)(eslint@9.19.0)(typescript@5.7.3) - '@typescript-eslint/parser': 8.23.0(eslint@9.19.0)(typescript@5.7.3) - '@typescript-eslint/utils': 8.23.0(eslint@9.19.0)(typescript@5.7.3) - eslint: 9.19.0 + '@typescript-eslint/eslint-plugin': 8.23.0(@typescript-eslint/parser@8.23.0)(eslint@9.20.0)(typescript@5.7.3) + '@typescript-eslint/parser': 8.23.0(eslint@9.20.0)(typescript@5.7.3) + '@typescript-eslint/utils': 8.23.0(eslint@9.20.0)(typescript@5.7.3) + eslint: 9.20.0 typescript: 5.7.3 transitivePeerDependencies: - supports-color