chore(deps-dev): bump postcss from 8.5.12 to 8.5.18 - #20923
chore(deps-dev): bump postcss from 8.5.12 to 8.5.18#20923dependabot[bot] wants to merge 3 commits into
Conversation
|
BLEnder: will not auto-merge (CI has 2 pending check(s)). |
|
|
BLEnder picked up this PR. Workflow run |
|
BLEnder investigated: This dependency has an open security alert, but the repo is not affected.
This PR can be reviewed and merged as a normal dependency update. |
|
BLEnder investigated: This dependency has an open security alert, but the repo is not affected.
This PR can be reviewed and merged as a normal dependency update. |
|
BLEnder investigated: This dependency has an open security alert, but the repo is not affected.
This PR can be reviewed and merged as a normal dependency update. |
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.12 to 8.5.18. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.12...8.5.18) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.18 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
The preinstall Node version check read the exact pin 24.15.0 from .nvmrc and passed it straight to semver.satisfies, which treats a bare version as an exact-match range. That rejected the CI runner's Node 24.18.0 even though package.json engines allows ^24.15.0, failing yarn install for the PR. The check now widens an exact .nvmrc pin to a caret range (^24.15.0) so any compatible Node within the same major satisfies it, matching engines and the script's fallback major-version check.
Because: * The BLEnder fix commit (bd91a6d) changed the file mode from 100755 to 100644 alongside its semver change. Yarn's root-workspace postinstall then fails with "permission denied: _scripts/check-node-version.sh" (exit code 128), so Init (PR) never completes. This commit: * Restores mode 755. No content change.
122e266 to
6567934
Compare
|
BLEnder investigated: This dependency has an open security alert, but the repo is not affected.
This PR can be reviewed and merged as a normal dependency update. |
|
BLEnder investigated: This dependency has an open security alert, but the repo is not affected.
This PR can be reviewed and merged as a normal dependency update. |
|
BLEnder investigated: This dependency has an open security alert, but the repo is not affected.
This PR can be reviewed and merged as a normal dependency update. |
|
BLEnder investigated: This dependency has an open security alert, but the repo is not affected.
This PR can be reviewed and merged as a normal dependency update. |
|
BLEnder investigated: This dependency has an open security alert, but the repo is not affected.
This PR can be reviewed and merged as a normal dependency update. |
|
@dependabot recreate |
|
Sorry, only users with push access can use that command. |
|
A newer version of postcss exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Bumps postcss from 8.5.12 to 8.5.18.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
4c0d194Release 8.5.18 version92b4e78Update dependencies95663d3Limit where source map can be loaded for security reasons74e25aeRelease 8.5.17 versiond1518afFix Maximum call stack size exceeded error2421312Fix lintera50352cFix CI33948f0Prevent prototype hijacking in fromJSON2131909Update dependencies93440abFix non-closed\<div align="center">in README (#2110)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.