mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
build(deps): Bump postcss from 8.4.33 to 8.4.35 in /website (#3853)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.33 to 8.4.35. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.35</h2> <ul> <li>Avoid <code>!</code> in <code>node.parent.nodes</code> type.</li> <li>Allow to pass <code>undefined</code> to node adding method to simplify types.</li> </ul> <h2>8.4.34</h2> <ul> <li>Fixed <code>AtRule#nodes</code> type (by <a href="https://github.com/tim-we"><code>@tim-we</code></a>).</li> <li>Cleaned up code (by <a href="https://github.com/DrKiraDmitry"><code>@DrKiraDmitry</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.35</h2> <ul> <li>Avoid <code>!</code> in <code>node.parent.nodes</code> type.</li> <li>Allow to pass <code>undefined</code> to node adding method to simplify types.</li> </ul> <h2>8.4.34</h2> <ul> <li>Fixed <code>AtRule#nodes</code> type (by Tim Weißenfels).</li> <li>Cleaned up code (by Dmitry Kirillov).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="edda95ec4a"><code>edda95e</code></a> Release 8.4.35 version</li> <li><a href="612f3602e7"><code>612f360</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1924">#1924</a> from postcss/refactor/types</li> <li><a href="5e7449fe7e"><code>5e7449f</code></a> Fix node.parent.nodes type</li> <li><a href="65075dfeeb"><code>65075df</code></a> Allow to pass undefined to adding methods to simplify type check</li> <li><a href="477b3bbb9d"><code>477b3bb</code></a> Release 8.4.34 version</li> <li><a href="25af11752f"><code>25af117</code></a> Update dependencies</li> <li><a href="bb0314a41f"><code>bb0314a</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1922">#1922</a> from tim-we/improve-at-rule-types</li> <li><a href="9dd5a9337e"><code>9dd5a93</code></a> Fix at-rule test</li> <li><a href="8322d112e8"><code>8322d11</code></a> Fix visitor test</li> <li><a href="ee7fcd4275"><code>ee7fcd4</code></a> Fix Document#nodes</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.33...8.4.35">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 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:
@@ -31,7 +31,7 @@
|
||||
"next": "^14.0.4",
|
||||
"next-hubspot": "^1.2.0",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"postcss": "8.4.33",
|
||||
"postcss": "8.4.35",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-fast-marquee": "^1.6.3",
|
||||
|
||||
40
website/pnpm-lock.yaml
generated
40
website/pnpm-lock.yaml
generated
@@ -40,7 +40,7 @@ dependencies:
|
||||
version: 3.6.3
|
||||
autoprefixer:
|
||||
specifier: 10.4.16
|
||||
version: 10.4.16(postcss@8.4.33)
|
||||
version: 10.4.16(postcss@8.4.35)
|
||||
fast-xml-parser:
|
||||
specifier: ^4.3.3
|
||||
version: 4.3.3
|
||||
@@ -69,8 +69,8 @@ dependencies:
|
||||
specifier: ^4.2.3
|
||||
version: 4.2.3(next@14.0.4)
|
||||
postcss:
|
||||
specifier: 8.4.33
|
||||
version: 8.4.33
|
||||
specifier: 8.4.35
|
||||
version: 8.4.35
|
||||
react:
|
||||
specifier: 18.2.0
|
||||
version: 18.2.0
|
||||
@@ -921,7 +921,7 @@ packages:
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
||||
/autoprefixer@10.4.16(postcss@8.4.33):
|
||||
/autoprefixer@10.4.16(postcss@8.4.35):
|
||||
resolution: {integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
hasBin: true
|
||||
@@ -933,7 +933,7 @@ packages:
|
||||
fraction.js: 4.3.7
|
||||
normalize-range: 0.1.2
|
||||
picocolors: 1.0.0
|
||||
postcss: 8.4.33
|
||||
postcss: 8.4.35
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
@@ -2858,27 +2858,27 @@ packages:
|
||||
resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==}
|
||||
engines: {node: '>= 6'}
|
||||
|
||||
/postcss-import@15.1.0(postcss@8.4.33):
|
||||
/postcss-import@15.1.0(postcss@8.4.35):
|
||||
resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
peerDependencies:
|
||||
postcss: ^8.0.0
|
||||
dependencies:
|
||||
postcss: 8.4.33
|
||||
postcss: 8.4.35
|
||||
postcss-value-parser: 4.2.0
|
||||
read-cache: 1.0.0
|
||||
resolve: 1.22.8
|
||||
|
||||
/postcss-js@4.0.1(postcss@8.4.33):
|
||||
/postcss-js@4.0.1(postcss@8.4.35):
|
||||
resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
|
||||
engines: {node: ^12 || ^14 || >= 16}
|
||||
peerDependencies:
|
||||
postcss: ^8.4.21
|
||||
dependencies:
|
||||
camelcase-css: 2.0.1
|
||||
postcss: 8.4.33
|
||||
postcss: 8.4.35
|
||||
|
||||
/postcss-load-config@4.0.2(postcss@8.4.33):
|
||||
/postcss-load-config@4.0.2(postcss@8.4.35):
|
||||
resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==}
|
||||
engines: {node: '>= 14'}
|
||||
peerDependencies:
|
||||
@@ -2891,16 +2891,16 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
lilconfig: 3.0.0
|
||||
postcss: 8.4.33
|
||||
postcss: 8.4.35
|
||||
yaml: 2.3.4
|
||||
|
||||
/postcss-nested@6.0.1(postcss@8.4.33):
|
||||
/postcss-nested@6.0.1(postcss@8.4.35):
|
||||
resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
|
||||
engines: {node: '>=12.0'}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.14
|
||||
dependencies:
|
||||
postcss: 8.4.33
|
||||
postcss: 8.4.35
|
||||
postcss-selector-parser: 6.0.15
|
||||
|
||||
/postcss-selector-parser@6.0.15:
|
||||
@@ -2922,8 +2922,8 @@ packages:
|
||||
source-map-js: 1.0.2
|
||||
dev: false
|
||||
|
||||
/postcss@8.4.33:
|
||||
resolution: {integrity: sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==}
|
||||
/postcss@8.4.35:
|
||||
resolution: {integrity: sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
dependencies:
|
||||
nanoid: 3.3.7
|
||||
@@ -3417,11 +3417,11 @@ packages:
|
||||
normalize-path: 3.0.0
|
||||
object-hash: 3.0.0
|
||||
picocolors: 1.0.0
|
||||
postcss: 8.4.33
|
||||
postcss-import: 15.1.0(postcss@8.4.33)
|
||||
postcss-js: 4.0.1(postcss@8.4.33)
|
||||
postcss-load-config: 4.0.2(postcss@8.4.33)
|
||||
postcss-nested: 6.0.1(postcss@8.4.33)
|
||||
postcss: 8.4.35
|
||||
postcss-import: 15.1.0(postcss@8.4.35)
|
||||
postcss-js: 4.0.1(postcss@8.4.35)
|
||||
postcss-load-config: 4.0.2(postcss@8.4.35)
|
||||
postcss-nested: 6.0.1(postcss@8.4.35)
|
||||
postcss-selector-parser: 6.0.15
|
||||
resolve: 1.22.8
|
||||
sucrase: 3.35.0
|
||||
|
||||
Reference in New Issue
Block a user