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

Merged
merged 2 commits into from
Mar 13, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ast-grep/napi (source) ^0.36.0 -> ^0.36.1 age adoption passing confidence
@rsbuild/core (source) ~1.2.16 -> ~1.2.18 age adoption passing confidence
rslib (source) 0.5.3 -> 0.5.4 age adoption passing confidence
rspress (source) ^2.0.0-alpha.1 -> ^2.0.0-alpha.2 age adoption passing confidence
zx (source) ^8.4.0 -> ^8.4.1 age adoption passing confidence

Release Notes

ast-grep/ast-grep (@​ast-grep/napi)

v0.36.1

Compare Source

  • fix: fix globs not working with lang #1861
  • perf: use smallvec for filter_file_{pattern, rule} #1858
  • fix(deps): update dependency @​swc/core to v1.11.8 a0d9e10
  • perf: save pattern clone and doc clone in multi-lang-doc 1113384
  • perf: remove duplicate pattern match 6eba6d9
web-infra-dev/rsbuild (@​rsbuild/core)

v1.2.18

Compare Source

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

Full Changelog: web-infra-dev/rsbuild@v1.2.17...v1.2.18

v1.2.17

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.2.16...v1.2.17

web-infra-dev/rslib (rslib)

v0.5.4

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: v0.5.3...v0.5.4

web-infra-dev/rspress (rspress)

v2.0.0-alpha.2

Compare Source

What's Changed

Breaking Changes 🚨 and highlights ⭐️
Upgrade shiki V3 and use shiki transformers

related PR: https://github.com/web-infra-dev/rspress/pull/1672

  import { defineConfig } from 'rspress/config';
  import { pluginShiki, createTransformerDiff } from '@​rspress/plugin-shiki';
+ import {
+   transformerNotationDiff,
+   transformerNotationErrorLevel,
+   transformerNotationFocus,
+   transformerNotationHighlight,
+ } from '@​shikijs/transformers';

  export default defineConfig({
    plugins: [
      pluginShiki({
        transformers: [
          // add as needed
-        createTransformerDiff(),
-        // createTransformerLineNumber(),
-        // createTransformerErrorLevel(),
-        // createTransformerHighlight(),
-        // createTransformerFocus(),
+        createTransformerLineNumber(),
+        // transformerNotationDiff(),
+        // transformerNotationErrorLevel(),
+        // transformerNotationHighlight(),
+        // transformerNotationFocus(),
       ],
     }),
   ],
 });
Support algolia search by "@​rspress/plugin-algolia"

related PR: https://github.com/web-infra-dev/rspress/pull/1909

Installation
npm add @​rspress/plugin-algolia -D
Usage

First, add the following configuration to your config file:

// rspress.config.ts
import path from 'path';
import { defineConfig } from 'rspress';
import { pluginAlgolia } from '@​rspress/plugin-algolia';
	
export default defineConfig({
  plugins: [pluginAlgolia()],
});
// theme/index.tsx
import { Search as PluginAlgoliaSearch } from '@​rspress/plugin-algolia/runtime';
	
const Search = () => {
  return (
    <PluginAlgoliaSearch
      docSearchProps={{
        appId: 'R2IYF7ETH7', // Replace with your own Algolia appId
        apiKey: '599cec31baffa4868cae4e79f180729b', // Replace with your own Algolia apiKey
        indexName: 'docsearch', // Replace with your own Algolia indexName
      }}
    />
  );
};
export { Search };
export * from 'rspress/theme';
New Features 🎉
Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-alpha.1...v2.0.0-alpha.2

google/zx (zx)

v8.4.1: – Rusty Elbow

Compare Source

Logger enhancements are arriving in this release. #​1119 #​1122 #​1123 #​1125

  • You can customize the output by defining your own formatters for each log entry kind.
$.log.formatters = {
  cmd: (entry: LogEntry) => `CMD: ${entry.cmd}`,
  fetch: (entry: LogEntry) => `FETCH: ${entry.url}`
  //...
}
  • Cmd highlighter now should properly detect bins and arguments. If still not, please report it in #​1122
  • Switched to TS 5.8 #​1120
  • Applied zizmor to check GHA workflows #​1126
  • Prettier is now enabled as a pre-commit hook #​1118

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.

Sorry, something went wrong.

Copy link

netlify bot commented Mar 11, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit 31a7432
🔍 Latest deploy log https://app.netlify.com/sites/rslib/deploys/67d252065ba9eb0008f1786a
😎 Deploy Preview https://deploy-preview-834--rslib.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@renovate renovate bot force-pushed the renovate/all-patch branch from da90160 to 0e0cff9 Compare March 11, 2025 05:46
@Timeless0911
Copy link
Contributor

Should ready to merge when @rspack/core released this week.

@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from e0f92bf to 159bdc8 Compare March 12, 2025 16:19
Timeless0911
Timeless0911 previously approved these changes Mar 13, 2025
Copy link
Contributor Author

renovate bot commented Mar 13, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate bot and others added 2 commits March 13, 2025 11:36

Verified

This commit was signed with the committer’s verified signature.
qwerzl Tom Tang
@Timeless0911 Timeless0911 enabled auto-merge (squash) March 13, 2025 03:37
@Timeless0911 Timeless0911 merged commit da0c8ce into main Mar 13, 2025
14 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-patch branch March 13, 2025 03:43
@Timeless0911 Timeless0911 mentioned this pull request Mar 20, 2025
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