chore(deps): update dependency autoprefixer to ~9.8.0 (#25)
ci/woodpecker/push/lint_general Pipeline was successful Details
ci/woodpecker/push/documentation Pipeline was successful Details

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [autoprefixer](https://github.com/postcss/autoprefixer) | devDependencies | minor | [`~9.7` -> `~9.8.0`](https://renovatebot.com/diffs/npm/autoprefixer/9.7.6/9.8.8) |

>  **Important**
>
> Release Notes retrieval for this PR were skipped because no github.com credentials were available.
> If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: fjadmin <fjadmin@demo.rattermeyer.de>
Reviewed-on: #25
Co-authored-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
Co-committed-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
pull/26/head
Renovate Bot 2024-01-28 21:23:17 +00:00 committed by fjadmin
parent 5f6215b2c7
commit ed265b9508
3 changed files with 28 additions and 25 deletions

View File

@ -10,7 +10,7 @@
"@asciidoctor/core": "~2.2", "@asciidoctor/core": "~2.2",
"@fontsource/roboto": "~4.5", "@fontsource/roboto": "~4.5",
"@fontsource/roboto-mono": "~4.5", "@fontsource/roboto-mono": "~4.5",
"autoprefixer": "~9.7", "autoprefixer": "~9.8.0",
"browser-pack-flat": "~3.4", "browser-pack-flat": "~3.4",
"browserify": "~16.5", "browserify": "~16.5",
"cssnano": "~4.1", "cssnano": "~4.1",
@ -1299,30 +1299,33 @@
} }
}, },
"node_modules/autoprefixer": { "node_modules/autoprefixer": {
"version": "9.7.6", "version": "9.8.8",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.6.tgz", "resolved": "http://npm.demo.rattermeyer.de/autoprefixer/-/autoprefixer-9.8.8.tgz",
"integrity": "sha512-F7cYpbN7uVVhACZTeeIeealwdGM6wMtfWARVLTy5xmKtgVdBNJvbDRoCK3YO1orcs7gv/KwYlb3iXwu9Ug9BkQ==", "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"browserslist": "^4.11.1", "browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001039", "caniuse-lite": "^1.0.30001109",
"chalk": "^2.4.2",
"normalize-range": "^0.1.2", "normalize-range": "^0.1.2",
"num2fraction": "^1.2.2", "num2fraction": "^1.2.2",
"postcss": "^7.0.27", "picocolors": "^0.2.1",
"postcss-value-parser": "^4.0.3" "postcss": "^7.0.32",
"postcss-value-parser": "^4.1.0"
}, },
"bin": { "bin": {
"autoprefixer": "bin/autoprefixer" "autoprefixer": "bin/autoprefixer"
}, },
"engines": {
"node": ">=6.0.0"
},
"funding": { "funding": {
"type": "tidelift", "type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/autoprefixer" "url": "https://tidelift.com/funding/github/npm/autoprefixer"
} }
}, },
"node_modules/autoprefixer/node_modules/picocolors": {
"version": "0.2.1",
"resolved": "http://npm.demo.rattermeyer.de/picocolors/-/picocolors-0.2.1.tgz",
"integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
"dev": true
},
"node_modules/available-typed-arrays": { "node_modules/available-typed-arrays": {
"version": "1.0.5", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",

View File

@ -20,7 +20,7 @@
"@asciidoctor/core": "~2.2", "@asciidoctor/core": "~2.2",
"@fontsource/roboto": "~4.5", "@fontsource/roboto": "~4.5",
"@fontsource/roboto-mono": "~4.5", "@fontsource/roboto-mono": "~4.5",
"autoprefixer": "~9.7", "autoprefixer": "~9.8.0",
"browser-pack-flat": "~3.4", "browser-pack-flat": "~3.4",
"browserify": "~16.5", "browserify": "~16.5",
"cssnano": "~4.1", "cssnano": "~4.1",

View File

@ -15,8 +15,8 @@ devDependencies:
specifier: ~4.5 specifier: ~4.5
version: 4.5.10 version: 4.5.10
autoprefixer: autoprefixer:
specifier: ~9.7 specifier: ~9.8.0
version: 9.7.6 version: 9.8.8
browser-pack-flat: browser-pack-flat:
specifier: ~3.4 specifier: ~3.4
version: 3.4.2 version: 3.4.2
@ -84,8 +84,8 @@ devDependencies:
specifier: ~4.7 specifier: ~4.7
version: 4.7.8 version: 4.7.8
highlight.js: highlight.js:
specifier: 9.18.3 specifier: 9.18.5
version: 9.18.3 version: 9.18.5
js-yaml: js-yaml:
specifier: ~3.13 specifier: ~3.13
version: 3.13.1 version: 3.13.1
@ -935,16 +935,15 @@ packages:
hasBin: true hasBin: true
dev: true dev: true
/autoprefixer@9.7.6: /autoprefixer@9.8.8:
resolution: {integrity: sha512-F7cYpbN7uVVhACZTeeIeealwdGM6wMtfWARVLTy5xmKtgVdBNJvbDRoCK3YO1orcs7gv/KwYlb3iXwu9Ug9BkQ==} resolution: {integrity: sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==}
engines: {node: '>=6.0.0'}
hasBin: true hasBin: true
dependencies: dependencies:
browserslist: 4.22.1 browserslist: 4.22.1
caniuse-lite: 1.0.30001565 caniuse-lite: 1.0.30001565
chalk: 2.4.2
normalize-range: 0.1.2 normalize-range: 0.1.2
num2fraction: 1.2.2 num2fraction: 1.2.2
picocolors: 0.2.1
postcss: 7.0.39 postcss: 7.0.39
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
dev: true dev: true
@ -4226,9 +4225,10 @@ packages:
resolution: {integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==} resolution: {integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==}
dev: true dev: true
/highlight.js@9.18.3: /highlight.js@9.18.5:
resolution: {integrity: sha512-zBZAmhSupHIl5sITeMqIJnYCDfAEc3Gdkqj65wC1lpI468MMQeeQkhcIAvk+RylAkxrCcI9xy9piHiXeQ1BdzQ==} resolution: {integrity: sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==}
deprecated: Version no longer supported. Upgrade to @latest deprecated: Support has ended for 9.x series. Upgrade to @latest
requiresBuild: true
dev: true dev: true
/hmac-drbg@1.0.1: /hmac-drbg@1.0.1:
@ -8171,7 +8171,7 @@ packages:
dependencies: dependencies:
'@stylelint/postcss-css-in-js': 0.37.3(postcss-syntax@0.36.2)(postcss@7.0.39) '@stylelint/postcss-css-in-js': 0.37.3(postcss-syntax@0.36.2)(postcss@7.0.39)
'@stylelint/postcss-markdown': 0.36.2(postcss-syntax@0.36.2)(postcss@7.0.39) '@stylelint/postcss-markdown': 0.36.2(postcss-syntax@0.36.2)(postcss@7.0.39)
autoprefixer: 9.7.6 autoprefixer: 9.8.8
balanced-match: 1.0.2 balanced-match: 1.0.2
chalk: 4.1.2 chalk: 4.1.2
cosmiconfig: 6.0.0 cosmiconfig: 6.0.0