Skip to content

fix(deps): update angular monorepo to v21 (major)#126

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-angular-monorepo
Open

fix(deps): update angular monorepo to v21 (major)#126
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-angular-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 12, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) 11.2.821.2.12 age confidence
@angular/compiler (source) 11.2.821.2.12 age confidence
@angular/compiler-cli (source) 11.2.821.2.12 age confidence
@angular/core (source) ^7.1.0 || ^8.0.0 || ^11.0.0^7.1.0 || ^8.0.0 || ^11.0.0 || ^21.0.0 age confidence
@angular/core (source) 11.2.821.2.12 age confidence
@angular/forms (source) 11.2.821.2.12 age confidence
@angular/platform-browser (source) 11.2.821.2.12 age confidence
@angular/platform-browser-dynamic (source) 11.2.821.2.12 age confidence
@angular/router (source) 11.2.821.2.12 age confidence

Release Notes

angular/angular (@​angular/animations)

v21.2.12

Compare Source

core
Commit Type Description
fe13bb669d fix allow explicit read generic with signal input transforms
3430251fef fix i18n flags leaking on errors
1aeebbe304 fix respect ngSkipHydration on components with projectable nodes in LContainers
9e38ed7d57 fix sanitizer typings
7a05a9a71a fix validate security-sensitive attributes in i18n bindings
c37f6ca42f fix visit ng-let expression value in signal migration schematics
forms
Commit Type Description
03ad53863b fix prohibit concurrent submits in signal forms

v21.2.11

Compare Source

common
Commit Type Description
10ad3c0692 fix prevent focus from scrollToAnchor
compiler
Commit Type Description
4f5d8a2c0b fix let declaration span not including end character
core
Commit Type Description
a40e2cebc8 fix fix ordering of view queries metadata in JIT mode
885a1a1d97 fix guard against non-object events and avoid listener wrapper identity mismatch
7a64aff9b5 fix prevent event replay double-invocation when element hydrates before app stability
platform-server
Commit Type Description
be1f80a253 fix ensure origin has a trailing slash when parsing url

v21.2.10

Compare Source

docs
Commit Type Description
0d5ee9ae1b fix link formatting in "Animating your Application with CSS"
migrations
Commit Type Description
5533ab4f56 fix fix NgClass leaving trailing comma after removal
router
Commit Type Description
580212c995 fix restore internal URL on popstate when browserUrl is used

v21.2.9

Compare Source

core
Commit Type Description
f603d4714f fix escape forward slashes in transfer state to prevent crawler indexing
http
Commit Type Description
540536c386 fix add CSP nonce support to JsonpClientBackend
63a857b874 fix Don't on Passthru outside of reactive context
platform-server
Commit Type Description
e0b5078cf2 fix prevent SSRF bypasses via protocol-relative and backslash URLs
router
Commit Type Description
684e9fd53d fix normalize multiple leading slashes in URL parser

v21.2.8

Compare Source

compiler
Commit Type Description
e40d378f3e fix handle nested brackets in host object bindings
compiler-cli
Commit Type Description
2c6781071f fix error for type parameter declarations
core
Commit Type Description
82192deda9 fix handle missing serialized container hydration data
057cc6d09d fix remove obsolete iOS cursor pointer hack in event delegation
language-service
Commit Type Description
7797671257 fix get quick info at local var location to align with TS semantics and support type narrowing

v21.2.7

Compare Source

compiler
Commit Type Description
fea25d1a60 fix register SVG animation attributes in URL security context (#​67797)
compiler-cli
Commit Type Description
bba5ed8e64 fix prevent recursive scope checks for invalid NgModule imports
core
Commit Type Description
d04ddd73df fix prevent binding unsafe attributes on SVG animation elements (#​67797)
8fd896e99a fix resolve component import by exact specifier in route lazy-loading schematic
b682c62873 fix treat object[data] as resource URL context (#​67797)
localize
Commit Type Description
3c41e74fdd fix validate locale in getOutputPathFn to prevent path traversal
router
Commit Type Description
0960592d3d fix pass outlet context to split to fix empty path named outlets

v21.2.6

Compare Source

common
Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes
compiler
Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment
core
Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering
migrations
Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

v21.2.5

Compare Source

compiler
Commit Type Description
334ae10168 fix ensure generated code compiles
23ea431c4e fix parse named HTML entities containing digits
compiler-cli
Commit Type Description
26c43d14ba fix escape template literal in TCB
67e0ba7e03 fix generic types not filled out correctly in type check block
core
Commit Type Description
1890c3008b fix clean up dehydrated views during HMR component replacement
bf948be4c2 fix run linked signal equality check without reactive consumer
migrations
Commit Type Description
076d41c3f6 fix prevent trailing comma syntax errors after removing NgStyle
service-worker
Commit Type Description
e19150d2b5 fix preserve redirect policy on reconstructed asset requests

v21.2.4

Compare Source

compiler
Commit Type Description
ed2d324f9c fix disallow translations of iframe src
core
Commit Type Description
abbd8797bb fix reverts "feat(core): add support for nested animations"
d1dcd16c5b fix sanitize translated form attributes

v21.2.3

Compare Source

core
Commit Type Description
62a97f7e4b fix ensure definitions compile
21b1c3b2ee fix include signal debug names in their toString() representation
224e60ecb1 fix sanitize translated attribute bindings with interpolations

v21.2.2

Compare Source

compiler
Commit Type Description
1df1697c6e fix prevent mutation of children array in RecursiveVisitor
compiler-cli
Commit Type Description
c822bf8e76 fix always parenthesize object literals in TCB
05d022d5e6 fix ignore generated ngDevMode signal branch for code coverage
forms
Commit Type Description
670d1660c4 feat add 'blur' option to debounce rule

v21.2.1

Compare Source

core
Commit Type Description
e2e9a9a531 fix adds transfer cache to httpResource to fix hydration
b4ec3cc4e4 fix prevent child animation elements from being orphaned
e923d88398 fix Prevent removal of elements during drag and drop
http
Commit Type Description
277ade97ac fix correctly cache blob responses in transfer cache (#​67002)

v21.2.0

Compare Source

common
Commit Type Description
18003a33bb feat add an 'outlet' injector option for ngTemplateOutlet
8bbe6dc46c feat Add Location strategies to manage trailing slash on write
51cc914807 feat support height in ImageLoaderConfig and built-in loaders
compiler
Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
95b3f37d4a feat Exhaustive checks for switch blocks
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice
compiler-cli
Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration
2ea6dfc6c9 fix update diagnostic to flag no-op arrow functions in listeners
core
Commit Type Description
8d5210c9fe feat add ChangeDetectionStrategy.Eager alias for Default
92d2498910 feat add host node to DeferBlockData (#​66546)
ea2016a6dc feat add support for nested animations
81cabc1477 feat add support for TypeScript 6
1ba9b7ac50 feat resource composition via snapshots
d9923b72a2 feat support arrow functions in expressions
a7e8abbb7e fix correctly handle SkipSelf when resolving from embedded view injector
0806ee3826 fix prevent animated element duplication with dynamic components in zoneless mode
ed78fa05c7 fix Remove note to skip arrow functions in best practices
forms
Commit Type Description
f56bb07d83 feat add field param to submit action and onInvalid
ba009b6031 feat add form directive
22afbb2f36 feat add parsing support to native inputs (#​66917)
95c386469c feat Add passing focus options to form field
95ecce8334 feat allow setting submit options at form-level
ebae211add feat introduce parse errors in signal forms
3937afc316 feat introduce SignalFormControl for Reactive Forms compatibility
30f0914754 feat support binding null to number input (#​66917)
dd208ca259 feat update submit function to accept options object
27397b3f4f fix clear parse errors when model updates (#​66917)
63d8005703 fix preserve custom-control focus context in signal forms
631f60d1f9 fix preserve parse errors when parse returns value
adfb83146b fix simplify design of parse errors
fb05fc86d0 fix sort error summary by DOM order
567f292e8e fix support custom controls as host directives
bdfb60f3e3 fix use consistent error format returned from parse
d75046bc09 fix warn when showing hidden field state
language-server
Commit Type Description
ebc90c26f5 feat Add completions and hover info for inline styles
26fd0839c3 feat Add folding range support for inline styles
573aadef7e feat Add quick info for inline styles
6fb39d9b62 feat Support client-side file watching via onDidChangeWatchedFiles
language-service
Commit Type Description
496967e7b1 feat add JSON schema for angularCompilerOptions
8c21866f49 feat add linked editing ranges for HTML tag synchronization
d2137928e8 perf use lightweight project warmup for Angular analysis
router
Commit Type Description
b51bab583d feat Add partial ActivatedRouteSnapshot information to canMatch params
cf9620f7d0 feat Make match options optional in isActive
907a94dcec feat Update IsActiveMatchOptions APIs to accept a Partial

v21.1.6

Compare Source

Breaking Changes

core
  • Angular now only applies known attributes from HTML in translated ICU content. Unknown attributes are dropped and not rendered.

    (cherry picked from commit 306f367)

common
Commit Type Description
31d3d56496 fix fix LCP image detection with duplicate URLs
compiler-cli
Commit Type Description
24b578ce90 fix detect uninvoked functions in defer trigger expressions
core
Commit Type Description
b858309532 fix block creation of sensitive URI attributes from ICU messages

v21.1.5

Compare Source

No user facing changes in this release

v21.1.4

Compare Source

compiler
Commit Type Description
caab23dfe6 fix add geolocation element to schema
core
Commit Type Description
2b99eaa019 fix capture animation dependencies eagerly to avoid destroyed injector
d6aeac504c fix Fix flakey test due to document injection
forms
Commit Type Description
0d1acd0165 feat support signal-based schemas in validateStandardSchema
http
Commit Type Description
3905015ccc fix correctly parse ArrayBuffer and Blob in transfer cache

v21.1.3

Compare Source

core
Commit Type Description
2b254bc050 fix linkedSignal.update should propagate errors
e5110b4fa1 fix export DirectiveWithBindings
2cf4da0ea1 fix hold constructors weakly in DepsTracker cache
70a5b651be fix prevent element duplication with dynamic components
forms
Commit Type Description
6f75b6e3f6 fix Resolves debounce promise on abort in debounceForDuration
localize
Commit Type Description
4c7126d23b fix add support for unit-test builder in ng-add schematic
router
Commit Type Description
d6268c0bbb fix limit UrlParser recursion depth to prevent stack overflow
49a36f4cc7 perf Use .bind to avoid holding other closures in memory

v21.1.2

Compare Source

forms
Commit Type Description
9f99b14882 fix only touch visible, interactive fields on submit
language-service
Commit Type Description
c57b0355b5 fix Detect local project version on creation
router
Commit Type Description
21ecdc036a fix Do not intercept reload events with Navigation integration

v21.1.1

Compare Source

compiler-cli
Commit Type Description
0e1f1ed573 fix drop .tsx extension for generated relative imports
core
Commit Type Description
05adfcf8f2 fix handle Set in class bindings
forms
Commit Type Description
d89a80a970 feat Ability to manually register a form field binding in signal forms
cb75f9ce85 fix fix control value syncing on touch

v21.1.0

Compare Source

Deprecations

upgrade
  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.
common
Commit Type Description
d8790972be feat Add custom transformations for Cloudflare and Cloudinary image loaders
[a6b8cb68af](htt

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from bd05371 to 483d9cf Compare May 19, 2021 18:34
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 483d9cf to ffe806b Compare May 26, 2021 17:41
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v12 (major) fix(deps): update angular monorepo (major) May 26, 2021
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from ffe806b to 707aaea Compare May 26, 2021 19:38
@renovate renovate Bot changed the title fix(deps): update angular monorepo (major) fix(deps): update angular monorepo to v12 (major) May 26, 2021
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 1f502aa to 62a4ab5 Compare June 9, 2021 18:36
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 62a4ab5 to 73afa1d Compare June 16, 2021 23:42
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 73afa1d to 0ce3e65 Compare October 18, 2021 18:15
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 0ce3e65 to d6cb6b7 Compare March 7, 2022 11:11
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v12 (major) fix(deps): update angular monorepo to v13 (major) Mar 7, 2022
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from d6cb6b7 to 38b1c0f Compare March 26, 2022 12:03
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 38b1c0f to 81f95ac Compare April 25, 2022 02:19
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 81f95ac to 390228a Compare May 16, 2022 02:13
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 390228a to bf52c0a Compare June 18, 2022 22:52
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v13 (major) fix(deps): update angular monorepo to v14 (major) Jun 18, 2022
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from bf52c0a to ac8ecfe Compare June 23, 2022 22:03
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from ac8ecfe to 3235228 Compare September 25, 2022 21:23
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 3235228 to 6cd0e05 Compare November 20, 2022 15:50
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v14 (major) fix(deps): update angular monorepo to v15 (major) Nov 20, 2022
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 6cd0e05 to 3c065f8 Compare January 25, 2023 08:45
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 3c065f8 to 13ed1d1 Compare March 16, 2023 11:26
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 8c0f224 to 517f99b Compare March 30, 2023 01:06
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 517f99b to 6a0a7d5 Compare April 17, 2023 12:14
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 6a0a7d5 to 4d5abb9 Compare May 28, 2023 08:51
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v15 (major) fix(deps): update angular monorepo to v16 (major) May 28, 2023
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 4d5abb9 to 1002e49 Compare June 1, 2023 19:31
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 1002e49 to ea6bbef Compare June 8, 2023 21:50
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from eb5acb5 to 3093fc9 Compare August 16, 2023 18:06
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 8a92653 to b8ace73 Compare August 30, 2023 19:56
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from d785d92 to 8c1ce0e Compare September 13, 2023 18:52
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 8c1ce0e to 67c12ff Compare September 20, 2023 18:16
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 67c12ff to 0bd72de Compare September 27, 2023 21:43
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 3522179 to f8bf5e2 Compare October 11, 2023 18:57
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from f8bf5e2 to 2043f9c Compare October 18, 2023 17:20
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 2043f9c to 8f0c993 Compare October 25, 2023 22:32
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from ee323b5 to d7c1eda Compare November 8, 2023 13:41
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v16 (major) fix(deps): update angular monorepo to v17 (major) Nov 8, 2023
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from e771263 to 174953c Compare November 9, 2023 22:47
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 6ab723c to 193ab46 Compare November 20, 2023 21:51
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 193ab46 to f38b7e6 Compare November 29, 2023 18:13
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from f38b7e6 to 3b124ed Compare December 6, 2023 19:28
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 3b124ed to b1da274 Compare December 14, 2023 07:13
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from b1da274 to bef24a1 Compare December 21, 2023 15:58
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from bef24a1 to 2473a55 Compare January 10, 2024 22:46
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 3754445 to b3c1097 Compare January 24, 2024 19:36
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from b3c1097 to b12e5e2 Compare January 31, 2024 22:34
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch 3 times, most recently from 2da1f35 to 23413b8 Compare February 14, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants