Skip to content

Bump postcss-selector-parser and ng-packagr in /samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm - #53

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/multi-a85b4c02b9
Open

Bump postcss-selector-parser and ng-packagr in /samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm#53
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/multi-a85b4c02b9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown

Removes postcss-selector-parser. It's no longer used after updating ancestor dependency ng-packagr. These dependencies need to be updated together.

Removes postcss-selector-parser

Updates ng-packagr from 12.2.7 to 22.1.1

Release notes

Sourced from ng-packagr's releases.

22.1.1

Bug Fixes

  • ng-packagr: pin rollup-plugin-dts to ~6.4.1 (cb2d4b2)

22.1.0

Bug Fixes

  • ng-packagr: log correct diagnostics array for warnings (401d5e7), closes #3346
  • ng-packagr: prevent concurrent compilation and stale cache results (e5d77a7)

22.1.0-next.4

Bug Fixes

  • ng-packagr: log correct diagnostics array for warnings (401d5e7), closes #3346

22.1.0-next.3

Bug Fixes

  • ng-packagr: generate specific .npmignore entries for secondary entry-point package.json files (a63fbc0), closes #3343

Performance

  • ng-packagr: implement semaphore backpressure throttling in SassWorkerImplementation (0851ec8)

22.1.0-next.2

Bug Fixes

  • ng-packagr: prevent concurrent compilation and stale cache results (e5d77a7)

22.0.2

Bug Fixes

  • ng-packagr: log correct diagnostics array for warnings (9d1c0cd), closes #3346

22.0.1

Bug Fixes

  • ng-packagr: generate specific .npmignore entries for secondary entry-point package.json files (44bc3a7), closes #3343
  • ng-packagr: prevent concurrent compilation and stale cache results (c4fd75f)

Performance

  • ng-packagr: implement semaphore backpressure throttling in SassWorkerImplementation (1b6ac8e)

22.0.0

... (truncated)

Changelog

Sourced from ng-packagr's changelog.

22.1.1 (2026-08-04)

Bug Fixes

  • ng-packagr: pin rollup-plugin-dts to ~6.4.1 (cb2d4b2)

22.2.0-next.2 (2026-07-29)

Performance

  • ng-packagr: use oxc generator for dts bundling (e57d693)

22.2.0-next.1 (2026-07-29)

Features

  • ng-packagr: replace rollup with rolldown (0951b28)

Bug Fixes

  • ng-packagr: preserve legal and annotation comments while removing other comments in JS bundles (defb171), closes #3347

22.2.0-next.0 (2026-07-29)

22.1.0 (2026-07-29)

Bug Fixes

  • ng-packagr: log correct diagnostics array for warnings (401d5e7), closes #3346
  • ng-packagr: prevent concurrent compilation and stale cache results (e5d77a7)

22.1.0-rc.0 (2026-07-24)

22.1.0-next.4 (2026-07-24)

Bug Fixes

  • ng-packagr: log correct diagnostics array for warnings (401d5e7), closes #3346

22.1.0-next.3 (2026-07-01)

Bug Fixes

  • ng-packagr: generate specific .npmignore entries for secondary entry-point package.json files (a63fbc0), closes #3343

... (truncated)

Commits
  • 6a48031 release: cut 22.1.1
  • cb2d4b2 fix(ng-packagr): pin rollup-plugin-dts to ~6.4.1
  • e4ae4b2 release: cut 22.1.0
  • d2eba5b build: update @​angular/compiler-cli peer dependency range to include versions...
  • 74b6630 build: update pnpm to v11.17.0
  • 1bb8c60 build: update pnpm/action-setup action to v6.0.9
  • 064813f build: update all non-major dependencies
  • 8f8954a build: update all github actions to v7
  • 7b69401 Update CHANGELOG.md
  • 9480ef9 release: cut 22.1.0-rc.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ng-packagr 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser). It's no longer used after updating ancestor dependency [ng-packagr](https://github.com/ng-packagr/ng-packagr). These dependencies need to be updated together.


Removes `postcss-selector-parser`

Updates `ng-packagr` from 12.2.7 to 22.1.1
- [Release notes](https://github.com/ng-packagr/ng-packagr/releases)
- [Changelog](https://github.com/ng-packagr/ng-packagr/blob/main/CHANGELOG.md)
- [Commits](ng-packagr/ng-packagr@v12.2.7...22.1.1)

---
updated-dependencies:
- dependency-name: postcss-selector-parser
  dependency-version:
  dependency-type: indirect
- dependency-name: ng-packagr
  dependency-version: 22.1.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants