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

feat(create-rspress): update dependency rspress to ^1.20.1 #1077

Merged
merged 1 commit into from
May 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rspress (source) ^1.0.0 -> ^1.20.1 age adoption passing confidence

Release Notes

web-infra-dev/rspress (rspress)

v1.20.1

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: v1.20.0...v1.20.1

v1.20.0

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: v1.19.2...v1.20.0

v1.19.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: v1.19.1...v1.19.2

v1.19.1

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: v1.19.0...v1.19.1

v1.19.0

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: v1.18.4...v1.19.0

v1.18.4

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: v1.18.3...v1.18.4

v1.18.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: v1.18.2...v1.18.3

v1.18.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: v1.18.0...v1.18.1

v1.18.0

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: v1.17.1...v1.18.0

v1.17.1

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: v1.17.0...v1.17.1

v1.17.0

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: v1.16.2...v1.17.0

v1.16.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: v1.16.1...v1.16.2

v1.16.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: v1.16.0...v1.16.1

v1.16.0

Compare Source

What's Changed

Performance Improvements ⚡
  • perf: remove node-bundle-require dependency
New Features 🎉
  • feat(deps): update rsbuild to v0.5.1
  • feat(theme-default): preserve query string on locale change
  • feat: optimize mobile ui
  • feat(theme): export all internal components
  • feat: improve bg opacity of container blocks
  • feat(theme): support link keep current params and navigate
Bug Fixes 🐞
  • fix(cli): fix relevant typo
  • fix: svg not displayed in iOS device
  • fix: support match double label api comp
  • fix: support source-build in mdx files
  • fix: improve filter func when generate overview
  • fix(theme): replace angle brackets in inline markdown
  • fix: avoid panic when relative path in markdown links point outside the root path
  • fix: custom theme color not work
  • fix: add user builderPlugin to iframe builder
  • fix(PluginDriver): nav and sidebar add ?
Other Changes
  • chore: remove #theme in source code
  • chore: optimize code style in aside component
  • Fix the capitalization issue of X in socialLinks presetIcons
  • chore: bump Rsbuild and update distPath config
  • chore: remove duplicated sidebar files
  • chore: remove parent sidebar group highlight background
  • chore: remove @​modern-js/types dependency
  • chore: optimize the nav experience in pad device
  • chore: update mdx to 2.3.0

New Contributors

Full Changelog: v1.15.1...v1.16.0

v1.15.1

Compare Source

What's Changed

Bug Fixes 🐞
  • fix: add scroll padding top
  • fix: only scroll panel when item is unvisible
  • fix: sidebar text not update when navigate to other nav item (#​770)

v1.15.0

Compare Source

What's Changed

New Features 🎉
  • feat: support showing line numbers in shiki plugin
  • feat: support custom overview and sub overview
  • feat: set mask color of image preview to be black #​000 in dark mode (#​730)
Bug Fixes 🐞
  • fix sidebar begining top items was unchanged after page switch
  • fix: i18n json change won't trigger rebuild
  • fix: plugin-shiki space style
  • fix: update nav when resize
  • fix: pre transform svg to component
  • fix: support format pre code when children is array
  • fix(theme-deafult): use new Lark icon
  • fix(theme-default): scroll search panel when current item is unvisible
Other Changes
  • chore: enable more lint rules

v1.14.0

Compare Source

What's Changed

Performance Improvements ⚡
New Features 🎉
  • feat: support Badge component
  • feat: add support for custom iframe buildConfig
  • feat(deps): bump Rsbuild v0.4.11
  • feat: support custom pageMeta in js mdx loader
  • feat: support section header
  • feat: support inline markdown in sidebar
Bug Fixes 🐞
  • fix: useFullTextSearch hook not work
  • fix: adjust rspress doc max width
  • fix: remove virtual module plugin and use pageMeta in mdx loader
  • fix: modernjs plugin alias problem in iframe
  • fix: doc fragment hmr invalid
  • fix: add theme to preview plugin dep and import theme css
  • fix: keep code element src prop if it is not a relative path
  • fix: implement svg icon wrapper
  • fix: frontmatter.title priority is higher than h1 title
Other Changes
  • chore: remove useless overflow-hidden style
  • chore: optimize dark mode style
  • correct style issue with lark svg icon

v1.13.2

Compare Source

What's Changed

Bug Fixes 🐞
  • fix(theme-default): make outline have a well width again
  • fix(core): replace all import info in mdx

v1.13.1

Compare Source

What's Changed

Performance Improvements ⚡
  • perf: pre build svg in theme package
New Features 🎉
  • feat: extract all CSS into a single file
Bug Fixes 🐞
  • fix(style): overview links margin not work
  • fix: add semicon judgement in flattenMdxContent
  • fix(theme-default): adjust sidebar menu z-index
  • fix(theme-default): doc container with full width.
Other Changes
  • chore: replace omitted svg import statement

v1.13.0

What's Changed

New Features 🎉
  • feat(internal-components): New Steps Component!
  • feat: add support for custom theme assets
Bug Fixes 🐞
  • fix: support external link in nav
  • fix(core): remove global to avoid ambiguity in non-greedy match in flat mdx
  • fix: memoize the callback in useI18n hook
  • fix: respect search flag on mobile devices
  • fix: nested mdx imports build failed
  • fix(core): use alias to support custom theme, instead of detect
  • fix: avoid error in auto nav sidebar plugin
  • fix: location is not defined in ssg
  • fix: update theme when change storage
  • fix: add explicit height to social link icons, which is needed on Safari

更新内容

新特性 🎉
  • patch(docs): Add documentation for Steps Component!

v1.12.1

Compare Source

What's Changed

Bug Fixes 🐞
  • fix(theme-default): Fix collapsed space between last updated text and time

v1.12.0

Compare Source

What's Changed

New Features 🎉
  • feat(theme): add afterDocFooter slot for custom theme #​646
  • feat(theme): add scroll to top button through enableScrollToTop config #​622
  • feat(theme): pass through HTMLAnchorElement props to Link component. #​641
  • feat(theme): add DocLayout export #​635
  • feat(theme): set min time of initing search index as 1s #​647
  • feat(theme): new social platform for social links——X #​618
  • feat(core): trigger auto page reload after page meta changed #​640
Bug Fixes 🐞
  • fix(doc-components): change code children to string #​642
  • fix(theme-default): fix incorrect css variable name #​606
  • fix(plugin-preview): support rspress restart #​615
  • fix(theme-default): private import not work in production #​637
  • fix: use logical OR instead of nullish coalescing when label is empty #​605
  • fix: update sidebar after h1 change #​640
  • fix: doc fragments' headers disappeared in development #​640
  • fix(tab-list):overflown tabs not showing on mobile fixed #​616
Other Changes
  • chore(theme-default): adjust copyCodeBtn icon size & updated wordWrapBtn animations for equality between both buttons #​613
  • refactor(theme-default): ui switch query #​634

v1.11.2

Compare Source

What's Changed

Performance Improvements ⚡
  • perf: use stream to serve search index file.
New Features 🎉
  • feat: support defaultRenderMode to keep same as preview
  • feat: expose radius css variable
  • feat: support custom search placeholder text
Bug Fixes 🐞
  • fix pure meta in code block which not effective
  • fix: playground cannot work with name import alias
  • fix: fix demo id and avoid 404 in production
  • fix: global theme vars not work
Other Changes
  • chore(deps): bump rsbuild 0.4.0
  • Support external demo to specific isMobile prop

v1.11.1

Compare Source

What's Changed

Bug Fixes 🐞
  • fix: sidebar walk excludes node_modules

v1.11.0

Compare Source

What's Changed

Performance Improvements ⚡
  • perf(cli): config.root conditional judgment
New Features 🎉
  • feat: allow table scrolling to avoid breaking work
  • feat: support toc component in mobile device
Bug Fixes 🐞
  • fix: ensure afterBuild executed after dev compile done
Other Changes
  • style: optimize code copy animation

v1.10.1

Compare Source

What's Changed

Bug Fixes 🐞
  • fix: publicDir repeat mkdir conflict

v1.10.0

Compare Source

What's Changed

New Features 🎉
  • feat(cli): add update command
  • feat: reuse logger from Rsbuild
  • feat html head meta generator
  • feat: serve publicDir via Rsbuild
Bug Fixes 🐞
  • fix: custom tsx file error
  • fix: table word break style
  • fix: -c unknown option in rspress cli
  • fix avoid pushing to history when clicking on the current link
  • fix(modern-plugin): support custom root
  • fix clear query text when search box opens again
Other Changes
  • refactor: use rsbuild.preview for preview
  • chore(deps): bump rsbuild to 0.3.1
  • types: export PluginShikiOptions type

v1.9.3

Compare Source

What's Changed

New Features 🎉
  • feat: add class name for nav menu item and search button
Bug Fixes 🐞
  • fix(api-docgen): add opitional chaining operator when read apiDocMap
  • fix(runtime): ignore case in isEqualPath
  • fix(plugin-preview): remove virtual demo and get it from pageData in Device

v1.9.2

Compare Source

What's Changed

New Features 🎉
  • feat: support custom render type in onSearch hook
Bug Fixes 🐞
  • fix: sidebar disappeared in cleanUrl mode
  • fix: normalize text case for number

v1.9.1

Compare Source

What's Changed

New Features 🎉
  • feat: add after nav menu slot
Bug Fixes 🐞
  • fix: search index file not found when i18n is not set
  • fix: failed to submit search when rendering with react@16

v1.9.0

Compare Source

What's Changed

Performance Improvements ⚡
  • perf(deps): remove unused ora and autoprefixer
New Features 🎉
  • feat: support custom search source
  • feat: optimize default sidebar title strategy
  • feat: add translate-plugins
Bug Fixes 🐞
  • fix(modern-plugin): deprecate some config and optimize sidebar and locale
  • fix: class selector in code block

v1.8.4

Compare Source

What's Changed

New Features 🎉
  • feat: close nav screen when route changed
  • feat: add useSearchParams hook in rspress/runtime
Bug Fixes 🐞
  • fix(core): parseToc support strong text
  • fix(modern-plugin): add useModuleSidebar to plugin option
  • fix(plugin-playground): add defaultRenderMode to remark plugin
  • fix(plugin-playground): remove preview plugin when use playground
Other Changes
  • chore(@​rspress/shared): remove globby
  • chore(core): move tailwindcss from dependencies to devDependencies
  • chore(plugin-api-docgen): disable mdxRs by default

v1.8.3

Compare Source

What's Changed

Performance Improvements ⚡
  • perf: optimize dependencies size
New Features 🎉
  • feat: support SourceCode component
  • feat(deps): bump Rsbuild from v0.1.9 to v0.2.0
  • feat(create_rspress): support cancel operation
  • feat(core): support custom meta in tsx file
  • feat: improve error logs if missing locales config
  • feat(theme-default): should open new tab/window on clicking with modifier keys
Docs update 📄
  • docs: update the documention of SourceCode component.
  • docs: update the document for LastUpdated and PrevNextPage component
Other Changes
  • style(Nav): fix styling issues for specific sizes

v1.8.2

Compare Source

What's Changed

Bug Fixes 🐞
  • fix(plugin-preview): add defaultRenderMode to remark plugin

v1.8.1

Compare Source

What's Changed

Performance Improvements ⚡
  • perf(deps): remove unused jsdom dependency
New Features 🎉
  • feat: use config.title as html title.
  • feat: support LastUpdated and PrevNextPage
  • feat: support url query to disable global ui components
Bug Fixes 🐞
  • fix: inline image data url start with slash prefix.
  • fix: remove unuse css that is not recognized by browsers.
  • fix(modern-plugin): support auto sidebar when is bilingual
  • fix: disable minify in ssr build
  • fix(modern-plugin): remove the limit to enable darkmode
  • fix(plugin-preview): remove codesandbox because codesandbox-import-utils license is GPL
  • fix(core): stringify global compoennts path
Other Changes
  • chore(deps): bump Rsbuild from v0.1.0 to v0.1.9

v1.8.0

Compare Source

What's Changed

New Features 🎉
  • feat: add sidebar slots
Bug Fixes 🐞
  • fix: license for share package
  • fix(core): support custom id when disable mdxRs and escape heading id in processor
  • fix: devServer use searchIndexMiddleware first.
  • fix: disable dark mode script when darkMode is false in config

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 13, 2024

Deploy Preview for aquamarine-blini-95325f ready!

Name Link
🔨 Latest commit f143ef9
🔍 Latest deploy log https://app.netlify.com/sites/aquamarine-blini-95325f/deploys/66416c5e187acd000868ca06
😎 Deploy Preview https://deploy-preview-1077--aquamarine-blini-95325f.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: 83 (🟢 up 2 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.

@chenjiahan chenjiahan changed the title chore(deps): update dependency rspress to ^1.20.1 feat(create-rspress): update dependency rspress to ^1.20.1 May 13, 2024
@chenjiahan chenjiahan merged commit 7ca36e5 into main May 13, 2024
10 checks passed
@chenjiahan chenjiahan deleted the renovate/rspress-1.x branch May 13, 2024 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant