Skip to content

chore(deps): update all patch dependencies#4136

Merged
chenjiahan merged 1 commit intomainfrom
renovate/all-patch
Dec 6, 2024
Merged

chore(deps): update all patch dependencies#4136
chenjiahan merged 1 commit intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@module-federation/rsbuild-plugin (source) 0.8.0 -> 0.8.1 age adoption passing confidence
@rsbuild/core (source) ^1.1.7 -> ^1.1.8 age adoption passing confidence
@rslib/core (source) 0.1.2 -> 0.1.3 age adoption passing confidence
@rspress/plugin-rss (source) 1.37.3 -> 1.37.4 age adoption passing confidence
@swc/plugin-prefresh ^5.0.0 -> ^5.0.2 age adoption passing confidence
@swc/plugin-remove-console 5.0.0 -> 5.0.2 age adoption passing confidence
@types/react (source) ^18.3.12 -> ^18.3.14 age adoption passing confidence
@types/react-dom (source) ^18.3.1 -> ^18.3.2 age adoption passing confidence
dotenv 16.4.6 -> 16.4.7 age adoption passing confidence
prettier (source) ^3.4.1 -> ^3.4.2 age adoption passing confidence
react (source) ^19.0.0-rc-fb9a90fa48-20240614 -> ^19.0.0 age adoption passing confidence
react-dom (source) ^19.0.0-rc-fb9a90fa48-20240614 -> ^19.0.0 age adoption passing confidence
sass-loader ^16.0.3 -> ^16.0.4 age adoption passing confidence
svelte-check ^4.1.0 -> ^4.1.1 age adoption passing confidence
tailwindcss (source) ^3.4.15 -> ^3.4.16 age adoption passing confidence

Release Notes

module-federation/core (@​module-federation/rsbuild-plugin)

v0.8.1

Compare Source

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

v1.1.8

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: v1.1.7...v1.1.8

web-infra-dev/rslib (@​rslib/core)

v0.1.3

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.1.2...v0.1.3

web-infra-dev/rspress (@​rspress/plugin-rss)

v1.37.4

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v1.37.3...v1.37.4

motdotla/dotenv (dotenv)

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848
prettier/prettier (prettier)

v3.4.2

Compare Source

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#​16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#​16891 by @​fisker)
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
Fix non-idempotent formatting (#​16899 by @​seiyab)

This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.

// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;
facebook/react (react)

v19.0.0

Compare Source

facebook/react (react-dom)

v19.0.0

Compare Source

webpack-contrib/sass-loader (sass-loader)

v16.0.4

Compare Source

sveltejs/language-tools (svelte-check)

v4.1.1

Compare Source

  • fix: support each without as (#​2615)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

Changed


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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.

@netlify
Copy link
Copy Markdown

netlify bot commented Dec 5, 2024

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 96556bb
🔍 Latest deploy log https://app.netlify.com/sites/rsbuild/deploys/6752589289900c00083e9fb6
😎 Deploy Preview https://deploy-preview-4136--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: 100 (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.

@renovate renovate bot force-pushed the renovate/all-patch branch from f6455bb to 96556bb Compare December 6, 2024 01:51
@chenjiahan chenjiahan enabled auto-merge (squash) December 6, 2024 01:52
@chenjiahan chenjiahan merged commit ca78d4f into main Dec 6, 2024
@chenjiahan chenjiahan deleted the renovate/all-patch branch December 6, 2024 01:59
@chenjiahan chenjiahan mentioned this pull request Dec 7, 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