mirror of
https://github.com/mastodon/mastodon.git
synced 2026-01-11 19:56:37 +00:00
Update dependency postcss-preset-env to v10.6.0 (#37353)
Some checks failed
Bundler Audit / security (push) Waiting to run
Check i18n / check-i18n (push) Waiting to run
Chromatic / Check for relevant changes (push) Waiting to run
Chromatic / Run Chromatic (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
Check formatting / lint (push) Waiting to run
Haml Linting / lint (push) Waiting to run
Ruby Linting / lint (push) Waiting to run
Historical data migration test / test (14-alpine) (push) Waiting to run
Historical data migration test / test (15-alpine) (push) Waiting to run
Historical data migration test / test (16-alpine) (push) Waiting to run
Historical data migration test / test (17-alpine) (push) Waiting to run
Ruby Testing / build (production) (push) Waiting to run
Ruby Testing / build (test) (push) Waiting to run
Ruby Testing / test (.ruby-version) (push) Blocked by required conditions
Ruby Testing / test (3.2) (push) Blocked by required conditions
Ruby Testing / test (3.3) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (push) Blocked by required conditions
Ruby Testing / End to End testing (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (push) Blocked by required conditions
Crowdin / Upload translations / upload-translations (push) Has been cancelled
CSS Linting / lint (push) Has been cancelled
JavaScript Linting / lint (push) Has been cancelled
JavaScript Testing / test (push) Has been cancelled
Some checks failed
Bundler Audit / security (push) Waiting to run
Check i18n / check-i18n (push) Waiting to run
Chromatic / Check for relevant changes (push) Waiting to run
Chromatic / Run Chromatic (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
Check formatting / lint (push) Waiting to run
Haml Linting / lint (push) Waiting to run
Ruby Linting / lint (push) Waiting to run
Historical data migration test / test (14-alpine) (push) Waiting to run
Historical data migration test / test (15-alpine) (push) Waiting to run
Historical data migration test / test (16-alpine) (push) Waiting to run
Historical data migration test / test (17-alpine) (push) Waiting to run
Ruby Testing / build (production) (push) Waiting to run
Ruby Testing / build (test) (push) Waiting to run
Ruby Testing / test (.ruby-version) (push) Blocked by required conditions
Ruby Testing / test (3.2) (push) Blocked by required conditions
Ruby Testing / test (3.3) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (push) Blocked by required conditions
Ruby Testing / End to End testing (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (push) Blocked by required conditions
Crowdin / Upload translations / upload-translations (push) Has been cancelled
CSS Linting / lint (push) Has been cancelled
JavaScript Linting / lint (push) Has been cancelled
JavaScript Testing / test (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6628d8e769
commit
628cbd2999
1 changed files with 46 additions and 29 deletions
75
yarn.lock
75
yarn.lock
|
|
@ -1697,6 +1697,18 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@csstools/postcss-property-rule-prelude-list@npm:^1.0.0":
|
||||
version: 1.0.0
|
||||
resolution: "@csstools/postcss-property-rule-prelude-list@npm:1.0.0"
|
||||
dependencies:
|
||||
"@csstools/css-parser-algorithms": "npm:^3.0.5"
|
||||
"@csstools/css-tokenizer": "npm:^3.0.4"
|
||||
peerDependencies:
|
||||
postcss: ^8.4
|
||||
checksum: 10c0/ae8bbca3a77ca59c21c11899a904f9d9417a19a3359d01dee042e0489b7ddfe7cea13ae275b7e7936d9b0b99c0a13f7f685f962cd63ca3d3d2b6e5eacc293a0d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@csstools/postcss-random-function@npm:^2.0.1":
|
||||
version: 2.0.1
|
||||
resolution: "@csstools/postcss-random-function@npm:2.0.1"
|
||||
|
|
@ -1762,6 +1774,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@csstools/postcss-syntax-descriptor-syntax-production@npm:^1.0.1":
|
||||
version: 1.0.1
|
||||
resolution: "@csstools/postcss-syntax-descriptor-syntax-production@npm:1.0.1"
|
||||
dependencies:
|
||||
"@csstools/css-tokenizer": "npm:^3.0.4"
|
||||
peerDependencies:
|
||||
postcss: ^8.4
|
||||
checksum: 10c0/b9b3d84a50b86b1af1b8b7e56a64d5eebc1c89c323a5263306c5c69ddb05a4d468d7072a7786b0ea6601629035df0089565e9d98d55d0f4eb7201cf7ed1bb3e9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@csstools/postcss-system-ui-font-family@npm:^1.0.0":
|
||||
version: 1.0.0
|
||||
resolution: "@csstools/postcss-system-ui-font-family@npm:1.0.0"
|
||||
|
|
@ -5603,21 +5626,20 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"autoprefixer@npm:^10.4.22":
|
||||
version: 10.4.22
|
||||
resolution: "autoprefixer@npm:10.4.22"
|
||||
"autoprefixer@npm:^10.4.23":
|
||||
version: 10.4.23
|
||||
resolution: "autoprefixer@npm:10.4.23"
|
||||
dependencies:
|
||||
browserslist: "npm:^4.27.0"
|
||||
caniuse-lite: "npm:^1.0.30001754"
|
||||
browserslist: "npm:^4.28.1"
|
||||
caniuse-lite: "npm:^1.0.30001760"
|
||||
fraction.js: "npm:^5.3.4"
|
||||
normalize-range: "npm:^0.1.2"
|
||||
picocolors: "npm:^1.1.1"
|
||||
postcss-value-parser: "npm:^4.2.0"
|
||||
peerDependencies:
|
||||
postcss: ^8.1.0
|
||||
bin:
|
||||
autoprefixer: bin/autoprefixer
|
||||
checksum: 10c0/2ae8d135af2deaaa5065a3a466c877787373c0ed766b8a8e8259d7871db79c1a7e1d9f6c9541c54fa95647511d3c2066bb08a30160e58c9bfa75506f9c18f3aa
|
||||
checksum: 10c0/3765c5d0fa3e95fb2ebe9d5a6d4da0156f5d346c7ec9ac0fbf5c97c8139d0ca1e8743bf5dc1b4aa954467be6929fddf8498a3b6202d468d70b5f359f3b6af90f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -5839,7 +5861,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"browserslist@npm:^4.24.0, browserslist@npm:^4.25.1, browserslist@npm:^4.27.0, browserslist@npm:^4.28.0":
|
||||
"browserslist@npm:^4.24.0, browserslist@npm:^4.25.1, browserslist@npm:^4.28.1":
|
||||
version: 4.28.1
|
||||
resolution: "browserslist@npm:4.28.1"
|
||||
dependencies:
|
||||
|
|
@ -5966,10 +5988,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"caniuse-lite@npm:^1.0.30001754, caniuse-lite@npm:^1.0.30001759":
|
||||
version: 1.0.30001759
|
||||
resolution: "caniuse-lite@npm:1.0.30001759"
|
||||
checksum: 10c0/b0f415960ba34995cda18e0d25c4e602f6917b9179290a76bdd0311423505b78cc93e558a90c98a22a1cc6b1781ab720ef6beea24ec7e29a1c1164ca72eac3a2
|
||||
"caniuse-lite@npm:^1.0.30001759, caniuse-lite@npm:^1.0.30001760":
|
||||
version: 1.0.30001762
|
||||
resolution: "caniuse-lite@npm:1.0.30001762"
|
||||
checksum: 10c0/93707eac5b0240af3f2ce6e2d7ab504a6fefcf9c2f9cd8fb9d488e496a333c61e557dab0472c1b00c17bc386a5dbb792aa4c778cda2d768e17f986617d7aec53
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -6429,10 +6451,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cssdb@npm:^8.5.2":
|
||||
version: 8.5.2
|
||||
resolution: "cssdb@npm:8.5.2"
|
||||
checksum: 10c0/12f7ed29dda0d74b209d6470acd246b335aac507c2786c17f20709f856eabb24e6d43ff44507898f5a1b0a101b286b997d95682e44b06f4c7cb4bd7081db7c32
|
||||
"cssdb@npm:^8.6.0":
|
||||
version: 8.6.0
|
||||
resolution: "cssdb@npm:8.6.0"
|
||||
checksum: 10c0/4bb7b77ba24902e8d481e9514ec0be56e205186a2b7d9f5027fedfe718952c559c62acfd2859f92869f8090da7c2170f83d68170db5058a6ba8d9d5e8ded3b3e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -10281,13 +10303,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"normalize-range@npm:^0.1.2":
|
||||
version: 0.1.2
|
||||
resolution: "normalize-range@npm:0.1.2"
|
||||
checksum: 10c0/bf39b73a63e0a42ad1a48c2bd1bda5a07ede64a7e2567307a407674e595bcff0fa0d57e8e5f1e7fa5e91000797c7615e13613227aaaa4d6d6e87f5bd5cc95de6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"object-assign@npm:^4, object-assign@npm:^4.1.1":
|
||||
version: 4.1.1
|
||||
resolution: "object-assign@npm:4.1.1"
|
||||
|
|
@ -11246,8 +11261,8 @@ __metadata:
|
|||
linkType: hard
|
||||
|
||||
"postcss-preset-env@npm:^10.1.5":
|
||||
version: 10.5.0
|
||||
resolution: "postcss-preset-env@npm:10.5.0"
|
||||
version: 10.6.0
|
||||
resolution: "postcss-preset-env@npm:10.6.0"
|
||||
dependencies:
|
||||
"@csstools/postcss-alpha-function": "npm:^1.0.1"
|
||||
"@csstools/postcss-cascade-layers": "npm:^5.0.2"
|
||||
|
|
@ -11278,21 +11293,23 @@ __metadata:
|
|||
"@csstools/postcss-oklab-function": "npm:^4.0.12"
|
||||
"@csstools/postcss-position-area-property": "npm:^1.0.0"
|
||||
"@csstools/postcss-progressive-custom-properties": "npm:^4.2.1"
|
||||
"@csstools/postcss-property-rule-prelude-list": "npm:^1.0.0"
|
||||
"@csstools/postcss-random-function": "npm:^2.0.1"
|
||||
"@csstools/postcss-relative-color-syntax": "npm:^3.0.12"
|
||||
"@csstools/postcss-scope-pseudo-class": "npm:^4.0.1"
|
||||
"@csstools/postcss-sign-functions": "npm:^1.1.4"
|
||||
"@csstools/postcss-stepped-value-functions": "npm:^4.0.9"
|
||||
"@csstools/postcss-syntax-descriptor-syntax-production": "npm:^1.0.1"
|
||||
"@csstools/postcss-system-ui-font-family": "npm:^1.0.0"
|
||||
"@csstools/postcss-text-decoration-shorthand": "npm:^4.0.3"
|
||||
"@csstools/postcss-trigonometric-functions": "npm:^4.0.9"
|
||||
"@csstools/postcss-unset-value": "npm:^4.0.0"
|
||||
autoprefixer: "npm:^10.4.22"
|
||||
browserslist: "npm:^4.28.0"
|
||||
autoprefixer: "npm:^10.4.23"
|
||||
browserslist: "npm:^4.28.1"
|
||||
css-blank-pseudo: "npm:^7.0.1"
|
||||
css-has-pseudo: "npm:^7.0.3"
|
||||
css-prefers-color-scheme: "npm:^10.0.0"
|
||||
cssdb: "npm:^8.5.2"
|
||||
cssdb: "npm:^8.6.0"
|
||||
postcss-attribute-case-insensitive: "npm:^7.0.1"
|
||||
postcss-clamp: "npm:^4.1.0"
|
||||
postcss-color-functional-notation: "npm:^7.0.12"
|
||||
|
|
@ -11320,7 +11337,7 @@ __metadata:
|
|||
postcss-selector-not: "npm:^8.0.1"
|
||||
peerDependencies:
|
||||
postcss: ^8.4
|
||||
checksum: 10c0/4e9881478b465e8eb7493c1240cb2df8523944135728672e8feeb8bb3f6a48b00d67d007ee8fbdcee648ab9ebdfca10a7591f42e3c6b9076cbf7f355f8ad1574
|
||||
checksum: 10c0/61162c9d675004db842d58829605c3c9ee81ed1a15684793a419b94c2c28e3be2ff9a7373f0996a1a255caf208d8f3d5dd907e61af1bbb0c7634e3215e87fc56
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue