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 #3532

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 1.9.1 -> 1.9.2 age adoption passing confidence
@modern-js/module-tools (source) ^2.60.0 -> ^2.60.1 age adoption passing confidence
@​module-federation/rspack 0.6.4 -> 0.6.6 age adoption passing confidence
@rsbuild/core (source) ^1.0.4 -> ^1.0.5 age adoption passing confidence
@types/react (source) ^18.3.5 -> ^18.3.8 age adoption passing confidence
caniuse-lite ^1.0.30001660 -> ^1.0.30001662 age adoption passing confidence
rsbuild-plugin-google-analytics 1.0.2 -> 1.0.3 age adoption passing confidence
sass ^1.79.2 -> ^1.79.3 age adoption passing confidence
sass-embedded ^1.79.2 -> ^1.79.3 age adoption passing confidence
sass-loader ^16.0.1 -> ^16.0.2 age adoption passing confidence
stylus-loader 8.1.0 -> 8.1.1 age adoption passing confidence
svelte (source) 5.0.0-next.246 -> 5.0.0-next.257 age adoption passing confidence
tailwindcss (source) ^3.4.11 -> ^3.4.12 age adoption passing confidence
vue (source) ^3.5.5 -> ^3.5.8 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v1.9.2

Compare Source

CLI
New features
Bug fixes
  • Fix #​3917, where the fixed files were incorrectly computed. Contributed by @​ematipico
  • Fixed an issue that caused GritQL contains queries to report false positives when the matched
    node appeared inside a sibling node. Contributed by @​arendjr
Editors
Bug fixes
  • Fix #​3923. Now the .editorconfig is correctly parsed by the LSP, and the options are correctly applied to files when formatting is triggered.
    Plus, the Biome LSP now watches for any change to the .editorconfig, and updates the formatting settings.

  • Reduced the number of log files generated by the LSP server. Now the maximum number of logs saved on disk is seven. Contributed by @​ematipico

  • Fix the code actions capabilities available in the LSP Biome server. Before, the LSP was using the default capabilities, which resulted in pulling code actions even when they were disabled by the editor.

    This means that the code actions are pulled by the client only when the editor enables quickfix.biome, source.organizeImports.biome and source.fixAll.biome.

    Now, if you enable organizeImports.enabled: true in the biome.json, and then you configure your editor with the following code action source.organizeImports.biome: false, the editor won't sort the imports.

    Contributed by @​ematipico

Linter
New features
Bug fixes
Parser
Bug fixes
  • useStrictMode now reports Script files with some directives, but without the use strict directive. Contributed by @​Conaclos

  • The CSS parser now accepts the characters U+FFDCF and U+FFFD in identifiers. Contributed by @​Conaclos

web-infra-dev/modern.js (@​modern-js/module-tools)

v2.60.1

Compare Source

Patch Changes
web-infra-dev/rsbuild (@​rsbuild/core)

v1.0.5

Compare Source

What's Changed

New Features 🎉
Document 📖
Other Changes

Full Changelog: v1.0.4...v1.0.5

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001662

Compare Source

rspack-contrib/rsbuild-plugin-google-analytics (rsbuild-plugin-google-analytics)

v1.0.3

Compare Source

What's Changed

Full Changelog: rspack-contrib/rsbuild-plugin-google-analytics@v1.0.2...v1.0.3

sass/dart-sass (sass)

v1.79.3

Compare Source

  • Update the $channel parameter in the suggested replacement for
    color.red(), color.green(), color.blue(), color.hue(),
    color.saturation(), color.lightness(), color.whiteness(), and
    color.blackness() to use a quoted string.
sass/embedded-host-node (sass-embedded)

v1.79.3

Compare Source

  • Update the $channel parameter in the suggested replacement for
    color.red(), color.green(), color.blue(), color.hue(),
    color.saturation(), color.lightness(), color.whiteness(), and
    color.blackness() to use a quoted string.
webpack-contrib/sass-loader (sass-loader)

v16.0.2

Compare Source

webpack-contrib/stylus-loader (stylus-loader)

v8.1.1

Compare Source

sveltejs/svelte (svelte)

v5.0.0-next.257

Compare Source

Patch Changes
  • fix: only set attribute as property if element has setter (#​13341)

v5.0.0-next.256

Compare Source

Patch Changes
  • fix: only warn on context="module" in runes mode (#​13332)

  • feat: deprecate <svelte:self> in runes mode (#​13333)

  • fix: set strings as attributes, non-strings as properties if property exists (#​13327)

v5.0.0-next.255

Compare Source

Patch Changes
  • fix: keep bound inputs in sync in runes mode (#​13328)

  • fix: silence snapshot warnings inside $inspect (#​13334)

v5.0.0-next.254

Compare Source

Patch Changes
  • feat: account for zoom when calculating animation transforms (#​13317)

v5.0.0-next.253

Compare Source

Patch Changes
  • fix: delete transformers shadowed by unreassigned state (#​13316)

  • fix: don't make wheel events passive by default (#​13322)

v5.0.0-next.252

Compare Source

Patch Changes
  • fix: handle $Props interface during migration (#​13305)

  • fix: attach effects-inside-deriveds to the parent of the derived (#​13309)

  • fix: simplify and robustify appending styles (#​13303)

v5.0.0-next.251

Compare Source

Patch Changes
  • fix: improve performance of scheduling effects (#​13300)

v5.0.0-next.250

Compare Source

Patch Changes
  • fix: correctly migrate sequence expressions (#​13291)

  • fix: avoid disconnecting deriveds that are still active (#​13292)

  • feat: Add accessibility warnings for buttons and anchors without explicit labels and content (#​13130)

v5.0.0-next.249

Compare Source

Patch Changes
  • fix: ensure snapshot logs don't affect dependency graph (#​13286)

  • fix: allow custom element styles to be updated in HMR mode (#​13225)

  • fix: inject styles correctly when mounting inside an iframe (#​13225)

v5.0.0-next.248

Compare Source

Patch Changes
  • feat: provide guidance in browser console when logging $state objects (#​13142)

  • fix: ensure correct parent effect is associated with render effects (#​13274)

  • feat: unwrap function expressions where possible, and optimise bindings (#​13269)

v5.0.0-next.247

Compare Source

Patch Changes
  • fix: wait until template strings are complete before sanitizing (#​13262)

  • fix: avoid flushing sync with $inspect (#​13239)

  • fix: separate template_effect for dynamic class/style directive with dynamic attributes (#​13171)

  • fix: treat pure call expressions as potentially reactive if they reference local bindings (#​13264)

  • fix: follow spec for customElement option (#​13247)

  • fix: tighten up `# svelte prefix validation (#​13261)

tailwindlabs/tailwindcss (tailwindcss)

v3.4.12

Compare Source

vuejs/core (vue)

v3.5.8

Compare Source

Bug Fixes
  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#​11995) (0267a58)

v3.5.7

Compare Source

Bug Fixes
Performance Improvements

v3.5.6

Compare Source

Bug Fixes

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 was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Sep 23, 2024

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 880779f
🔍 Latest deploy log https://app.netlify.com/sites/rsbuild/deploys/66f0ca6359217b0008b0196a
😎 Deploy Preview https://deploy-preview-3532--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: 74 (🟢 up 1 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

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

@chenjiahan chenjiahan merged commit 71b5327 into main Sep 23, 2024
10 checks passed
@chenjiahan chenjiahan deleted the renovate/all-patch branch September 23, 2024 02:26
@9aoy 9aoy mentioned this pull request Sep 24, 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.

1 participant