diff --git a/.gitignore b/.gitignore index 5de02b1..3062f86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ coverage dist -node_modules \ No newline at end of file +node_modules +.vscode \ No newline at end of file diff --git a/package.json b/package.json index a3e8b0a..1fc313f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "knip": "knip" }, "dependencies": { - "@projectwallace/css-parser": "~0.18.1" + "@projectwallace/css-parser": "~0.18.4" }, "devDependencies": { "@projectwallace/preset-oxlint": "^0.0.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 68ba7f6..1e85a8b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@projectwallace/css-parser': - specifier: ~0.18.1 - version: 0.18.1 + specifier: ~0.18.4 + version: 0.18.4 devDependencies: '@projectwallace/preset-oxlint': specifier: ^0.0.11 @@ -596,8 +596,8 @@ packages: cpu: [x64] os: [win32] - '@projectwallace/css-parser@0.18.1': - resolution: {integrity: sha512-XTeexH92z5NLWfNw031emlEdd7P3yxJPv9ac/ZN3tFxyPyz1l8vEdZ6afQsd+cpfclOMvFfWbDxhfZ7IRePoLg==} + '@projectwallace/css-parser@0.18.4': + resolution: {integrity: sha512-I5MdGKijqQz2JYxx3moJmpffKETSB8b8mKjGiHWzLeTxapV2o415h74sbMLiJ/O7QWjz3fznw6qRrSVRXGNKAA==} engines: {pnpm: '>=11.0.0'} '@projectwallace/preset-oxlint@0.0.11': @@ -1312,8 +1312,8 @@ packages: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} engines: {node: '>=4'} - nanoid@3.3.15: - resolution: {integrity: sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==} + nanoid@3.3.18: + resolution: {integrity: sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -1371,8 +1371,8 @@ packages: resolution: {integrity: sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==} engines: {node: '>=12'} - postcss@8.5.19: - resolution: {integrity: sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==} + postcss@8.5.26: + resolution: {integrity: sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==} engines: {node: ^10 || ^12 || >=14} publint@0.3.22: @@ -1971,7 +1971,7 @@ snapshots: '@oxlint/binding-win32-x64-msvc@1.76.0': optional: true - '@projectwallace/css-parser@0.18.1': {} + '@projectwallace/css-parser@0.18.4': {} '@projectwallace/preset-oxlint@0.0.11(oxlint@1.76.0)': dependencies: @@ -2451,7 +2451,7 @@ snapshots: mri@1.2.0: {} - nanoid@3.3.15: {} + nanoid@3.3.18: {} obug@2.1.3: {} @@ -2558,9 +2558,9 @@ snapshots: picomatch@4.0.5: {} - postcss@8.5.19: + postcss@8.5.26: dependencies: - nanoid: 3.3.15 + nanoid: 3.3.18 picocolors: 1.1.1 source-map-js: 1.2.1 @@ -2735,7 +2735,7 @@ snapshots: dependencies: lightningcss: 1.32.0 picomatch: 4.0.5 - postcss: 8.5.19 + postcss: 8.5.26 rolldown: 1.1.5 tinyglobby: 0.2.17 optionalDependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6db676b..83143b5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,7 @@ +minimumReleaseAgeExclude: + - postcss@8.5.23 + - nanoid@3.3.16 + - nanoid@3.3.18 settings: # Block dependencies from using non-registry sources (git repos, tarballs) blockExoticSubdeps: true