mirror of
https://github.com/primer/css.git
synced 2024-12-23 22:24:11 +03:00
upgrade all deps (#2586)
* upgrade all deps * upgrade workflow deps * keep stylelint back to v15
This commit is contained in:
parent
4104bfc69f
commit
5e2a920e71
2
.github/workflows/axe.yml
vendored
2
.github/workflows/axe.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v40
|
uses: tj-actions/changed-files@v42
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
docs/content/components/**/*.md
|
docs/content/components/**/*.md
|
||||||
|
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2
|
uses: github/codeql-action/init@v3
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||||
# If this step fails, then you should remove it and run the build manually (see below)
|
# If this step fails, then you should remove it and run the build manually (see below)
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@v2
|
uses: github/codeql-action/autobuild@v3
|
||||||
|
|
||||||
# ℹ️ Command-line programs to run using the OS shell.
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
# 📚 https://git.io/JvXDl
|
# 📚 https://git.io/JvXDl
|
||||||
@ -67,4 +67,4 @@ jobs:
|
|||||||
# make release
|
# make release
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v2
|
uses: github/codeql-action/analyze@v3
|
||||||
|
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v8
|
- uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
|
|
||||||
# General settings
|
# General settings
|
||||||
|
1380
package-lock.json
generated
1380
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
38
package.json
38
package.json
@ -41,38 +41,38 @@
|
|||||||
"build:storybook": "cd docs && npm i && npm run build:storybook"
|
"build:storybook": "cd docs && npm i && npm run build:storybook"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@primer/primitives": "^7.12.0",
|
"@primer/primitives": "^7.15.9",
|
||||||
"@primer/view-components": "^0.14.0"
|
"@primer/view-components": "^0.19.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@changesets/changelog-github": "^0.4.8",
|
"@changesets/changelog-github": "^0.5.0",
|
||||||
"@changesets/cli": "^2.26.1",
|
"@changesets/cli": "^2.27.1",
|
||||||
"@csstools/postcss-sass": "^5.0.1",
|
"@csstools/postcss-sass": "^5.1.1",
|
||||||
"@github/prettier-config": "^0.0.6",
|
"@github/prettier-config": "^0.0.6",
|
||||||
"@primer/stylelint-config": "^12.8.0",
|
"@primer/stylelint-config": "^12.9.1",
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.18",
|
||||||
"chokidar-cli": "^3.0.0",
|
"chokidar-cli": "^3.0.0",
|
||||||
"cssstats": "^4.0.5",
|
"cssstats": "^4.0.5",
|
||||||
"eslint": "^8.37.0",
|
"eslint": "^8.57.0",
|
||||||
"eslint-plugin-github": "^4.6.0",
|
"eslint-plugin-github": "^4.10.2",
|
||||||
"eslint-plugin-jest": "^27.2.2",
|
"eslint-plugin-jest": "^27.9.0",
|
||||||
"eslint-plugin-prettier": "^5.0.1",
|
"eslint-plugin-prettier": "^5.1.3",
|
||||||
"filesize": "^10.0.5",
|
"filesize": "^10.0.5",
|
||||||
"front-matter": "^4.0.2",
|
"front-matter": "^4.0.2",
|
||||||
"fs-extra": "^11.1.0",
|
"fs-extra": "^11.1.0",
|
||||||
"globby": "^13.1.4",
|
"globby": "^14.0.1",
|
||||||
"jest": "^29.5.0",
|
"jest": "^29.5.0",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"postcss": "^8.4.5",
|
"postcss": "^8.4.35",
|
||||||
"postcss-calc": "^8.2.4",
|
"postcss-calc": "^9.0.1",
|
||||||
"postcss-custom-properties-fallback": "^1.0.2",
|
"postcss-custom-properties-fallback": "^1.0.2",
|
||||||
"postcss-import": "^15.0.0",
|
"postcss-import": "^16.0.1",
|
||||||
"postcss-load-config": "^5.0.0",
|
"postcss-load-config": "^5.0.3",
|
||||||
"postcss-scss": "^4.0.5",
|
"postcss-scss": "^4.0.5",
|
||||||
"postcss-simple-vars": "^7.0.1",
|
"postcss-simple-vars": "^7.0.1",
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^3.2.5",
|
||||||
"semver": "^7.3.8",
|
"semver": "^7.6.0",
|
||||||
"stylelint": "^15.7.0",
|
"stylelint": "^15.11.0",
|
||||||
"table": "^6.8.1"
|
"table": "^6.8.1"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
|
Loading…
Reference in New Issue
Block a user