1
1
mirror of https://github.com/primer/css.git synced 2024-08-17 04:00:28 +03:00

Bump postcss-load-config from 4.0.1 to 5.0.0 (#2559)

Bumps [postcss-load-config](https://github.com/postcss/postcss-load-config) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/postcss/postcss-load-config/releases)
- [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-load-config/compare/v4.0.1...v5.0.0)

---
updated-dependencies:
- dependency-name: postcss-load-config
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-12-01 09:59:03 -08:00 committed by GitHub
parent 12d0eecd39
commit 7b9b03b646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 20 deletions

47
package-lock.json generated
View File

@ -35,7 +35,7 @@
"postcss-calc": "^8.2.4",
"postcss-custom-properties-fallback": "^1.0.2",
"postcss-import": "^15.0.0",
"postcss-load-config": "^4.0.1",
"postcss-load-config": "^5.0.0",
"postcss-scss": "^4.0.5",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.8.8",
@ -7482,11 +7482,12 @@
}
},
"node_modules/lilconfig": {
"version": "2.0.5",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz",
"integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
"node": ">=14"
}
},
"node_modules/lines-and-columns": {
@ -8315,29 +8316,36 @@
}
},
"node_modules/postcss-load-config": {
"version": "4.0.1",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-5.0.0.tgz",
"integrity": "sha512-i069VOAUi6mpTsToA+qPAAfD7m7dfjm9Yhaqma7KEMJcQFM9jerKBU6rTGNcYLErj4sjR9fZ1q30TpFm2K7PSg==",
"dev": true,
"license": "MIT",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"dependencies": {
"lilconfig": "^2.0.5",
"yaml": "^2.1.1"
"lilconfig": "^3.0.0",
"yaml": "^2.3.4"
},
"engines": {
"node": ">= 14"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
"node": ">= 18"
},
"peerDependencies": {
"postcss": ">=8.0.9",
"ts-node": ">=9.0.0"
"jiti": ">=1.21.0",
"postcss": ">=8.0.9"
},
"peerDependenciesMeta": {
"postcss": {
"jiti": {
"optional": true
},
"ts-node": {
"postcss": {
"optional": true
}
}
@ -10718,9 +10726,10 @@
"license": "ISC"
},
"node_modules/yaml": {
"version": "2.1.1",
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz",
"integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==",
"dev": true,
"license": "ISC",
"engines": {
"node": ">= 14"
}

View File

@ -67,7 +67,7 @@
"postcss-calc": "^8.2.4",
"postcss-custom-properties-fallback": "^1.0.2",
"postcss-import": "^15.0.0",
"postcss-load-config": "^4.0.1",
"postcss-load-config": "^5.0.0",
"postcss-scss": "^4.0.5",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.8.8",