Bump postcss-selector-parser from 7.1.1 to 7.1.5 in /samples/aspire-with-javascript/AspireJavaScript.Angular - #1914
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser) from 7.1.1 to 7.1.5. - [Release notes](https://github.com/postcss/postcss-selector-parser/releases) - [Changelog](https://github.com/postcss/postcss-selector-parser/blob/main/CHANGELOG.md) - [Commits](postcss/postcss-selector-parser@v7.1.1...7.1.5) --- updated-dependencies: - dependency-name: postcss-selector-parser dependency-version: 7.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
🔵 Needs a closer look
The PR metadata indicates the updated package has install-time script changes and a new npm releaser, which should be manually validated beyond confirming the lockfile diff.
Pull request overview
Updates the Angular sample’s npm lockfile to use postcss-selector-parser 7.1.5 (from 7.1.1), bringing in upstream bug fixes and the CVE-2026-9358 remediation improvements noted in the release notes.
Changes:
- Bump
postcss-selector-parserto 7.1.5 inpackage-lock.json(updated resolved URL + integrity). - Lockfile normalization: removes the nested
@schematics/angular/node_modules/typescriptentry while retainingtypescript@6.0.3at the top level.
File summaries
| File | Description |
|---|---|
| samples/aspire-with-javascript/AspireJavaScript.Angular/package-lock.json | Updates lockfile entries to pull postcss-selector-parser@7.1.5 and reflects resulting dependency tree adjustments. |
Review details
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- samples/aspire-with-javascript/AspireJavaScript.Angular/package-lock.json: Generated file
- Files reviewed: 0/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Member
Contributor
Author
|
Looks like postcss-selector-parser is up-to-date now, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/samples/aspire-with-javascript/AspireJavaScript.Angular/postcss-selector-parser-7.1.5
branch
September 10, 2026 14:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps postcss-selector-parser from 7.1.1 to 7.1.5.
Release notes
Sourced from postcss-selector-parser's releases.
Changelog
Sourced from postcss-selector-parser's changelog.
Commits
e33e9bc7.1.56f4e6c1fix: TypeError on unclosed[,(and trailing|(#330)4d8437ffix: preserve whitespace before a*namespace in attribute selectors (#325)e2f9029fix: don't treat a non-prefix token before|as a namespace (#324)dd50ee1chore(deps-dev): bump postcss from 8.5.18 to 8.5.23 (#331)7e3abb2chore(deps-dev): bump postcss from 8.5.15 to 8.5.18 (#328)4a7e4e37.1.4e2021c5fix: tolerate non-node children when serializing selectors7893b747.1.35bc698cImprove fix CVE-2026-9358 (NVD) / SNYK-JS-POSTCSSSELECTORPARSER-16873882 (clo...Maintainer changes
This version was pushed to npm by moox, a new releaser for postcss-selector-parser since your current version.
Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.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.