summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/renovate.json57
-rw-r--r--packages/astro/test/fixtures/tailwindcss-ts/astro.config.ts12
-rw-r--r--packages/astro/test/fixtures/tailwindcss-ts/package.json11
-rw-r--r--packages/astro/test/fixtures/tailwindcss-ts/tailwind.config.cjs4
-rw-r--r--pnpm-lock.yaml50
5 files changed, 25 insertions, 59 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5
index d6af9be47..3bbcec527 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -11,6 +11,13 @@
"rangeStrategy": "bump",
"postUpdateOptions": ["pnpmDedupe"],
"ignorePaths": ["**/node_modules/**"],
+ "packageRules": [
+ // TODO: remove once the tailwind integration is removed
+ {
+ "matchPackageNames": ["tailwindcss"],
+ "ignorePaths": ["packages/integrations/tailwind"]
+ }
+ ],
"ignoreDeps": [
// manually bumping deps
"@biomejs/biome",
diff --git a/packages/astro/test/fixtures/tailwindcss-ts/astro.config.ts b/packages/astro/test/fixtures/tailwindcss-ts/astro.config.ts
deleted file mode 100644
index 83604c220..000000000
--- a/packages/astro/test/fixtures/tailwindcss-ts/astro.config.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { fileURLToPath } from 'node:url';
-import tailwind from '@astrojs/tailwind';
-import { defineConfig } from 'astro/config';
-
-// https://astro.build/config
-export default defineConfig({
- integrations: [
- tailwind({
- configFile: fileURLToPath(new URL('./tailwind.config.js', import.meta.url)),
- }),
- ],
-});
diff --git a/packages/astro/test/fixtures/tailwindcss-ts/package.json b/packages/astro/test/fixtures/tailwindcss-ts/package.json
deleted file mode 100644
index f1ff2cb7b..000000000
--- a/packages/astro/test/fixtures/tailwindcss-ts/package.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "@test/tailwindcss-ts",
- "version": "0.0.0",
- "private": true,
- "dependencies": {
- "@astrojs/tailwind": "workspace:*",
- "astro": "workspace:*",
- "postcss": "^8.5.1",
- "tailwindcss": "^3.4.17"
- }
-}
diff --git a/packages/astro/test/fixtures/tailwindcss-ts/tailwind.config.cjs b/packages/astro/test/fixtures/tailwindcss-ts/tailwind.config.cjs
deleted file mode 100644
index f4033a222..000000000
--- a/packages/astro/test/fixtures/tailwindcss-ts/tailwind.config.cjs
+++ /dev/null
@@ -1,4 +0,0 @@
-/** @type {import('tailwindcss').Config} */
-module.exports = {
- content: ['src/**/*.{astro,tsx}']
-}; \ No newline at end of file
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 50d415f18..86eda9d02 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -4129,21 +4129,6 @@ importers:
specifier: ^4.0.3
version: 4.0.3
- packages/astro/test/fixtures/tailwindcss-ts:
- dependencies:
- '@astrojs/tailwind':
- specifier: workspace:*
- version: link:../../../../integrations/tailwind
- astro:
- specifier: workspace:*
- version: link:../../..
- postcss:
- specifier: ^8.5.1
- version: 8.5.1
- tailwindcss:
- specifier: ^3.4.17
- version: 3.4.17
-
packages/astro/test/fixtures/third-party-astro:
dependencies:
astro:
@@ -9021,8 +9006,8 @@ packages:
resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
engines: {node: '>=8'}
- is-core-module@2.15.1:
- resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==}
+ is-core-module@2.16.1:
+ resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
engines: {node: '>= 0.4'}
is-decimal@2.0.1:
@@ -9105,8 +9090,8 @@ packages:
jackspeak@3.4.3:
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
- jiti@1.21.6:
- resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
+ jiti@1.21.7:
+ resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==}
hasBin: true
jiti@2.4.2:
@@ -9879,8 +9864,8 @@ packages:
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
engines: {node: '>=6'}
- package-json-from-dist@1.0.0:
- resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==}
+ package-json-from-dist@1.0.1:
+ resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
package-manager-detector@0.2.8:
resolution: {integrity: sha512-ts9KSdroZisdvKMWVAVCXiKqnqNfXz4+IbrBG8/BWx/TR5le+jfenvoBuIZ6UWM9nz47W7AbD9qYfAwfWMIwzA==}
@@ -10487,8 +10472,9 @@ packages:
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
engines: {node: '>=8'}
- resolve@1.22.8:
- resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
+ resolve@1.22.10:
+ resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==}
+ engines: {node: '>= 0.4'}
hasBin: true
restore-cursor@4.0.0:
@@ -14853,7 +14839,7 @@ snapshots:
jackspeak: 3.4.3
minimatch: 9.0.5
minipass: 7.1.2
- package-json-from-dist: 1.0.0
+ package-json-from-dist: 1.0.1
path-scurry: 1.11.1
globals@11.12.0: {}
@@ -15200,7 +15186,7 @@ snapshots:
dependencies:
binary-extensions: 2.3.0
- is-core-module@2.15.1:
+ is-core-module@2.16.1:
dependencies:
hasown: 2.0.2
@@ -15260,7 +15246,7 @@ snapshots:
optionalDependencies:
'@pkgjs/parseargs': 0.11.0
- jiti@1.21.6: {}
+ jiti@1.21.7: {}
jiti@2.4.2: {}
@@ -16279,7 +16265,7 @@ snapshots:
p-try@2.2.0: {}
- package-json-from-dist@1.0.0: {}
+ package-json-from-dist@1.0.1: {}
package-manager-detector@0.2.8: {}
@@ -16489,7 +16475,7 @@ snapshots:
postcss: 8.5.1
postcss-value-parser: 4.2.0
read-cache: 1.0.0
- resolve: 1.22.8
+ resolve: 1.22.10
postcss-js@4.0.1(postcss@8.5.1):
dependencies:
@@ -17000,9 +16986,9 @@ snapshots:
resolve-from@5.0.0: {}
- resolve@1.22.8:
+ resolve@1.22.10:
dependencies:
- is-core-module: 2.15.1
+ is-core-module: 2.16.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
@@ -17489,7 +17475,7 @@ snapshots:
fast-glob: 3.3.3
glob-parent: 6.0.2
is-glob: 4.0.3
- jiti: 1.21.6
+ jiti: 1.21.7
lilconfig: 3.1.3
micromatch: 4.0.8
normalize-path: 3.0.0
@@ -17501,7 +17487,7 @@ snapshots:
postcss-load-config: 4.0.2(postcss@8.5.1)
postcss-nested: 6.2.0(postcss@8.5.1)
postcss-selector-parser: 6.1.2
- resolve: 1.22.8
+ resolve: 1.22.10
sucrase: 3.35.0
transitivePeerDependencies:
- ts-node