Uh oh!
There was an error while loading. Please reload this page.
deps: bump the angular group across 1 directory with 7 updates - #46
Open
dependabot[bot] wants to merge 1 commit into
Open
deps: bump the angular group across 1 directory with 7 updates#46dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the angular group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `22.1.1` | `22.1.5` | | [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `22.1.1` | `22.1.5` | | [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `22.1.1` | `22.1.5` | | [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.1.1` | `22.1.5` | | [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `22.1.1` | `22.1.5` | | [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `22.1.1` | `22.1.5` | | [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.16.2` | `0.16.3` | Updates `@angular/animations` from 22.1.1 to 22.1.5 - [Release notes](https://github.com/angular/angular/releases) - [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/animations) Updates `@angular/common` from 22.1.1 to 22.1.5 - [Release notes](https://github.com/angular/angular/releases) - [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/common) Updates `@angular/compiler` from 22.1.1 to 22.1.5 - [Release notes](https://github.com/angular/angular/releases) - [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/compiler) Updates `@angular/core` from 22.1.1 to 22.1.5 - [Release notes](https://github.com/angular/angular/releases) - [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/core) Updates `@angular/platform-browser` from 22.1.1 to 22.1.5 - [Release notes](https://github.com/angular/angular/releases) - [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/platform-browser) Updates `@angular/router` from 22.1.1 to 22.1.5 - [Release notes](https://github.com/angular/angular/releases) - [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/router) Updates `zone.js` from 0.16.2 to 0.16.3 - [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.3/packages/zone.js) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 22.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/common" dependency-version: 22.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/compiler" dependency-version: 22.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/core" dependency-version: 22.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/platform-browser" dependency-version: 22.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/router" dependency-version: 22.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: zone.js dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular ... Signed-off-by: dependabot[bot] <support@github.com>
ContributorAuthor
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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 freeto 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 angular group with 7 updates in the / directory:
22.1.122.1.522.1.122.1.522.1.122.1.522.1.122.1.522.1.122.1.522.1.122.1.50.16.20.16.3Updates
@angular/animationsfrom 22.1.1 to 22.1.5Release notes
Sourced from @angular/animations's releases.
... (truncated)
Commits
4413711fix(core): replace all hasOwnProperty usages with Object.hasOwnd9620e0fix(animations): detect object trigger values with Object.hasOwnUpdates
@angular/commonfrom 22.1.1 to 22.1.5Release notes
Sourced from @angular/common's releases.
... (truncated)
Commits
4340a63fix(router): avoid view transitions when the user agent provides onee8378dffix(common): use locale NaN symbol in number formatting60a874cfix(common): avoid prototype member collisions4413711fix(core): replace all hasOwnProperty usages with Object.hasOwnb3c78a5fix(common): preserve literal key union in KeyValuePipe.transform()0cd635efix(http): cancel oversized fetch response bodies4f7e998fix(http): always decode JSON responses as UTF-8Updates
@angular/compilerfrom 22.1.1 to 22.1.5Release notes
Sourced from @angular/compiler's releases.
... (truncated)
Commits
c65d378fix(core): validate SVG animation attributes outside the SVG namespace60f8a78refactor(core): defer foreign component rendering to post-update pass079a846fix(compiler-cli): Produce correct tcb expression for optional chaining05c7c72fix(compiler): scope animations declared in minified nested rulesdf00ed2refactor(compiler-cli): add compiler option for enabling source locations83450d2fix(forms): report forbidden 2way bindings on whenFormFieldis appliedeb0d62eRevert "fix(compiler): preserve &ngsp; between sibling control flow blocks"94f0b9afix(compiler): preserve &ngsp; between sibling control flow blocks4413711fix(core): replace all hasOwnProperty usages with Object.hasOwn6f9a64efix(compiler): remove namespaced MathML script elementsUpdates
@angular/corefrom 22.1.1 to 22.1.5Release notes
Sourced from @angular/core's releases.
... (truncated)
Commits
ed2e401fix(core): don't fail NgModule checks for a pipe that extends a base classc65d378fix(core): validate SVG animation attributes outside the SVG namespace4340a63fix(router): avoid view transitions when the user agent provides oned1ccf02build: update cross-repo angular dependencies17b7c1fdocs: add NG0991 error page and document rxResource's completion contractd85288dfix(migrations): skip tsconfig files of non-Angular projects2ceeb27fix(core): cancel stale debounce timers to prevent timer leaks43aaeaefix(forms): avoid writing tonameinput on ControlValueAccessor8d23b95build: remove explicit strict options9340d69docs(core): repoint or drop dead jsperf links in the render3 notesUpdates
@angular/platform-browserfrom 22.1.1 to 22.1.5Release notes
Sourced from @angular/platform-browser's releases.
... (truncated)
Commits
7546b7afix(core): throw coded RuntimeErrors instead of crashing when hydration/rende...3ddcb1afix(platform-browser): disallow event handler attributes in Meta1e53aa0refactor: correct typos in comments, docs, and error messages640460dfix(platform-browser): throw a descriptive error when insertBefore reference ...f51080brefactor(platform-browser): modernize DOM renderer testsUpdates
@angular/routerfrom 22.1.1 to 22.1.5Release notes
Sourced from @angular/router's releases.
... (truncated)
Commits
4340a63fix(router): avoid view transitions when the user agent provides onec84079erefactor(router): add component input binding support for router resources5dfe753refactor(router): replace internal any typesd2e3bacrefactor(router): add support for blocking router resources84a210erefactor(router): add support for non-blocking router resources (#70211)95d1311refactor(router): rename activated route injector feature to resource feature...abe019dfix(router): pass correct component to canDeactivate for named outlets in com...4413711fix(core): replace all hasOwnProperty usages with Object.hasOwn223f25fRevert "fix(router): limit protocol-relative URL handling to serialization"dc8c071refactor(router): Create transactional router resourceUpdates
zone.jsfrom 0.16.2 to 0.16.3Changelog
Sourced from zone.js's changelog.
Commits
124bf44release: cut the zone.js-0.16.3 release4c4a705fix(zone.js): preserve accessor and non-enumerable event listener options9cf7b44build: remove explicit strict options731c838docs(zone.js): point the Bluebird link at the project repo444b465build: update cross-repo angular dependenciesc2d4070build: update all non-major dependencies1426f5ebuild: update cross-repo angular dependencies671d8d3build: update all non-major dependenciesc18261fbuild: enable stableTypeOrdering tsconfig flag732e505fix(core): replace all hasOwnProperty usages with Object.hasOwnDependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions