Skip to content

chore(deps): update non-major#9

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/non-major
Closed

chore(deps): update non-major#9
renovate[bot] wants to merge 1 commit intomainfrom
renovate/non-major

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular ^19.2.3 -> ^19.2.14 age adoption passing confidence devDependencies patch
@angular/cli ~19.2.3 -> ~19.2.14 age adoption passing confidence devDependencies patch
@angular/common (source) ^19.2.2 -> ^19.2.14 age adoption passing confidence dependencies patch
@angular/compiler (source) ^19.2.2 -> ^19.2.14 age adoption passing confidence dependencies patch
@angular/compiler-cli (source) ^19.2.2 -> ^19.2.14 age adoption passing confidence devDependencies patch
@angular/core (source) ^19.2.2 -> ^19.2.14 age adoption passing confidence dependencies patch
@angular/forms (source) ^19.2.2 -> ^19.2.14 age adoption passing confidence dependencies patch
@angular/platform-browser (source) ^19.2.2 -> ^19.2.14 age adoption passing confidence dependencies patch
@angular/platform-browser-dynamic (source) ^19.2.2 -> ^19.2.14 age adoption passing confidence dependencies patch
@angular/router (source) ^19.2.2 -> ^19.2.14 age adoption passing confidence dependencies patch
@portabletext/to-html ^2.0.0 -> ^2.0.14 age adoption passing confidence dependencies patch
@portabletext/types ^2.0.2 -> ^2.0.13 age adoption passing confidence dependencies patch
@sanity/client (source) ^6.0.1 -> ^6.29.1 age adoption passing confidence dependencies minor
@sanity/image-url (source) ^1.0.2 -> ^1.1.0 age adoption passing confidence dependencies patch
@types/jasmine (source) ~5.1.0 -> ~5.1.8 age adoption passing confidence devDependencies patch
@types/react (source) ^19.0.10 -> ^19.1.7 age adoption passing confidence devDependencies minor
eslint (source) ^9.22.0 -> ^9.28.0 age adoption passing confidence devDependencies minor
jasmine-core (source) ~5.1.0 -> ~5.8.0 age adoption passing confidence devDependencies minor
karma (source) ~6.4.0 -> ~6.4.4 age adoption passing confidence devDependencies patch
karma-coverage ~2.2.0 -> ~2.2.1 age adoption passing confidence devDependencies patch
npm-run-all ^4.1.5 -> ^5.0.0 devDependencies replacement
peter-evans/create-pull-request 5e91468 -> 271a8d0 action digest
prettier (source) ^3.1.0 -> ^3.5.3 age adoption passing confidence devDependencies patch
react (source) ^19.0.0 -> ^19.1.0 age adoption passing confidence dependencies minor
react-dom (source) ^19.0.0 -> ^19.1.0 age adoption passing confidence dependencies minor
rxjs (source) ~7.8.0 -> ~7.8.2 age adoption passing confidence dependencies patch
styled-components (source) ^6.1.13 -> ^6.1.18 age adoption passing confidence dependencies patch
tslib (source) ^2.3.0 -> ^2.8.1 age adoption passing confidence dependencies patch
typescript (source) ^5.0.2 -> ^5.8.3 age adoption passing confidence devDependencies patch
typescript (source) ~5.8.2 -> ~5.8.3 age adoption passing confidence devDependencies patch

This is a special PR that replaces npm-run-all with the community suggested minimal stable replacement version.


Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v19.2.14

Compare Source

@​angular/build
Commit Type Description
a3504fd45 fix HMR requires AOT do not show HMR enabled when using JIT
5ce9f96a4 fix include full metadata for AOT unit-testing

v19.2.13

Compare Source

@​angular/pwa
Commit Type Description
ad2fb2959 fix remove background_color and theme_color from manifest

v19.2.12

Compare Source

@​angular/cli
Commit Type Description
0098c38c6 fix properly handle Node.js require() errors with ESM modules

v19.2.11

Compare Source

@​angular-devkit/build-angular
Commit Type Description
9eaf34405 fix correctly set i18n subPath in webpack browser builder
@​angular/build
Commit Type Description
cba66a85c fix avoid attempting to watch bundler internal files
009fc3776 fix avoid internal karma request cache for assets
b43da3949 perf fix unnecessary esbuild rebuilds

v19.2.10

Compare Source

@​angular/build
Commit Type Description
067f1cba0 fix update vite to 6.2.7

v19.2.9

Compare Source

@​angular-devkit/build-angular
Commit Type Description
de52cc2c8 fix update http-proxy-middleware to v3.0.5
@​angular/build
Commit Type Description
cc5229a45 fix pass preserveSymlinks option to Karma esbuild builder
@​angular/ssr
Commit Type Description
a4e415ea6 fix support getPrerenderParams for wildcard routes

v19.2.8

Compare Source

@​angular/build
Commit Type Description
4a8a4a083 fix include module value check when adding custom conditions
00cd0d123 fix prevent nested CSS in components
a297c4153 fix properly resolve transitive external dependencies in vite-dev-server
8ab033e8e fix update vite to 6.2.6

v19.2.7

Compare Source

@​angular/build
Commit Type Description
7f1e8c677 fix include component test metadata in development builds
74cd4edd5 fix skip normalization of relative externals

v19.2.6

Compare Source

@​angular-devkit/schematics
Commit Type Description
e5aec562f fix properly resolve relative schematics when executed from a nested directory
@​angular/build
Commit Type Description
76cfd364a fix correctly handle false value in server option
d69188c6b fix update vite to 6.2.4 due to a security issues

v19.2.5

Compare Source

@​angular/build
Commit Type Description
20455e2a6 fix correct handling of response/request errors
32b1dcd91 fix handle undefined getOrCreateAngularServerApp during error compilation
7552a9fec fix normalize karma asset paths before lookup
1eb5b4357 fix update vite to 6.2.3

v19.2.4

Compare Source

@​schematics/angular
Commit Type Description
0a4e96bda fix replace @angular/platform-browser-dynamic with @angular/platform-browser
@​angular/build
Commit Type Description
b0b643e46 fix ensure errors for missing component resources
2cd763e89 fix ensure relative karma stack traces for test failures
angular/angular (@​angular/common)

v19.2.14

Compare Source

compiler
Commit Type Description
24bab55f0c fix lexer support for template literals in object literals (#​61601)
migrations
Commit Type Description
9e1cd49662 fix preserve comments when removing unused imports (#​61674)

v19.2.13

Compare Source

common
Commit Type Description
2c876b4fc5 fix avoid injecting ApplicationRef in FetchBackend (#​61649)
service-worker
Commit Type Description
b15bddfa04 fix do not register service worker if app is destroyed before it is ready to register (#​61101)

v19.2.12

Compare Source

common
Commit Type Description
126efc9972 fix cancel reader when app is destroyed (#​61528)
efda872453 fix prevent reading chunks if app is destroyed (#​61354)
compiler
Commit Type Description
44bb328eae fix avoid conflicts between HMR code and local symbols (#​61550)
compiler-cli
Commit Type Description
107180260f fix Always retain prior results for all files (#​61487)
1191e62d70 fix avoid ECMAScript private field metadata emit (#​61227)
core
Commit Type Description
2b1b14f4d3 fix cleanup rxResource abort listener (#​58306)
8f9b05eaaa fix cleanup testability subscriptions (#​61261)
eb53bda470 fix enable stashing only when withEventReplay() is invoked (#​61352)
94f5a4b4d6 fix Testing should not throw when Zone does not patch test FW APIs (#​61376)
c0c69a5abc fix unregister onDestroy in toSignal. (#​61514)
platform-server
Commit Type Description
8edafd0559 perf speed up resolution of base (#​61392)

v19.2.11

Compare Source

v19.2.10

Compare Source

common
Commit Type Description
89056a0356 fix cleanup updateLatestValue if view is destroyed before promise resolves (#​61064)
core
Commit Type Description
4623b61448 fix missing useExisting providers throwing for optional calls (#​61152)
400dbc5b89 fix properly handle app stabilization with defer blocks (#​61056)
platform-server
Commit Type Description
a6f0d5bc20 fix less aggressive ngServerMode cleanup (#​61106)

v19.2.9

Compare Source

core
Commit Type Description
946b844e0d fix async EventEmitter error should not prevent stability (#​61028)
dbb87026ca fix call DestroyRef on destroy callback if view is destroyed [patch] (#​61061)
2e140a136a fix prevent stash listener conflicts [patch] (#​61063)

v19.2.8

Compare Source

forms
Commit Type Description
ea4a211216 fix make NgForm emit FormSubmittedEvent and FormResetEvent (#​60887)

v19.2.7

Compare Source

common
Commit Type Description
37ab6814f5 fix issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#​60883)
core
Commit Type Description
b144126612 fix inject migration: replace param with this. (#​60713)
http
Commit Type Description
d39e09da41 fix Include HTTP status code and headers when HTTP requests errored in httpResource (#​60802)

v19.2.6

Compare Source

compiler
Commit Type Description
3441f7b914 fix error if rawText isn't estimated correctly (#​60529) (#​60753)
compiler-cli
Commit Type Description
fc946c5f72 fix ensure HMR works with different output module type (#​60797)
core
Commit Type Description
00bbd9b382 fix fix docs for output migration (#​60764)
f2bfa3151e fix fix ng generate @​angular/core:output-migration. Fixes angular#​58650 (#​60763)
9241615ad0 fix reduce total memory usage of various migration schematics (#​60776)
language-service
Commit Type Description
0e82d42774 fix Do not provide element completions in end tag (#​60616)
fcdef1019f fix Ensure dollar signs are escaped in completions (#​60597)

v19.2.5

Compare Source

Commit Type Description
e61d06afb5 fix step 6 tutorial docs (#​60630)
animations
Commit Type Description
fa48f98d9f fix add missing peer dependency on @angular/common (#​60660)
compiler
Commit Type Description
ca5aa4d55b fix throw for invalid "as" expression in if block (#​60580)
compiler-cli
Commit Type Description
f4c4b10ea8 fix Produce fatal diagnostic on duplicate decorated properties (#​60376)
22a0e54ac4 fix support relative imports to symbols outside rootDir (#​60555)
core
Commit Type Description
64da69f7b6 fix check ngDevMode for undefined (#​60565)
8f68d1bec3 fix fix ng generate @​angular/core:output-migration (#​60626)
bc79985c65 fix fix regexp for event types (#​60592)
006ac7f22f fix fixes #​592882 ng generate @​angular/core:signal-queries-migration (#​60688)
da6e93f434 fix preserve comments in internal inject migration (#​60588)
dbbddd1617 fix prevent omission of deferred pipes in full compilation (#​60571)
language-service
Commit Type Description
0e9e0348dd fix Update adapter to log instead of throw errors (#​60651)
migrations
Commit Type Description
15f53f035b fix handle shorthand assignments in super call (#​60602)
4b161e6234 fix inject migration not handling super parameter referenced via this (#​60602)
router
Commit Type Description
958e98e4f7 fix Add missing types to transition (#​60307)
service-worker
Commit Type Description
7cd89ad2c6 fix assign initializing client's app version, when a request is for worker script (#​58131)

v19.2.4

Compare Source

core
Commit Type Description
081f5f5a83f fix fix used templates are not deleted (#​60459)
localize
Commit Type Description
a2f622d82d6 fix handle @​angular/build:karma in ng add (#​60513)
platform-browser
Commit Type Description
8e8ccc79279 fix ensure platformBrowserTesting includes platformBrowser providers (#​60480)

v19.2.3

Compare Source

compiler-cli
Commit Type Description
aa8ea7a5b2 fix report more accurate diagnostic for invalid import (#​60455)
core
Commit Type Description
13a8709b2b fix catch hydration marker with implicit body tag (#​60429)
296aded9da fix execute timer trigger outside zone (#​60392)
0615ffb4f7 fix include input name in error message (#​60404)
platform-browser-dynamic
Commit Type Description
1e06c8e8b6 fix ensure compiler is loaded before @angular/common (#​60458)
upgrade
Commit Type Description
9e1a1030c8 fix handle output emitters when downgrading a component (#​60369)
sanity-io/client (@​sanity/

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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 has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@vercel
Copy link

vercel bot commented Jul 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sanity-template-angular-clean ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 10, 2025 0:38am

@renovate renovate bot force-pushed the renovate/non-major branch from 98d65bc to 2304832 Compare July 18, 2023 18:45
@renovate renovate bot force-pushed the renovate/non-major branch from 2304832 to c45a3e2 Compare July 19, 2023 20:07
@renovate renovate bot changed the title fix(deps): update non-major chore(deps): update non-major Jul 20, 2023
@renovate renovate bot force-pushed the renovate/non-major branch from c45a3e2 to 722aea2 Compare July 20, 2023 19:22
@renovate renovate bot force-pushed the renovate/non-major branch from 722aea2 to 9c3271a Compare July 21, 2023 22:21
@renovate renovate bot force-pushed the renovate/non-major branch from 9c3271a to a28f14c Compare July 22, 2023 16:04
@renovate renovate bot force-pushed the renovate/non-major branch from a28f14c to 20578eb Compare July 24, 2023 21:50
@renovate renovate bot force-pushed the renovate/non-major branch from 20578eb to 05b93d2 Compare July 25, 2023 02:17
@renovate renovate bot force-pushed the renovate/non-major branch from 05b93d2 to 8e78846 Compare July 25, 2023 13:31
@renovate renovate bot force-pushed the renovate/non-major branch from 8e78846 to b93539c Compare July 25, 2023 15:09
@renovate renovate bot force-pushed the renovate/non-major branch from b93539c to 56a5312 Compare July 25, 2023 20:08
@renovate renovate bot force-pushed the renovate/non-major branch from 56a5312 to 7e5be57 Compare July 26, 2023 04:28
@renovate renovate bot force-pushed the renovate/non-major branch from 7e5be57 to 336cafa Compare July 26, 2023 15:39
@renovate renovate bot force-pushed the renovate/non-major branch from 336cafa to cc7ed7d Compare July 26, 2023 18:27
@renovate renovate bot force-pushed the renovate/non-major branch from 661dc69 to 2946e7b Compare August 2, 2023 14:41
@renovate renovate bot force-pushed the renovate/non-major branch from 2946e7b to e2b2acf Compare August 2, 2023 22:15
@renovate renovate bot force-pushed the renovate/non-major branch from e2b2acf to 095feb4 Compare August 3, 2023 10:45
@renovate renovate bot force-pushed the renovate/non-major branch from 095feb4 to 86104f2 Compare August 4, 2023 01:04
@renovate renovate bot force-pushed the renovate/non-major branch from 86104f2 to 5a53e7a Compare August 4, 2023 13:00
@renovate renovate bot force-pushed the renovate/non-major branch from 5a53e7a to 45047b8 Compare August 4, 2023 16:58
@renovate renovate bot force-pushed the renovate/non-major branch from 45047b8 to 409bc5a Compare August 4, 2023 20:08
@renovate renovate bot force-pushed the renovate/non-major branch from 409bc5a to 6f34cb5 Compare August 4, 2023 21:58
@renovate renovate bot force-pushed the renovate/non-major branch from 6f34cb5 to 2e14c60 Compare August 5, 2023 02:05
@renovate renovate bot force-pushed the renovate/non-major branch from 2e14c60 to eac70a7 Compare August 5, 2023 13:29
@renovate renovate bot force-pushed the renovate/non-major branch from eac70a7 to cebd3dd Compare August 5, 2023 19:17
@renovate renovate bot force-pushed the renovate/non-major branch from cebd3dd to 3bcc240 Compare August 7, 2023 07:23
@renovate renovate bot force-pushed the renovate/non-major branch from 3bcc240 to e485b9f Compare August 7, 2023 10:01
@renovate
Copy link
Contributor Author

renovate bot commented Aug 24, 2023

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: app/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: undefined@undefined
npm ERR! Found: zone.js@0.14.5
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/core@16.2.12
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"^16.0.1" from the root project
npm ERR!   peer @angular/core@"16.2.12" from @angular/animations@16.2.12
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"^16.0.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-09T03_34_39_402Z-debug-0.log

File name: studio/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: benja@1.0.0
npm error Found: styled-components@5.3.11
npm error node_modules/styled-components
npm error   styled-components@"^5.2.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer styled-components@"^6.1" from @sanity/vision@3.41.1
npm error node_modules/@sanity/vision
npm error   @sanity/vision@"^3.8.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-09T03_34_52_990Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-09T03_34_52_990Z-debug-0.log

@socket-security
Copy link

socket-security bot commented Oct 24, 2023

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant