Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 919f64c

Browse files
chore(deps): update devdependency stylelint-config-standard to v25 (#942)
1 parent e154fa5 commit 919f64c

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"postcss-html": "^1.3.0",
3030
"stylelint": "^14.5.3",
3131
"stylelint-config-recommended-vue": "^1.3.0",
32-
"stylelint-config-standard": "^24.0.0"
32+
"stylelint-config-standard": "^25.0.0"
3333
},
3434
"name": "create-nuxt-app"
3535
}

packages/cna-template/template/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"stylelint": "^14.5.3",
4646
"stylelint-config-prettier": "^9.0.3",
4747
"stylelint-config-recommended-vue": "^1.3.0",
48-
"stylelint-config-standard": "^24.0.0"
48+
"stylelint-config-standard": "^25.0.0"
4949
}
5050
}

packages/create-nuxt-app/test/snapshots/index.test.js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,7 +2175,7 @@ Generated by [AVA](https://avajs.dev).
21752175
stylelint: '^14.5.3',
21762176
'stylelint-config-prettier': '^9.0.3',
21772177
'stylelint-config-recommended-vue': '^1.3.0',
2178-
'stylelint-config-standard': '^24.0.0',
2178+
'stylelint-config-standard': '^25.0.0',
21792179
},
21802180
'lint-staged': {
21812181
'*.**': 'prettier --check --ignore-unknown',
@@ -2551,7 +2551,7 @@ Generated by [AVA](https://avajs.dev).
25512551
'postcss-html': '^1.3.0',
25522552
stylelint: '^14.5.3',
25532553
'stylelint-config-recommended-vue': '^1.3.0',
2554-
'stylelint-config-standard': '^24.0.0',
2554+
'stylelint-config-standard': '^25.0.0',
25552555
},
25562556
private: true,
25572557
scripts: {
0 Bytes
Binary file not shown.

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7883,17 +7883,22 @@ stylelint-config-recommended-vue@^1.3.0:
78837883
stylelint-config-html ">=1.0.0"
78847884
stylelint-config-recommended ">=6.0.0"
78857885

7886-
stylelint-config-recommended@>=6.0.0, stylelint-config-recommended@^6.0.0:
7886+
stylelint-config-recommended@>=6.0.0:
78877887
version "6.0.0"
78887888
resolved "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-6.0.0.tgz#fd2523a322836005ad9bf473d3e5534719c09f9d"
78897889
integrity sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==
78907890

7891-
stylelint-config-standard@^24.0.0:
7892-
version "24.0.0"
7893-
resolved "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-24.0.0.tgz#6823f207ab997ae0b641f9a636d007cc44d77541"
7894-
integrity sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==
7891+
stylelint-config-recommended@^7.0.0:
7892+
version "7.0.0"
7893+
resolved "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-7.0.0.tgz#7497372ae83ab7a6fffc18d7d7b424c6480ae15e"
7894+
integrity sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==
7895+
7896+
stylelint-config-standard@^25.0.0:
7897+
version "25.0.0"
7898+
resolved "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-25.0.0.tgz#2c916984e6655d40d6e8748b19baa8603b680bff"
7899+
integrity sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==
78957900
dependencies:
7896-
stylelint-config-recommended "^6.0.0"
7901+
stylelint-config-recommended "^7.0.0"
78977902

78987903
stylelint@^14.5.3:
78997904
version "14.5.3"

0 commit comments

Comments
 (0)