mirror of
https://github.com/ivuorinen/base-configs-stylelint.git
synced 2026-03-06 16:56:45 +00:00
Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7367dff1d6 | ||
|
|
d5f3181461 | ||
|
|
36917f2877 | ||
|
|
25383924c5 | ||
|
|
60c0f6ff6f | ||
|
|
a10621037c | ||
|
|
61b4d4e538 | ||
|
|
323e4679f0 | ||
|
|
e7c1fa8715 | ||
|
|
50387d8dca | ||
|
|
b879378124 | ||
|
|
d6498587f0 | ||
|
|
2086fd0661 | ||
|
|
b3cf9a98b1 | ||
|
|
d0014c6e0c | ||
|
|
90c0743eff | ||
|
|
193afe3be2 | ||
|
|
d0f07018d1 |
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
@@ -32,15 +32,15 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
|
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
queries: security-and-quality
|
queries: security-and-quality
|
||||||
|
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
|
uses: github/codeql-action/autobuild@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
|
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
|
||||||
with:
|
with:
|
||||||
category: '/language:${{matrix.language}}'
|
category: '/language:${{matrix.language}}'
|
||||||
|
|||||||
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@@ -27,4 +27,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Run PR Lint
|
- name: Run PR Lint
|
||||||
# https://github.com/ivuorinen/actions
|
# https://github.com/ivuorinen/actions
|
||||||
uses: ivuorinen/actions/pr-lint@8faacf8a1cae049c1471708dcb408a167e91afaf # v2026.02.24
|
uses: ivuorinen/actions/pr-lint@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02
|
||||||
|
|||||||
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Run PR Lint
|
- name: Run PR Lint
|
||||||
# https://github.com/ivuorinen/actions
|
# https://github.com/ivuorinen/actions
|
||||||
uses: ivuorinen/actions/pr-lint@8faacf8a1cae049c1471708dcb408a167e91afaf # v2026.02.24
|
uses: ivuorinen/actions/pr-lint@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: Publish
|
name: Publish
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Node.js Environment
|
- name: Setup Node.js Environment
|
||||||
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
||||||
with:
|
with:
|
||||||
always-auth: true
|
always-auth: true
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
|
|||||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -19,4 +19,4 @@ jobs:
|
|||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: ivuorinen/actions/stale@8faacf8a1cae049c1471708dcb408a167e91afaf # v2026.02.24
|
- uses: ivuorinen/actions/stale@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02
|
||||||
|
|||||||
2
.github/workflows/sync-labels.yml
vendored
2
.github/workflows/sync-labels.yml
vendored
@@ -38,4 +38,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: ⤵️ Sync Latest Labels Definitions
|
- name: ⤵️ Sync Latest Labels Definitions
|
||||||
uses: ivuorinen/actions/sync-labels@8faacf8a1cae049c1471708dcb408a167e91afaf # v2026.02.24
|
uses: ivuorinen/actions/sync-labels@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ repos:
|
|||||||
args: [--autofix, --no-sort-keys]
|
args: [--autofix, --no-sort-keys]
|
||||||
|
|
||||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||||
rev: v0.47.0
|
rev: v0.48.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: markdownlint
|
- id: markdownlint
|
||||||
args: [-c, .markdownlint.json, --fix]
|
args: [-c, .markdownlint.json, --fix]
|
||||||
|
|||||||
16
CHANGELOG.md
16
CHANGELOG.md
@@ -3,6 +3,22 @@
|
|||||||
All notable changes to this project will be documented in this file. See
|
All notable changes to this project will be documented in this file. See
|
||||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [1.0.10](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.9...v1.0.10) (2026-03-05)
|
||||||
|
|
||||||
|
## [1.0.9](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.8...v1.0.9) (2026-03-05)
|
||||||
|
|
||||||
|
## [1.0.8](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.7...v1.0.8) (2026-03-05)
|
||||||
|
|
||||||
|
## [1.0.7](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.6...v1.0.7) (2026-03-05)
|
||||||
|
|
||||||
|
## [1.0.6](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.5...v1.0.6) (2026-03-04)
|
||||||
|
|
||||||
|
## [1.0.5](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.4...v1.0.5) (2026-03-02)
|
||||||
|
|
||||||
|
## [1.0.4](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.3...v1.0.4) (2026-03-02)
|
||||||
|
|
||||||
|
## [1.0.3](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.2...v1.0.3) (2026-02-28)
|
||||||
|
|
||||||
## [1.0.2](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.1...v1.0.2) (2026-02-28)
|
## [1.0.2](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.1...v1.0.2) (2026-02-28)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/stylelint-config",
|
"name": "@ivuorinen/stylelint-config",
|
||||||
"version": "1.0.2",
|
"version": "1.0.10",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configuration for stylelint.",
|
"description": "ivuorinen's shareable configuration for stylelint.",
|
||||||
"author": {
|
"author": {
|
||||||
|
|||||||
204
yarn.lock
204
yarn.lock
@@ -59,25 +59,25 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@cacheable/memory@npm:^2.0.7":
|
"@cacheable/memory@npm:^2.0.8":
|
||||||
version: 2.0.7
|
version: 2.0.8
|
||||||
resolution: "@cacheable/memory@npm:2.0.7"
|
resolution: "@cacheable/memory@npm:2.0.8"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@cacheable/utils": "npm:^2.3.3"
|
"@cacheable/utils": "npm:^2.4.0"
|
||||||
"@keyv/bigmap": "npm:^1.3.0"
|
"@keyv/bigmap": "npm:^1.3.1"
|
||||||
hookified: "npm:^1.14.0"
|
hookified: "npm:^1.15.1"
|
||||||
keyv: "npm:^5.5.5"
|
keyv: "npm:^5.6.0"
|
||||||
checksum: 10c0/48a4cf290d70e1e84f52dd13504884761c845b54ec61a79504d7760cfaf06223c3b3f206d47e3ded1ea5c424c0b71090b68a0b5a1634282d3f7de9f12d4f864d
|
checksum: 10c0/d12ec24e1257cda849329f629a8d0508e8f220827e2c198936f5554899df54401861b775a03f24ab51f01bacfb798cc03d3a82848adcd88d662ea8f22e802057
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@cacheable/utils@npm:^2.3.3":
|
"@cacheable/utils@npm:^2.4.0":
|
||||||
version: 2.3.4
|
version: 2.4.0
|
||||||
resolution: "@cacheable/utils@npm:2.3.4"
|
resolution: "@cacheable/utils@npm:2.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
hashery: "npm:^1.3.0"
|
hashery: "npm:^1.5.0"
|
||||||
keyv: "npm:^5.6.0"
|
keyv: "npm:^5.6.0"
|
||||||
checksum: 10c0/6256105d4c8f1b246b7a36f3e46d0c25454285b28d2610047bc9ce3369104e65610e0e09e723f4980758e260a768fe89587f5075db9ea8a8f7516ce7e7170f00
|
checksum: 10c0/07803578b765a73e177f56086bc3b3cbeec6fcf5f2a1458b0469e63dc95c9afe1ba0a208110e6c7c59bfd8ca4c7ac84a5d8146c1799287bb716073ad8e054062
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -107,10 +107,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@csstools/css-syntax-patches-for-csstree@npm:^1.0.26":
|
"@csstools/css-syntax-patches-for-csstree@npm:^1.0.27":
|
||||||
version: 1.0.28
|
version: 1.1.0
|
||||||
resolution: "@csstools/css-syntax-patches-for-csstree@npm:1.0.28"
|
resolution: "@csstools/css-syntax-patches-for-csstree@npm:1.1.0"
|
||||||
checksum: 10c0/d3334499545a4d7abdd7b18364c055aec22f66323828af9b87a9adb43153e0e12319876c5ab128b972605f21da60cb05857f4d143eac9ddffe51c33f3dfb7fff
|
checksum: 10c0/ef84e09ead31d204e238eb674016b34a54083344348b4e4fd63cb03486dcaa5b53feeff74a6c246763973cca0eb3213a70f49ca8545ce26a3b3d9c97255f4dd1
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -174,29 +174,22 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@ivuorinen/config-checker@npm:^2.0.0":
|
"@ivuorinen/config-checker@npm:^2.0.0, @ivuorinen/config-checker@npm:^2.1.1":
|
||||||
version: 2.1.2
|
version: 2.1.2
|
||||||
resolution: "@ivuorinen/config-checker@npm:2.1.2"
|
resolution: "@ivuorinen/config-checker@npm:2.1.2"
|
||||||
checksum: 10c0/e607eb7196a6c50309b654bb0cd46f64501f2a5ba211933bb73a43a6316b7455b563579a387778d00f31885d0fcf04d3d055aa1bd6ddf580dccca76cbb22d6fd
|
checksum: 10c0/e607eb7196a6c50309b654bb0cd46f64501f2a5ba211933bb73a43a6316b7455b563579a387778d00f31885d0fcf04d3d055aa1bd6ddf580dccca76cbb22d6fd
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@ivuorinen/config-checker@npm:^2.1.1":
|
|
||||||
version: 2.1.1
|
|
||||||
resolution: "@ivuorinen/config-checker@npm:2.1.1"
|
|
||||||
checksum: 10c0/b342992ca95a2e8088bf1c36e9d826fb67148023763cc473e752a012ba03b76b5458606a9ddb0b6fe0bcc261d2c0d0fa1c9be877aa4cff78a64fd0eb0b60cf2e
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@ivuorinen/semantic-release-config@npm:^1.1.3":
|
"@ivuorinen/semantic-release-config@npm:^1.1.3":
|
||||||
version: 1.1.3
|
version: 1.1.8
|
||||||
resolution: "@ivuorinen/semantic-release-config@npm:1.1.3"
|
resolution: "@ivuorinen/semantic-release-config@npm:1.1.8"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@ivuorinen/config-checker": "npm:^2.0.0"
|
"@ivuorinen/config-checker": "npm:^2.0.0"
|
||||||
"@semantic-release/changelog": "npm:^6.0.3"
|
"@semantic-release/changelog": "npm:^6.0.3"
|
||||||
"@semantic-release/git": "npm:^10.0.1"
|
"@semantic-release/git": "npm:^10.0.1"
|
||||||
semantic-release: "npm:^25.0.2"
|
semantic-release: "npm:^25.0.2"
|
||||||
checksum: 10c0/440cd2ae8b83909f9e8011e26cf9aeccd4dcf6f69154c113a332bcef1786dec2d8bd468b819a6875983a9fcc1b5d20dbcfa33d9b6f9f9871719f3dc25be3cb10
|
checksum: 10c0/583705e5833ec7162882f9653af9c4e4dfcd1655a9058b824920e121d6541bee7b59a85440d1fb8d04c8c039a4dba35b1cefe969768d674cb87bffc5cb48fde6
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -215,7 +208,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@keyv/bigmap@npm:^1.3.0":
|
"@keyv/bigmap@npm:^1.3.1":
|
||||||
version: 1.3.1
|
version: 1.3.1
|
||||||
resolution: "@keyv/bigmap@npm:1.3.1"
|
resolution: "@keyv/bigmap@npm:1.3.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -706,8 +699,8 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@semantic-release/npm@npm:^13.1.1":
|
"@semantic-release/npm@npm:^13.1.1":
|
||||||
version: 13.1.4
|
version: 13.1.5
|
||||||
resolution: "@semantic-release/npm@npm:13.1.4"
|
resolution: "@semantic-release/npm@npm:13.1.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/core": "npm:^3.0.0"
|
"@actions/core": "npm:^3.0.0"
|
||||||
"@semantic-release/error": "npm:^4.0.0"
|
"@semantic-release/error": "npm:^4.0.0"
|
||||||
@@ -717,7 +710,7 @@ __metadata:
|
|||||||
fs-extra: "npm:^11.0.0"
|
fs-extra: "npm:^11.0.0"
|
||||||
lodash-es: "npm:^4.17.21"
|
lodash-es: "npm:^4.17.21"
|
||||||
nerf-dart: "npm:^1.0.0"
|
nerf-dart: "npm:^1.0.0"
|
||||||
normalize-url: "npm:^8.0.0"
|
normalize-url: "npm:^9.0.0"
|
||||||
npm: "npm:^11.6.2"
|
npm: "npm:^11.6.2"
|
||||||
rc: "npm:^1.2.8"
|
rc: "npm:^1.2.8"
|
||||||
read-pkg: "npm:^10.0.0"
|
read-pkg: "npm:^10.0.0"
|
||||||
@@ -726,7 +719,7 @@ __metadata:
|
|||||||
tempy: "npm:^3.0.0"
|
tempy: "npm:^3.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
semantic-release: ">=20.1.0"
|
semantic-release: ">=20.1.0"
|
||||||
checksum: 10c0/a0924893ccdb277fcfea65a5894f807f47b9155d0d04153adc874a25a9c4187eaff08e6b038e8408426545ee0a45760c19525f6308da143effb712ecdb8e6414
|
checksum: 10c0/940bfe3f7ec1189e100b81242835230ab3c14da58a5e2feaf43055fd432453ee7efbde93562daf083aedd73478b7f7b12b7dc63752af9e61b3e010043374c552
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -808,6 +801,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@simple-libs/stream-utils@npm:^1.2.0":
|
||||||
|
version: 1.2.0
|
||||||
|
resolution: "@simple-libs/stream-utils@npm:1.2.0"
|
||||||
|
checksum: 10c0/2788ac7b167d1b6c81b8c6fae2f5d9688b1f02ab31e9e15b33c9dc2ae920cf7de87869de10679be8957f9adb645c91c8919e271f3e34b6b4ec56daf725522dc7
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@sindresorhus/is@npm:^4.6.0":
|
"@sindresorhus/is@npm:^4.6.0":
|
||||||
version: 4.6.0
|
version: 4.6.0
|
||||||
resolution: "@sindresorhus/is@npm:4.6.0"
|
resolution: "@sindresorhus/is@npm:4.6.0"
|
||||||
@@ -908,7 +908,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"ansi-regex@npm:^6.0.1, ansi-regex@npm:^6.1.0, ansi-regex@npm:^6.2.2":
|
"ansi-regex@npm:^6.1.0, ansi-regex@npm:^6.2.2":
|
||||||
version: 6.2.2
|
version: 6.2.2
|
||||||
resolution: "ansi-regex@npm:6.2.2"
|
resolution: "ansi-regex@npm:6.2.2"
|
||||||
checksum: 10c0/05d4acb1d2f59ab2cf4b794339c7b168890d44dda4bf0ce01152a8da0213aca207802f930442ce8cd22d7a92f44907664aac6508904e75e038fa944d2601b30f
|
checksum: 10c0/05d4acb1d2f59ab2cf4b794339c7b168890d44dda4bf0ce01152a8da0213aca207802f930442ce8cd22d7a92f44907664aac6508904e75e038fa944d2601b30f
|
||||||
@@ -989,13 +989,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"balanced-match@npm:^3.0.1":
|
|
||||||
version: 3.0.1
|
|
||||||
resolution: "balanced-match@npm:3.0.1"
|
|
||||||
checksum: 10c0/ac8dd63a5b260610c2cbda982f436e964c1b9ae8764d368a523769da40a31710abd6e19f0fdf1773c4ad7b2ea7ba7b285d547375dc723f6e754369835afc8e9f
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"balanced-match@npm:^4.0.2":
|
"balanced-match@npm:^4.0.2":
|
||||||
version: 4.0.4
|
version: 4.0.4
|
||||||
resolution: "balanced-match@npm:4.0.4"
|
resolution: "balanced-match@npm:4.0.4"
|
||||||
@@ -1075,15 +1068,15 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"cacheable@npm:^2.3.2":
|
"cacheable@npm:^2.3.2":
|
||||||
version: 2.3.2
|
version: 2.3.3
|
||||||
resolution: "cacheable@npm:2.3.2"
|
resolution: "cacheable@npm:2.3.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@cacheable/memory": "npm:^2.0.7"
|
"@cacheable/memory": "npm:^2.0.8"
|
||||||
"@cacheable/utils": "npm:^2.3.3"
|
"@cacheable/utils": "npm:^2.4.0"
|
||||||
hookified: "npm:^1.15.0"
|
hookified: "npm:^1.15.0"
|
||||||
keyv: "npm:^5.5.5"
|
keyv: "npm:^5.6.0"
|
||||||
qified: "npm:^0.6.0"
|
qified: "npm:^0.6.0"
|
||||||
checksum: 10c0/e8880d03a0c644dcf0e5df329942f121aecdbe75b99c736342c9d1b3b17a25ea2519fb21748aa709b188f4dfeec67e5277ab47b27c5d3cffa2ef3cc6e521d759
|
checksum: 10c0/9976bc1845f525e803e71e5b356a914edb4527838fbf9384851bad5465a51a612e01fbe6b142044bfe42ec7776dfcfa548503c1aad4c5117ee8af8b5ea9c2697
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -1291,25 +1284,26 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"conventional-changelog-angular@npm:^8.0.0":
|
"conventional-changelog-angular@npm:^8.0.0":
|
||||||
version: 8.1.0
|
version: 8.3.0
|
||||||
resolution: "conventional-changelog-angular@npm:8.1.0"
|
resolution: "conventional-changelog-angular@npm:8.3.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
compare-func: "npm:^2.0.0"
|
compare-func: "npm:^2.0.0"
|
||||||
checksum: 10c0/b82aab869117fd9bd6ccfa960521e7638d3c2a3599c95fd5ba30d3b3fe972b5f819af4d57229f2973a7129ea18546cdf5822004565cab1ee35355cc90ac4588f
|
checksum: 10c0/bab87fa741a25e4fb623e2629912a5e592de5ed616398bee0cd9779dc950aae2a78ac48a6f4268cbb5f5544bb33644e01c7b40cea378bb9763ae5304cc22efc2
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"conventional-changelog-writer@npm:^8.0.0":
|
"conventional-changelog-writer@npm:^8.0.0":
|
||||||
version: 8.2.0
|
version: 8.4.0
|
||||||
resolution: "conventional-changelog-writer@npm:8.2.0"
|
resolution: "conventional-changelog-writer@npm:8.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
"@simple-libs/stream-utils": "npm:^1.2.0"
|
||||||
conventional-commits-filter: "npm:^5.0.0"
|
conventional-commits-filter: "npm:^5.0.0"
|
||||||
handlebars: "npm:^4.7.7"
|
handlebars: "npm:^4.7.7"
|
||||||
meow: "npm:^13.0.0"
|
meow: "npm:^13.0.0"
|
||||||
semver: "npm:^7.5.2"
|
semver: "npm:^7.5.2"
|
||||||
bin:
|
bin:
|
||||||
conventional-changelog-writer: dist/cli/index.js
|
conventional-changelog-writer: dist/cli/index.js
|
||||||
checksum: 10c0/e25052bb366ecee6389326fd5b7d3ecbd6f6a65439f45b5a2b1d4096baeb1bbfa93cd6bea686f419423265db5bbb02870a014cb92f43f972c00191c60711e9b6
|
checksum: 10c0/d657bf74c470e5d515d3a07814d266e6e2aea018e6867bfefa4bc486bb3f948b47b01936d65e46b3090111823364c21c201f9fbe875b1fc805cdf884bb032bc1
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -1321,13 +1315,14 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"conventional-commits-parser@npm:^6.0.0":
|
"conventional-commits-parser@npm:^6.0.0":
|
||||||
version: 6.2.1
|
version: 6.3.0
|
||||||
resolution: "conventional-commits-parser@npm:6.2.1"
|
resolution: "conventional-commits-parser@npm:6.3.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
"@simple-libs/stream-utils": "npm:^1.2.0"
|
||||||
meow: "npm:^13.0.0"
|
meow: "npm:^13.0.0"
|
||||||
bin:
|
bin:
|
||||||
conventional-commits-parser: dist/cli/index.js
|
conventional-commits-parser: dist/cli/index.js
|
||||||
checksum: 10c0/217b3fff627802f7fd7cb09bdfe897aa76986865543dfaa99b7957e4717d039e1e12c4a9b72706f098a5716bbbbdae540ef0b2429f7219d5fc5be0f190f1bc1e
|
checksum: 10c0/7b152db0b63617fb5f993c3422942c05f48ff42fef4350d7e73b1d8a9f24489050b126478f2aabee5e45f205dbd02cb0b486e4bb865f9c0b18c35b4d13952b25
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -1346,8 +1341,8 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"cosmiconfig@npm:^9.0.0":
|
"cosmiconfig@npm:^9.0.0":
|
||||||
version: 9.0.0
|
version: 9.0.1
|
||||||
resolution: "cosmiconfig@npm:9.0.0"
|
resolution: "cosmiconfig@npm:9.0.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
env-paths: "npm:^2.2.1"
|
env-paths: "npm:^2.2.1"
|
||||||
import-fresh: "npm:^3.3.0"
|
import-fresh: "npm:^3.3.0"
|
||||||
@@ -1358,7 +1353,7 @@ __metadata:
|
|||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 10c0/1c1703be4f02a250b1d6ca3267e408ce16abfe8364193891afc94c2d5c060b69611fdc8d97af74b7e6d5d1aac0ab2fb94d6b079573146bc2d756c2484ce5f0ee
|
checksum: 10c0/a5d4d95599687532ee072bca60170133c24d4e08cd795529e0f22c6ce5fde9409eaf4f26e36e3d671f43270ef858fc68f3c7b0ec28e58fac7ddebda5b7725306
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -1382,7 +1377,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"css-functions-list@npm:^3.2.3":
|
"css-functions-list@npm:^3.3.3":
|
||||||
version: 3.3.3
|
version: 3.3.3
|
||||||
resolution: "css-functions-list@npm:3.3.3"
|
resolution: "css-functions-list@npm:3.3.3"
|
||||||
checksum: 10c0/7b9e5dd94e0178b2edb0f3263de5ae7942e56ab0b73420d4adb8fea003367e1dbc94fe8ea300bf732d1423f7eafb523e695136f0a4e6ae4f0abec66848219ee6
|
checksum: 10c0/7b9e5dd94e0178b2edb0f3263de5ae7942e56ab0b73420d4adb8fea003367e1dbc94fe8ea300bf732d1423f7eafb523e695136f0a4e6ae4f0abec66848219ee6
|
||||||
@@ -1390,12 +1385,12 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"css-tree@npm:^3.0.1, css-tree@npm:^3.1.0":
|
"css-tree@npm:^3.0.1, css-tree@npm:^3.1.0":
|
||||||
version: 3.1.0
|
version: 3.2.1
|
||||||
resolution: "css-tree@npm:3.1.0"
|
resolution: "css-tree@npm:3.2.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
mdn-data: "npm:2.12.2"
|
mdn-data: "npm:2.27.1"
|
||||||
source-map-js: "npm:^1.0.1"
|
source-map-js: "npm:^1.2.1"
|
||||||
checksum: 10c0/b5715852c2f397c715ca00d56ec53fc83ea596295ae112eb1ba6a1bda3b31086380e596b1d8c4b980fe6da09e7d0fc99c64d5bb7313030dd0fba9c1415f30979
|
checksum: 10c0/1f65e9ccaa56112a4706d6f003dd43d777f0dbcf848e66fd320f823192533581f8dd58daa906cb80622658332d50284d6be13b87a6ab4556cbbfe9ef535bbf7e
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -1740,9 +1735,9 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"flatted@npm:^3.3.3":
|
"flatted@npm:^3.3.3":
|
||||||
version: 3.3.3
|
version: 3.3.4
|
||||||
resolution: "flatted@npm:3.3.3"
|
resolution: "flatted@npm:3.3.4"
|
||||||
checksum: 10c0/e957a1c6b0254aa15b8cce8533e24165abd98fadc98575db082b786b5da1b7d72062b81bfdcd1da2f4d46b6ed93bec2434e62333e9b4261d79ef2e75a10dd538
|
checksum: 10c0/d1f33426e9714063a65a90940acdb2897eceb810230a58e496d90334dcecfa81a90135bbc660df6827939865d57cb4a2afab14dcd3d505e16a8484fd73bf9642
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -1757,13 +1752,13 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"fs-extra@npm:^11.0.0":
|
"fs-extra@npm:^11.0.0":
|
||||||
version: 11.3.3
|
version: 11.3.4
|
||||||
resolution: "fs-extra@npm:11.3.3"
|
resolution: "fs-extra@npm:11.3.4"
|
||||||
dependencies:
|
dependencies:
|
||||||
graceful-fs: "npm:^4.2.0"
|
graceful-fs: "npm:^4.2.0"
|
||||||
jsonfile: "npm:^6.0.1"
|
jsonfile: "npm:^6.0.1"
|
||||||
universalify: "npm:^2.0.0"
|
universalify: "npm:^2.0.0"
|
||||||
checksum: 10c0/984924ff4104e3e9f351b658a864bf3b354b2c90429f57aec0acd12d92c4e6b762cbacacdffb4e745b280adce882e1f980c485d9f02c453f769ab4e7fc646ce3
|
checksum: 10c0/e08276f767a62496ae97d711aaa692c6a478177f24a85979b6a2881c9db9c68b8c2ad5da0bcf92c0b2a474cea6e935ec245656441527958fd8372cb647087df0
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -1956,7 +1951,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"hashery@npm:^1.3.0, hashery@npm:^1.4.0":
|
"hashery@npm:^1.4.0, hashery@npm:^1.5.0":
|
||||||
version: 1.5.0
|
version: 1.5.0
|
||||||
resolution: "hashery@npm:1.5.0"
|
resolution: "hashery@npm:1.5.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -1979,7 +1974,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"hookified@npm:^1.14.0, hookified@npm:^1.15.0":
|
"hookified@npm:^1.14.0, hookified@npm:^1.15.0, hookified@npm:^1.15.1":
|
||||||
version: 1.15.1
|
version: 1.15.1
|
||||||
resolution: "hookified@npm:1.15.1"
|
resolution: "hookified@npm:1.15.1"
|
||||||
checksum: 10c0/6b691374fa97ae57169fb29f90e723499fda5e85494654fbe55c4768b3ccbf3e14c0adc8d0f365f32c503b60d7c06f907781f5966c03d41c423575eb5e16860c
|
checksum: 10c0/6b691374fa97ae57169fb29f90e723499fda5e85494654fbe55c4768b3ccbf3e14c0adc8d0f365f32c503b60d7c06f907781f5966c03d41c423575eb5e16860c
|
||||||
@@ -2428,7 +2423,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"keyv@npm:^5.5.5, keyv@npm:^5.6.0":
|
"keyv@npm:^5.6.0":
|
||||||
version: 5.6.0
|
version: 5.6.0
|
||||||
resolution: "keyv@npm:5.6.0"
|
resolution: "keyv@npm:5.6.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -2738,14 +2733,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"mdn-data@npm:2.12.2":
|
"mdn-data@npm:2.27.1, mdn-data@npm:^2.25.0":
|
||||||
version: 2.12.2
|
|
||||||
resolution: "mdn-data@npm:2.12.2"
|
|
||||||
checksum: 10c0/b22443b71d70f72ccc3c6ba1608035431a8fc18c3c8fc53523f06d20e05c2ac10f9b53092759a2ca85cf02f0d37036f310b581ce03e7b99ac74d388ef8152ade
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"mdn-data@npm:^2.25.0":
|
|
||||||
version: 2.27.1
|
version: 2.27.1
|
||||||
resolution: "mdn-data@npm:2.27.1"
|
resolution: "mdn-data@npm:2.27.1"
|
||||||
checksum: 10c0/eb8abf5d22e4d1e090346f5e81b67d23cef14c83940e445da5c44541ad874dc8fb9f6ca236e8258c3a489d9fb5884188a4d7d58773adb9089ac2c0b966796393
|
checksum: 10c0/eb8abf5d22e4d1e090346f5e81b67d23cef14c83940e445da5c44541ad874dc8fb9f6ca236e8258c3a489d9fb5884188a4d7d58773adb9089ac2c0b966796393
|
||||||
@@ -3032,10 +3020,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"normalize-url@npm:^8.0.0":
|
"normalize-url@npm:^9.0.0":
|
||||||
version: 8.1.1
|
version: 9.0.0
|
||||||
resolution: "normalize-url@npm:8.1.1"
|
resolution: "normalize-url@npm:9.0.0"
|
||||||
checksum: 10c0/1beb700ce42acb2288f39453cdf8001eead55bbf046d407936a40404af420b8c1c6be97a869884ae9e659d7b1c744e40e905c875ac9290644eec2e3e6fb0b370
|
checksum: 10c0/ff8271b26b808dc4c9caf309e1f5f0dcf75e4e05c5c09f3ee3c9dde2bda7f761df1b4c9458758c1919e3420a71c464da8026c1a9a11dedff99c056f3efd6afbc
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -3597,13 +3585,13 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"postcss@npm:^8.5.6":
|
"postcss@npm:^8.5.6":
|
||||||
version: 8.5.6
|
version: 8.5.8
|
||||||
resolution: "postcss@npm:8.5.6"
|
resolution: "postcss@npm:8.5.8"
|
||||||
dependencies:
|
dependencies:
|
||||||
nanoid: "npm:^3.3.11"
|
nanoid: "npm:^3.3.11"
|
||||||
picocolors: "npm:^1.1.1"
|
picocolors: "npm:^1.1.1"
|
||||||
source-map-js: "npm:^1.2.1"
|
source-map-js: "npm:^1.2.1"
|
||||||
checksum: 10c0/5127cc7c91ed7a133a1b7318012d8bfa112da9ef092dddf369ae699a1f10ebbd89b1b9f25f3228795b84585c72aabd5ced5fc11f2ba467eedf7b081a66fad024
|
checksum: 10c0/dd918f7127ee7c60a0295bae2e72b3787892296e1d1c3c564d7a2a00c68d8df83cadc3178491259daa19ccc54804fb71ed8c937c6787e08d8bd4bedf8d17044c
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -4040,7 +4028,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"source-map-js@npm:^1.0.1, source-map-js@npm:^1.2.1":
|
"source-map-js@npm:^1.2.1":
|
||||||
version: 1.2.1
|
version: 1.2.1
|
||||||
resolution: "source-map-js@npm:1.2.1"
|
resolution: "source-map-js@npm:1.2.1"
|
||||||
checksum: 10c0/7bda1fc4c197e3c6ff17de1b8b2c20e60af81b63a52cb32ec5a5d67a20a7d42651e2cb34ebe93833c5a2a084377e17455854fee3e21e7925c64a51b6a52b0faf
|
checksum: 10c0/7bda1fc4c197e3c6ff17de1b8b2c20e60af81b63a52cb32ec5a5d67a20a7d42651e2cb34ebe93833c5a2a084377e17455854fee3e21e7925c64a51b6a52b0faf
|
||||||
@@ -4183,7 +4171,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"strip-ansi@npm:^7.1.0":
|
"strip-ansi@npm:^7.1.0, strip-ansi@npm:^7.1.2":
|
||||||
version: 7.2.0
|
version: 7.2.0
|
||||||
resolution: "strip-ansi@npm:7.2.0"
|
resolution: "strip-ansi@npm:7.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -4192,15 +4180,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"strip-ansi@npm:^7.1.2":
|
|
||||||
version: 7.1.2
|
|
||||||
resolution: "strip-ansi@npm:7.1.2"
|
|
||||||
dependencies:
|
|
||||||
ansi-regex: "npm:^6.0.1"
|
|
||||||
checksum: 10c0/0d6d7a023de33368fd042aab0bf48f4f4077abdfd60e5393e73c7c411e85e1b3a83507c11af2e656188511475776215df9ca589b4da2295c9455cc399ce1858b
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"strip-bom@npm:^3.0.0":
|
"strip-bom@npm:^3.0.0":
|
||||||
version: 3.0.0
|
version: 3.0.0
|
||||||
resolution: "strip-bom@npm:3.0.0"
|
resolution: "strip-bom@npm:3.0.0"
|
||||||
@@ -4304,20 +4283,19 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"stylelint@npm:^17.0.0":
|
"stylelint@npm:^17.0.0":
|
||||||
version: 17.3.0
|
version: 17.4.0
|
||||||
resolution: "stylelint@npm:17.3.0"
|
resolution: "stylelint@npm:17.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@csstools/css-calc": "npm:^3.1.1"
|
"@csstools/css-calc": "npm:^3.1.1"
|
||||||
"@csstools/css-parser-algorithms": "npm:^4.0.0"
|
"@csstools/css-parser-algorithms": "npm:^4.0.0"
|
||||||
"@csstools/css-syntax-patches-for-csstree": "npm:^1.0.26"
|
"@csstools/css-syntax-patches-for-csstree": "npm:^1.0.27"
|
||||||
"@csstools/css-tokenizer": "npm:^4.0.0"
|
"@csstools/css-tokenizer": "npm:^4.0.0"
|
||||||
"@csstools/media-query-list-parser": "npm:^5.0.0"
|
"@csstools/media-query-list-parser": "npm:^5.0.0"
|
||||||
"@csstools/selector-resolve-nested": "npm:^4.0.0"
|
"@csstools/selector-resolve-nested": "npm:^4.0.0"
|
||||||
"@csstools/selector-specificity": "npm:^6.0.0"
|
"@csstools/selector-specificity": "npm:^6.0.0"
|
||||||
balanced-match: "npm:^3.0.1"
|
|
||||||
colord: "npm:^2.9.3"
|
colord: "npm:^2.9.3"
|
||||||
cosmiconfig: "npm:^9.0.0"
|
cosmiconfig: "npm:^9.0.0"
|
||||||
css-functions-list: "npm:^3.2.3"
|
css-functions-list: "npm:^3.3.3"
|
||||||
css-tree: "npm:^3.1.0"
|
css-tree: "npm:^3.1.0"
|
||||||
debug: "npm:^4.4.3"
|
debug: "npm:^4.4.3"
|
||||||
fast-glob: "npm:^3.3.3"
|
fast-glob: "npm:^3.3.3"
|
||||||
@@ -4331,7 +4309,6 @@ __metadata:
|
|||||||
import-meta-resolve: "npm:^4.2.0"
|
import-meta-resolve: "npm:^4.2.0"
|
||||||
imurmurhash: "npm:^0.1.4"
|
imurmurhash: "npm:^0.1.4"
|
||||||
is-plain-object: "npm:^5.0.0"
|
is-plain-object: "npm:^5.0.0"
|
||||||
known-css-properties: "npm:^0.37.0"
|
|
||||||
mathml-tag-names: "npm:^4.0.0"
|
mathml-tag-names: "npm:^4.0.0"
|
||||||
meow: "npm:^14.0.0"
|
meow: "npm:^14.0.0"
|
||||||
micromatch: "npm:^4.0.8"
|
micromatch: "npm:^4.0.8"
|
||||||
@@ -4348,7 +4325,7 @@ __metadata:
|
|||||||
write-file-atomic: "npm:^7.0.0"
|
write-file-atomic: "npm:^7.0.0"
|
||||||
bin:
|
bin:
|
||||||
stylelint: bin/stylelint.mjs
|
stylelint: bin/stylelint.mjs
|
||||||
checksum: 10c0/94d136e4fe29bdf269613706fe19cfe0872de9c7d63c38c42d463be9ccec349b64a3a94539be73bc243a8e3ebdb20ca208b642725cfa7ba2e315dc2656575d51
|
checksum: 10c0/ccda036ae73e4e2d711d1c54e76ce01d991fc13607323f0d31c06828e135ec33ac65ba13f0b83956f9837da73d71f42d1e6148678e8f1c077b98cfbec0821800
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -4436,15 +4413,15 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"tar@npm:^7.4.3, tar@npm:^7.5.1, tar@npm:^7.5.4, tar@npm:^7.5.9":
|
"tar@npm:^7.4.3, tar@npm:^7.5.1, tar@npm:^7.5.4, tar@npm:^7.5.9":
|
||||||
version: 7.5.9
|
version: 7.5.10
|
||||||
resolution: "tar@npm:7.5.9"
|
resolution: "tar@npm:7.5.10"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@isaacs/fs-minipass": "npm:^4.0.0"
|
"@isaacs/fs-minipass": "npm:^4.0.0"
|
||||||
chownr: "npm:^3.0.0"
|
chownr: "npm:^3.0.0"
|
||||||
minipass: "npm:^7.1.2"
|
minipass: "npm:^7.1.2"
|
||||||
minizlib: "npm:^3.1.0"
|
minizlib: "npm:^3.1.0"
|
||||||
yallist: "npm:^5.0.0"
|
yallist: "npm:^5.0.0"
|
||||||
checksum: 10c0/e870beb1b2477135ca2abe86b2d18f7b35d0a4e3a37bbc523d3b8f7adca268dfab543f26528a431d569897f8c53a7cac745cdfbc4411c2f89aeeacc652b81b0a
|
checksum: 10c0/ed905e4b33886377df6e9206e5d1bd34458c21666e27943f946799416f86348c938590d573d6a69312cb29c583b122647a64ec92782f2b7e24e68d985dd72531
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -4799,12 +4776,11 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"write-file-atomic@npm:^7.0.0":
|
"write-file-atomic@npm:^7.0.0":
|
||||||
version: 7.0.0
|
version: 7.0.1
|
||||||
resolution: "write-file-atomic@npm:7.0.0"
|
resolution: "write-file-atomic@npm:7.0.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
imurmurhash: "npm:^0.1.4"
|
|
||||||
signal-exit: "npm:^4.0.1"
|
signal-exit: "npm:^4.0.1"
|
||||||
checksum: 10c0/f5dd7c0324ae03b399974484fbe56363654c3884920e3c4f4d59b690596f113f60f4061a3c0aa5e6f4c22e5b9e7e0608954fd8131a916c9123b68a17ba886345
|
checksum: 10c0/69cebb64945e22928a24ae7e2a55bf54438c92d6f657c1fa5e96b7c7a50f6c022e7454ab5c259079bb35f60296242f3a21234c79320d64a8ad57675b56a2098d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user