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

chore(deps): update all patch dependencies #2386

Merged
merged 2 commits into from
May 30, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.24.5 -> ^7.24.6 age adoption passing confidence
@babel/plugin-proposal-decorators (source) ^7.24.1 -> ^7.24.6 age adoption passing confidence
@babel/plugin-proposal-export-default-from (source) ^7.24.1 -> ^7.24.6 age adoption passing confidence
@babel/plugin-proposal-partial-application (source) ^7.24.5 -> ^7.24.6 age adoption passing confidence
@babel/plugin-proposal-pipeline-operator (source) ^7.24.1 -> ^7.24.6 age adoption passing confidence
@babel/plugin-transform-class-properties (source) ^7.24.1 -> ^7.24.6 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.24.3 -> ^7.24.6 age adoption passing confidence
@babel/preset-env (source) ^7.24.5 -> ^7.24.6 age adoption passing confidence
@babel/preset-typescript (source) ^7.24.1 -> ^7.24.6 age adoption passing confidence
@babel/runtime (source) ^7.24.5 -> ^7.24.6 age adoption passing confidence
@babel/types (source) ^7.24.5 -> ^7.24.6 age adoption passing confidence
@changesets/cli (source) ^2.27.1 -> ^2.27.5 age adoption passing confidence
@playwright/test (source) 1.44.0 -> 1.44.1 age adoption passing confidence
@swc/plugin-remove-console ^2.0.3 -> ^2.0.4 age adoption passing confidence
@types/lodash (source) ^4.17.1 -> ^4.17.4 age adoption passing confidence
@types/react (source) ^18.3.2 -> ^18.3.3 age adoption passing confidence
caniuse-lite ^1.0.30001617 -> ^1.0.30001625 age adoption passing confidence
css-loader 7.1.1 -> 7.1.2 age adoption passing confidence
lightningcss ^1.25.0 -> ^1.25.1 age adoption passing confidence
nx (source) ^19.1.0 -> ^19.1.1 age adoption passing confidence
picocolors 1.0.0 -> 1.0.1 age adoption passing confidence
playwright (source) 1.44.0 -> 1.44.1 age adoption passing confidence
rsfamily-nav-icon ^1.0.2 -> ^1.0.3 age adoption passing confidence
sass ^1.77.1 -> ^1.77.3 age adoption passing confidence
svelte (source) ^4.2.16 -> ^4.2.17 age adoption passing confidence
webpack-chain 8.0.1 -> 8.0.2 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.24.6

Compare Source

🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
  • babel-parser, babel-plugin-transform-typescript
🏠 Internal
  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other
changesets/changesets (@​changesets/cli)

v2.27.5

Compare Source

Patch Changes

v2.27.4

Compare Source

Patch Changes

v2.27.3

Compare Source

Patch Changes
  • #​1357 18c966a Thanks @​Andarist! - Fixed an issue with changeset status executed without since argument. It should now correctly use the configured base branch as the default value.

v2.27.2

Compare Source

Patch Changes
microsoft/playwright (@​playwright/test)

v1.44.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/30779 - [REGRESSION]: When using video: 'on' with VSCode extension the browser got closed
https://github.com/microsoft/playwright/issues/30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't workhttps://github.com/microsoft/playwright/issues/307700 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't worhttps://github.com/microsoft/playwright/issues/3085858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report

Browser Versions

  • Chromium 125.0.6422.14
  • Mozilla Firefox 125.0.1
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 124
  • Microsoft Edge 124
browserslist/caniuse-lite (caniuse-lite)

v1.0.30001625

Compare Source

v1.0.30001624

Compare Source

v1.0.30001623

Compare Source

v1.0.30001622

Compare Source

v1.0.30001621

Compare Source

v1.0.30001620

Compare Source

v1.0.30001619

Compare Source

v1.0.30001618

Compare Source

webpack-contrib/css-loader (css-loader)

v7.1.2

Compare Source

parcel-bundler/lightningcss (lightningcss)

v1.25.1

Compare Source

Fixes a property ordering bug when using the all shorthand.

nrwl/nx (nx)

v19.1.1

Compare Source

19.1.1 (2024-05-29)
🚀 Features
  • core: clean up show project --json false (#​23486)
  • graph: add target group for scripts (#​26035)
  • nx-dev: Add canary index (#​25982)
  • nx-dev: improve the enteprise page (8881da766)
  • webpack: Support incremental builds via buildLibsFromSource (#​25060)
🩹 Fixes
  • bundling: rollup watch mode yields result from async iterable (#​26160)
  • bundling: use watch mode for rollup plugin (#​26139)
  • core: include dependencies when hashing nx executors (#​26024)
  • core: do not re-read from nx.json for dependsOn (#​26033)
  • core: add missing bun PM support (#​26084)
  • core: prevent max buffer issues with bunlock files (#​25985)
  • core: keep version for third party preset (#​23284)
  • core: limit the amount of choices shown so that the prompt fits … (#​26132)
  • core: fix preset empty (#​26142)
  • graph: show script in header (#​26034)
  • js: show lifecycle script contents in publish executor, scrub version in dry-run (#​23850)
  • js: fix swc version warning (#​24034)
  • nx-dev: Remove ToC from CI releases page (#​26040)
  • nx-dev: case study link should open in new tab (becafca1a)
  • react: full support custom secure host for module federation (#​25288)
  • release: improve error handling for npm publish (#​26159)
❤️ Thank You
alexeyraspopov/picocolors (picocolors)

v1.0.1

Compare Source

  • Updated color detection mechanism to work properly on Vercel Edge Runtime (#​64)
  • Remove use of recursion to avoid possible stack overflow for very long inputs (#​56)
sass/dart-sass (sass)

v1.77.3

Compare Source

Dart API
  • Deprecation.duplicateVariableFlags has been deprecated and replaced with
    Deprecation.duplicateVarFlags to make it consistent with the
    duplicate-var-flags name used on the command line and in the JS API.

v1.77.2

Compare Source

  • Don't emit deprecation warnings for functions and mixins beginning with __.

  • Allow user-defined functions whose names begin with _ and otherwise look
    like vendor-prefixed functions with special CSS syntax.

Command-Line Interface
  • Properly handle the --silence-deprecation flag.

  • Handle the --fatal-deprecation and --future-deprecation flags for
    --interactive mode.

sveltejs/svelte (svelte)

v4.2.17

Compare Source

Patch Changes
  • fix: correctly handle falsy values of style directives in SSR mode (#​11584)
sorrycc/webpack-chain (webpack-chain)

v8.0.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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. View repository job log here.

Copy link

netlify bot commented May 20, 2024

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 351a3e3
🔍 Latest deploy log https://app.netlify.com/sites/rsbuild/deploys/6657e27c2e3c1500086b0c10
😎 Deploy Preview https://deploy-preview-2386--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 80 (🔴 down 9 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-patch branch 29 times, most recently from dd1026c to 7c951bc Compare May 27, 2024 01:16
@renovate renovate bot force-pushed the renovate/all-patch branch 13 times, most recently from 0e89994 to 71d893e Compare May 30, 2024 01:39
@chenjiahan chenjiahan enabled auto-merge (squash) May 30, 2024 02:23
@chenjiahan chenjiahan merged commit 76b1a78 into main May 30, 2024
10 checks passed
@chenjiahan chenjiahan deleted the renovate/all-patch branch May 30, 2024 02:31
@chenjiahan chenjiahan mentioned this pull request Jun 1, 2024
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.

None yet

1 participant