8000 chore(deps): update all by renovate[bot] · Pull Request #107 · and-action/and-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): update all #107

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

Merged
merged 1 commit into from
Apr 29, 2024
Merged

chore(deps): update all #107

merged 1 commit into from
Apr 29, 2024

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Apr 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 17.3.5 -> 17.3.6 age adoption passing confidence
@angular/animations (source) 17.3.5 -> 17.3.6 age adoption passing confidence
@angular/cdk 17.3.5 -> 17.3.6 age adoption passing confidence
@angular/cli 17.3.5 -> 17.3.6 age adoption passing confidence
@angular/common (source) 17.3.5 -> 17.3.6 age adoption passing confidence
@angular/compiler (source) 17.3.5 -> 17.3.6 age adoption passing confidence
@angular/compiler-cli (source) 17.3.5 -> 17.3.6 age adoption passing confidence
@angular/core (source) 17.3.5 -> 17.3.6 age adoption passing confidence
@angular/forms (source) 17.3.5 -> 17.3.6 age adoption passing confidence
@angular/language-service (source) 17.3.5 -> 17.3.6 age adoption passing confidence
@angular/material 17.3.5 -> 17.3.6 age adoption passing confidence
@angular/platform-browser (source) 17.3.5 -> 17.3.6 age adoption passing confidence
@angular/platform-browser-dynamic (source) 17.3.5 -> 17.3.6 age adoption passing confidence
@angular/router (source) 17.3.5 -> 17.3.6 age adoption passing confidence
@apollo/client (source) 3.9.11 -> 3.10.1 age adoption passing confidence
@sentry/browser (source) 7.111.0 -> 7.112.2 age adoption passing confidence
@sentry/node (source) 7.111.0 -> 7.112.2 age adoption passing confidence
@storybook/addon-essentials (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/addon-interactions (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/addon-links (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/angular (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/blocks (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.7.0 -> 7.7.1 age adoption passing confidence
@typescript-eslint/parser (source) 7.7.0 -> 7.7.1 age adoption passing confidence
cypress (source) 13.8.0 -> 13.8.1 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
storybook (source) 8.0.8 -> 8.0.9 age adoption passing confidence
yaml (source) 2.4.1 -> 2.4.2 age adoption passing confidence

Release Notes

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

v17.3.6

Compare Source

@​angular-devkit/build-angular
Commit Type Description
dcec59799 fix properly configure headers for media resources and HTML page
angular/angular (@​angular/animations)

v17.3.6

Compare Source

core
Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#​55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#​55374)
8979fba2c5 fix skip defer timers on the server (#​55480)
angular/components (@​angular/cdk)

v17.3.6

Compare Source

cdk
Commit Type Description
c2dc2da71e fix a11y: handle signal based items in list key manager (#​28854)
e33c436c73 fix drag-drop: use native popover to avoid stacking issues with preview
material
Commit Type Description
d78c7706c6 fix progress-bar: avoid CSP issues for apps not using buffer mode (#​28946)
multiple
Commit Type Description
73d1e2e3cf fix remove label for attribute on non-native elements (#​28948)
apollographql/apollo-client (@​apollo/client)

v3.10.1

Compare Source

Patch Changes

v3.10.0

Compare Source

Minor Changes
Patch Changes
getsentry/sentry-javascript (@​sentry/browser)

v7.112.2

Compare Source

  • fix(nextjs|sveltekit): Ensure we can pass browserTracingIntegration (#​11765)

v7.112.1

Compare Source

  • fix(ember/v7): Do not create rendering spans without transaction (#​11750)

v7.112.0

Compare Source

Important Changes
  • feat: Export pluggable integrations from SDK packages (#​11723)

Instead of installing @sentry/integrations, you can now import the pluggable integrations directly from your SDK
package:

// Before
import * as Sentry fromv '@​sentry/browser';
import { dedupeIntegration } from '@​sentry/integrations';

Sentry.init({
  integrations: [dedupeIntegration()],
});

// After
import * as Sentry from '@​sentry/browser';

Sentry.init({
  integrations: [Sentry.dedupeIntegration()],
});

Note that only the functional integrations (e.g. xxxIntegration()) are re-exported.

Other Changes
  • feat(replay): Add "maxCanvasSize" option for replay canvases (#​11732)
  • fix(serverless): [v7] Check if cloud event callback is a function (#​11734)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.72 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.69 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 75.91 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.32 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 35.62 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.5 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.57 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.58 KB
@​sentry/browser - Webpack (gzipped) 22.78 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 78.9 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.27 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 36.02 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.28 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 221.25 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 109.01 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.79 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 39.3 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 72.18 KB
@​sentry/react - Webpack (gzipped) 22.81 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 90.01 KB
@​sentry/nextjs Client - Webpack (gzipped) 54.15 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.32 KB
storybookjs/storybook (@​storybook/addon-essentials)

v8.0.9

Compare Source

storybookjs/storybook (@​storybook/addon-links)

v8.0.9

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.7.1

Compare Source

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

You can read about our versioning strategy and releases on our website.

cypress-io/cypress (cypress)

v13.8.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1

facebook/react (react)

v18.3.1

Compare Source

v18.3.0

Compare Source

facebook/react (react-dom)

v18.3.1

Compare Source

v18.3.0

Compare Source

eemeli/yaml (yaml)

v2.4.2

Compare Source

  • Restrict YAML 1.1 boolean strings to their explicit capitalization (#​530)
  • Add sponsorship by Scipress (#​536)

Configuration

📅 Schedule: Branch creation - "before 4:00 am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Never, 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 pchorus April 29, 2024 02:02
@pchorus pchorus merged commit 890e3b8 into master Apr 29, 2024
4 checks passed
@pchorus pchorus deleted the feature/renovate/all branch April 29, 2024 04:04
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.

1 participant
0