Skip to content

fix(deps): update all non-major dependencies#235

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#235
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-eslint/builder (source) 21.2.021.3.1 age adoption passing confidence
@angular-eslint/eslint-plugin (source) 21.2.021.3.1 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) 21.2.021.3.1 age adoption passing confidence
@angular-eslint/schematics (source) 21.2.021.3.1 age adoption passing confidence
@angular-eslint/template-parser (source) 21.2.021.3.1 age adoption passing confidence
@angular/animations (source) 21.1.221.2.5 age adoption passing confidence
@angular/build 21.1.221.2.3 age adoption passing confidence
@angular/cdk 21.1.221.2.3 age adoption passing confidence
@angular/cli 21.1.221.2.3 age adoption passing confidence
@angular/common (source) 21.1.221.2.5 age adoption passing confidence
@angular/compiler (source) 21.1.221.2.5 age adoption passing confidence
@angular/compiler-cli (source) 21.1.221.2.5 age adoption passing confidence
@angular/core (source) 21.1.221.2.5 age adoption passing confidence
@angular/forms (source) 21.1.221.2.5 age adoption passing confidence
@angular/language-service (source) 21.1.221.2.5 age adoption passing confidence
@angular/material 21.1.221.2.3 age adoption passing confidence
@angular/platform-browser (source) 21.1.221.2.5 age adoption passing confidence
@angular/platform-browser-dynamic (source) 21.1.221.2.5 age adoption passing confidence
@angular/platform-server (source) 21.1.221.2.5 age adoption passing confidence
@angular/router (source) 21.1.221.2.5 age adoption passing confidence
@angular/ssr 21.1.221.2.3 age adoption passing confidence
@playwright/test (source) 1.58.11.58.2 age adoption passing confidence
@types/node (source) 24.10.1024.12.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.54.08.57.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.54.08.57.1 age adoption passing confidence
cypress (source) 15.10.015.12.0 age adoption passing confidence
eslint (source) 9.39.29.39.4 age adoption passing confidence
eslint-plugin-jsdoc 62.5.062.8.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

angular-eslint/angular-eslint (@​angular-eslint/builder)

v21.3.1

Compare Source

🩹 Fixes
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#​2943)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#​2940)
❤️ Thank You

v21.3.0

Compare Source

🚀 Features
❤️ Thank You
  • Jason Weinzierl
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin)

v21.3.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-uncalled-signals] properly handle statements with unary operators (#​2926)
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#​2943)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#​2940)
❤️ Thank You

v21.3.0

Compare Source

🚀 Features
  • eslint-plugin: [no-uncalled-signals] detect Signal member access (#​2848)
  • add support for ESLint v10 (#​2903)
  • eslint-plugin: add computed-must-return rule (#​2882)
🩹 Fixes
  • eslint-plugin: [no-uncalled-signals] detect Signal type correctly (#​2907)
  • eslint-plugin: [no-uncalled-signals] add check InputSignalWithTransform (#​2879)
❤️ Thank You
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v21.3.1

Compare Source

🩹 Fixes
  • prefer-self-closing-tags: add selectedcontent nonAriaElements (#​2939)
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#​2943)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#​2940)
❤️ Thank You

v21.3.0

Compare Source

🚀 Features
  • add support for ESLint v10 (#​2903)
  • eslint-plugin-template: add no-non-null-assertion rule (#​2885)
🩹 Fixes
  • eslint-plugin-template: [prefer-template-literal] preserve nested non string binary + operation (#​2902)
❤️ Thank You
  • Guillaume DROUARD
  • Jason Weinzierl
angular-eslint/angular-eslint (@​angular-eslint/schematics)

v21.3.1

Compare Source

This was a version bump only for schematics to align it with other projects, there were no code changes.

v21.3.0

Compare Source

🚀 Features
❤️ Thank You
  • Jason Weinzierl
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v21.3.1

Compare Source

This was a version bump only for template-parser to align it with other projects, there were no code changes.

v21.3.0

Compare Source

🚀 Features
  • add support for ESLint v10 (#​2903)
  • eslint-plugin-template: add no-non-null-assertion rule (#​2885)
🩹 Fixes
❤️ Thank You
  • Guillaume DROUARD
  • Jason Weinzierl
angular/angular (@​angular/animations)

v21.2.5: 21.2.5

Compare Source

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


Configuration

📅 Schedule: 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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Pull requests that update a dependency file label May 5, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9df2822 to ed3eceb Compare May 6, 2021 00:45
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v11.2.13 chore(deps): update all non-major dependencies May 6, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 022a242 to 663f4b4 Compare May 12, 2021 22:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fdaa14e to 83c4763 Compare May 13, 2021 20:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 67a8efd to aa2f26b Compare May 27, 2021 16:49
@derkoe derkoe changed the base branch from master to main May 31, 2021 11:09
@derkoe derkoe force-pushed the main branch 2 times, most recently from a5743a3 to 56f24f6 Compare May 31, 2021 12:32
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 31, 2021
@renovate renovate bot closed this May 31, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch May 31, 2021 12:35
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies May 31, 2021
@renovate renovate bot restored the renovate/all-minor-patch branch May 31, 2021 17:49
@renovate renovate bot reopened this May 31, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa2f26b to 6035ed2 Compare May 31, 2021 17:50
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies to v4.26.0 May 31, 2021
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jun 2, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1cb7a41 to b9909b6 Compare June 2, 2021 21:45
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jun 2, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 3b99e60 to 5df8cf9 Compare June 8, 2021 00:22
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.1.0 Jun 9, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from efca725 to 179d657 Compare June 9, 2021 19:07
@renovate renovate bot changed the title chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.1.0 fix(deps): update all non-major dependencies Jun 9, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 179d657 to e7be87d Compare June 10, 2021 17:03
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jun 10, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4c150c6 to 152c0ad Compare June 14, 2021 05:22
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Jun 14, 2021
@renovate renovate bot closed this Jun 14, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch June 14, 2021 08:19
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Jun 14, 2021
@renovate renovate bot restored the renovate/all-minor-patch branch June 14, 2021 18:03
@renovate renovate bot reopened this Jun 14, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 152c0ad to 3a2502d Compare June 14, 2021 18:04
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies to v4.27.0 Jun 14, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a2502d to cfbd988 Compare June 16, 2021 04:39
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants