Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update npm #546

Merged
merged 1 commit into from
Aug 10, 2023
Merged

Update npm #546

merged 1 commit into from
Aug 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 16.1.8 -> 16.2.0 age adoption passing confidence
@angular/animations 16.1.8 -> 16.2.0 age adoption passing confidence
@angular/cdk 16.1.7 -> 16.2.0 age adoption passing confidence
@angular/cli 16.1.8 -> 16.2.0 age adoption passing confidence
@angular/common 16.1.8 -> 16.2.0 age adoption passing confidence
@angular/compiler 16.1.8 -> 16.2.0 age adoption passing confidence
@angular/compiler-cli (source) 16.1.8 -> 16.2.0 age adoption passing confidence
@angular/core 16.1.8 -> 16.2.0 age adoption passing confidence
@angular/forms 16.1.8 -> 16.2.0 age adoption passing confidence
@angular/localize 16.1.8 -> 16.2.0 age adoption passing confidence
@angular/platform-browser 16.1.8 -> 16.2.0 age adoption passing confidence
@angular/platform-browser-dynamic 16.1.8 -> 16.2.0 age adoption passing confidence
@angular/router (source) 16.1.8 -> 16.2.0 age adoption passing confidence
@sentry/angular-ivy (source) 7.61.1 -> 7.62.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

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

v16.2.0

Compare Source

@​angular-devkit/build-angular
Commit Type Description
e6b377436 feat add ssr option in application builder
c05c83be7 feat add initial application builder implementation
095f5aba6 feat add initial support for server bundle generation using esbuild
cb165a75d feat add pre-rendering (SSG) and App-shell support generation to application builder
2a3fc6846 feat add preload hints based on transitive initial files
099cec758 feat add support for serving SSR with dev-server when using the application builder
449e21b3a fix correctly load dev server assets with vite 4.4.0+
f42f10135 fix ensure preload hints for external stylesheets are marked as styles
7defb3635 fix ensure that server dependencies are loaded also in ssr entrypoint
05f31bd28 fix prevent race condition in setting up sass worker pool
5048f6e82 fix Set chunk names explicitly
974748cdf perf filter postcss usage based on content in esbuild builder
61a652d91 perf inject Sass import/use directive importer information when resolving
a0a2c7aef perf only load browserslist in babel preset if needed
6bfd1800e perf use in-memory Sass module resolution cache
angular/angular (@​angular/animations)

v16.2.0

Compare Source

benchpress
Commit Type Description
dd850b2ab7 fix correctly report GC memory amounts (#​50760)
common
Commit Type Description
29d358170b feat add component input binding support for NgComponentOutlet (#​51148)
1837efb9da feat Allow ngSrc to be changed post-init (#​50683)
compiler
Commit Type Description
c27a1e61d6 feat scope selectors in @​scope queries (#​50747)
compiler-cli
Commit Type Description
12bad6576d fix libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#​50714)
core
Commit Type Description
e53d4ecf4c feat add afterRender and afterNextRender (#​50607)
98d262fd27 feat create injector debugging APIs (#​48639)
cdaa2a8a9e feat support Provider type in Injector.create (#​49587)
9f490da7e2 fix handle hydration of view containers for root components (#​51247)
router
Commit Type Description
0b14e4ef74 feat exposes the fixture of the RouterTestingHarness (#​50280)

v16.1.9

Compare Source

angular/components (@​angular/cdk)

v16.2.0

Compare Source

cdk
Commit Type Description
626bf533d9 feat dialog: expose rendered ComponentRef
material
Commit Type Description
956aec2c64 feat bottom-sheet: expose rendered ComponentRef
30c3e13444 feat dialog: expose rendered ComponentRef

v16.1.8

Compare Source

cdk
Commit Type Description
3284407af4 fix menu: nested menus requiring two taps to open touch devices (#​27586)
material
Commit Type Description
18e537a013 fix chips: focus lingering on previous chip (#​27559)
675b29a1e3 fix slider: match active & focus state on IOS (#​27546)
youtube-player
Commit Type Description
9ec77aa376 fix Allow playlists without specifying videoId (#​27529) (#​27588)
getsentry/sentry-javascript (@​sentry/angular-ivy)

v7.62.0

Compare Source

Important Changes
  • feat(integrations): Add ContextLines integration for html-embedded JS stack frames (#​8699)

This release adds the ContextLines integration as an optional integration for the Browser SDKs to @sentry/integrations.

This integration adds source code from inline JavaScript of the current page's HTML (e.g. JS in <script> tags) to stack traces of captured errors.
It can't collect source code from assets referenced by your HTML (e.g. <script src="..." />).

The ContextLines integration is useful when you have inline JS code in HTML pages that can't be accessed by Sentry's backend, for example, due to a login-protected page.

import { ContextLines } from "@&#8203;sentry/integrations";

Sentry.init({
  // ...
  integrations: [
    new ContextLines({
      // The number of lines to collect before and after each stack frame's line number
      // Defaults to 7
      frameContextLines: 7,
    }),
  ],
});
Other Changes
  • fix(nextjs): Make all wrappers isomorphic and available in all runtimes (#​8743)
  • fix(replay): Cancel debounce when replay is too short/long (#​8742)
  • fix(utils): dirname and basename should handle Windows paths (#​8737)
  • ref: Hoist flush, close, and lastEventId into @sentry/core (#​8731)
  • ref(node): Don't call JSON.stringify on prisma client when logging (#​8745)

Configuration

📅 Schedule: Branch creation - "on the first day of the week" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner May 14, 2023 00:27
@renovate renovate bot added the dependency Depedency update label May 14, 2023
@renovate renovate bot force-pushed the renovate/npm branch 11 times, most recently from bf20ae1 to 0aee85d Compare May 19, 2023 21:39
@renovate renovate bot force-pushed the renovate/npm branch 9 times, most recently from 6656be3 to 76179cc Compare May 27, 2023 18:09
@renovate renovate bot force-pushed the renovate/npm branch 7 times, most recently from de32fe3 to ab01de7 Compare June 3, 2023 07:33
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from 88ad5fb to 72b6f66 Compare July 17, 2023 20:39
@renovate renovate bot force-pushed the renovate/npm branch 8 times, most recently from ae2090c to 62a6287 Compare July 24, 2023 21:04
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from ac7b903 to 6fa7813 Compare July 31, 2023 15:05
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from 1927128 to 20097f1 Compare August 5, 2023 13:19
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from d0ff8b3 to 6b5d166 Compare August 9, 2023 12:42
@renovate renovate bot temporarily deployed to preview August 10, 2023 07:13 Inactive
@renovate renovate bot merged commit eccda98 into master Aug 10, 2023
6 checks passed
@renovate renovate bot deleted the renovate/npm branch August 10, 2023 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Depedency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants