build(deps): bump the minor-and-patch group across 1 directory with 5 updates#21
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/frontend/minor-and-patch-c19566d0df
branch
from
July 6, 2026 05:37
b54d0ec to
c598e46
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/frontend/minor-and-patch-c19566d0df
branch
4 times, most recently
from
July 13, 2026 05:38
5d4534b to
30041ca
Compare
… updates Bumps the minor-and-patch group with 5 updates in the /frontend directory: | Package | From | To | | --- | --- | --- | | [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.15.1` | `0.16.2` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.59.1` | `1.61.1` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.5.0` | `10.5.4` | | [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) | `2.1.0` | `2.2.0` | | [postcss](https://github.com/postcss/postcss) | `8.5.13` | `8.5.20` | Updates `zone.js` from 0.15.1 to 0.16.2 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/zone.js-0.16.2/packages/zone.js) Updates `@playwright/test` from 1.59.1 to 1.61.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.59.1...v1.61.1) Updates `autoprefixer` from 10.5.0 to 10.5.4 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.5.0...10.5.4) Updates `karma-jasmine-html-reporter` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases) - [Commits](dfederm/karma-jasmine-html-reporter@v2.1.0...v2.2.0) Updates `postcss` from 8.5.13 to 8.5.20 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.13...8.5.20) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.61.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: autoprefixer dependency-version: 10.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: karma-jasmine-html-reporter dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: postcss dependency-version: 8.5.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: zone.js dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/frontend/minor-and-patch-c19566d0df
branch
from
July 19, 2026 13:52
30041ca to
bd684f3
Compare
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 the minor-and-patch group with 5 updates in the /frontend directory:
0.15.10.16.21.59.11.61.110.5.010.5.42.1.02.2.08.5.138.5.20Updates
zone.jsfrom 0.15.1 to 0.16.2Changelog
Sourced from zone.js's changelog.
Commits
e3dc87crelease: cut the zone.js-0.16.2 release4f048e7build: update dependency typescript to v6.0.39fa4be9test(zone.js): vitest patch for testing (#68395)62c6e3bfeat(zone.js): support vitest patching in zone.js/testing (#68395)7f3f3d7ci: remove remainings of saucelabs tests56ff89cbuild: update all non-major dependenciesfc6a7eefix(zone.js): allow draining microtasks inPromise.then(through flag)0007723build: update cross-repo angular dependencies9ee4f83build: update to TypeScript 6 stable621c908build: update cross-repo angular dependenciesUpdates
@playwright/testfrom 1.59.1 to 1.61.1Release notes
Sourced from @playwright/test's releases.
... (truncated)
Commits
39e3553cherry-pick(#41399): fix(test): load require-reached files as commonjs in syn...4328122chore: mark v1.61.1 (#41404)2c29a94fix(tracing): stop recording websocket frames outside of chunks (#41398)4324b19cherry-pick(#41367): fix(test): keep builtin expect matchers on base extend041e7e3cherry-pick(#41364): fix(har):WebSocketmessage timestamps should be in mi...b8a0fc3cherry-pick(#41309, #43149): Revert "fix(firefox): treat `navigationCommitted...b5a3175cherry-pick(#41319): fix(loader): support other node versionsd4724a9cherry-pick(#41290): feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image1cc5a90cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...a6772bdcherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...Updates
autoprefixerfrom 10.5.0 to 10.5.4Release notes
Sourced from autoprefixer's releases.
Changelog
Sourced from autoprefixer's changelog.
Commits
4cad00fRelease 10.5.4 versione62a4b1Update CI configc8f0d0aUpdate dependenciescae3577Move back to latest pnpm 11fd31eb3Fix duplicated prefixed selectors on reformatted CSS (#1552)958d390Release 10.5.3 version21d2adbFix gradient parserf7ddae9Fix bracket parser10ea5e7Update dependencies and remove patchb6e8a2aUpdate Dev ContainerMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for autoprefixer since your current version.
Updates
karma-jasmine-html-reporterfrom 2.1.0 to 2.2.0Release notes
Sourced from karma-jasmine-html-reporter's releases.
Commits
12405b8Minor fix to package.json7a82a41Add support for Jasmine 6Updates
postcssfrom 8.5.13 to 8.5.20Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
c4ac725Release 8.5.20 versionc30586dFix missing space when AtRule#params is set after parsing (#2113)5bfc3b9Update dependencies24733fdMove back to latest 11 pnpm728127cUpdate pnpm to check that CI is fixed806fe21Rebuild nodes from another PostCSS copy in Warning (#2112)337cb7eImprove CI security7a8ca2dRemove patch after updating dependency9543b22Release 8.5.19 version3d13bf9Fix CI on Windows tooMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.