chore(deps): update all patch dependencies
This PR contains the following updates:
Release Notes
babel/babel (@babel/core)
v7.25.8
:bug: Bug Fix
-
babel-core-
#16888 Restore public API of
resolvePlugin/resolvePreset(@nicolo-ribaudo)
-
#16888 Restore public API of
:house: Internal
-
babel-parser,babel-plugin-proposal-async-do-expressions,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-proposal-explicit-resource-management,babel-plugin-proposal-export-default-from,babel-plugin-proposal-function-bind,babel-plugin-proposal-function-sent,babel-plugin-proposal-import-defer,babel-plugin-proposal-partial-application,babel-plugin-proposal-throw-expressions,babel-plugin-transform-async-generator-functions,babel-plugin-transform-class-static-block,babel-plugin-transform-dynamic-import,babel-plugin-transform-export-namespace-from,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-property-in-object,babel-preset-env- #16824 Inline one-line syntax plugins (@nicolo-ribaudo)
v7.25.7
:bug: Bug Fix
-
babel-helper-validator-identifier -
babel-traverse- #16814 fix: issue with node path keys updated on unrelated paths (@DylanPiercey)
-
babel-plugin-transform-classes-
#16797 Use an inclusion rather than exclusion list for
super()check (@nicolo-ribaudo)
-
#16797 Use an inclusion rather than exclusion list for
-
babel-generator-
#16788 Fix printing of TS
inferin compact mode (@nicolo-ribaudo) - #16785 Print TS type annotations for destructuring in assignment pattern (@nicolo-ribaudo)
-
#16778 Respect
[no LineTerminator here]after nodes (@nicolo-ribaudo)
-
#16788 Fix printing of TS
:nail_care: Polish
-
babel-types- #16852 Add deprecated JSDOC for fields (@liuxingbaoyu)
:house: Internal
-
babel-core-
#16820 Allow sync loading of ESM when
--experimental-require-module(@nicolo-ribaudo)
-
#16820 Allow sync loading of ESM when
-
babel-helper-compilation-targets,babel-helper-plugin-utils,babel-preset-env -
babel-plugin-proposal-destructuring-private,babel-plugin-syntax-decimal,babel-plugin-syntax-import-reflection,babel-standalone- #16809 Archive syntax-import-reflection and syntax-decimal (@nicolo-ribaudo)
-
babel-generator-
#16779 Simplify logic for
[no LineTerminator here]before nodes (@nicolo-ribaudo)
-
#16779 Simplify logic for
:running_woman: Performance
-
babel-plugin-transform-typescript- #16875 perf: Avoid extra cloning of namespaces (@liuxingbaoyu)
-
babel-types- #16842 perf: Improve @babel/types builders (@liuxingbaoyu)
-
#16828 Only access
BABEL_TYPES_8_BREAKINGat startup (@nicolo-ribaudo)
module-federation/core (@module-federation/enhanced)
v0.6.10
What's Changed
New Features 🎉
- feat(nextjs-mf): remove module-federation/utilities by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3038
Bug Fixes 🐞
- fix(bridge-react): add default basename for WraperRouterProvider by @chenyuan-new in https://github.com/module-federation/core/pull/3020
- fix(runtime): remove crossorigin attr from link tag which not preload… by @2heal1 in https://github.com/module-federation/core/pull/3057
- fix(data-prefetch): apply DataPrefetchPlugin on demand by @2heal1 in https://github.com/module-federation/core/pull/3061
Document 📖
- docs: add registerPlugins docs by @2heal1 in https://github.com/module-federation/core/pull/3060
Other Changes
- Release v0.6.9 by @zhoushaw in https://github.com/module-federation/core/pull/3040
- chore: package updates by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3048
- Pgk minors by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3049
- chore: update rollup by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3051
- chore: update modernjs packages by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3055
- chore: update modernjs deps by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3056
- chore(deps-dev): bump @storybook/nextjs from 8.3.4 to 8.3.5 by @dependabot in https://github.com/module-federation/core/pull/3046
New Contributors
- @chenyuan-new made their first contribution in https://github.com/module-federation/core/pull/3020
Full Changelog: https://github.com/module-federation/core/compare/v0.6.9...v0.6.10
v0.6.9
What's Changed
Bug Fixes 🐞
- fix(enhanced): skip ensure file when virtualEntry by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3037
Other Changes
- Release v0.6.8 by @zhoushaw in https://github.com/module-federation/core/pull/3032
- chore(deps): bump next from 14.2.10 to 14.2.14 by @dependabot in https://github.com/module-federation/core/pull/3031
- chore(deps-dev): bump @types/react-dom from 18.2.25 to 18.3.0 by @dependabot in https://github.com/module-federation/core/pull/3025
- chore(deps-dev): bump babel-loader from 9.1.3 to 9.2.1 by @dependabot in https://github.com/module-federation/core/pull/3021
- chore(deps): bump express from 4.20.0 to 4.21.0 by @dependabot in https://github.com/module-federation/core/pull/3022
- chore(runtime): fix typos in tests by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3033
- chore: patch update various packages by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3034
- chore(deps-dev): bump @semantic-release/github from 10.3.5 to 11.0.0 by @dependabot in https://github.com/module-federation/core/pull/3024
- chore: fix webpack options types by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3039
Full Changelog: https://github.com/module-federation/core/compare/v0.6.8...v0.6.9
v0.6.8
What's Changed
New Features 🎉
- feat: support node esmodule and mf-manifest esmodule (#2934) by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3013
Bug Fixes 🐞
- fix(runtime): catch init remote error in errorLoadRemote hook by @2heal1 in https://github.com/module-federation/core/pull/3019
- fix(runtime): hooks loadEntry default behavior by @zhangHongEn in https://github.com/module-federation/core/pull/3030
Other Changes
- Release v0.6.7 by @zhoushaw in https://github.com/module-federation/core/pull/3014
- chore: update NX libraries to v19 by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2764
- chore(deps): bump next from 14.1.2 to 14.2.10 by @dependabot in https://github.com/module-federation/core/pull/2962
Full Changelog: https://github.com/module-federation/core/compare/v0.6.7...v0.6.8
v0.6.7
What's Changed
New Features 🎉
- feat(enhanced): fully hoisted runtime by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2932
Bug Fixes 🐞
- fix: modernjs ssr demo is broken, should use main branch by @zllkjc in https://github.com/module-federation/core/pull/2975
- fix(enhanced): container addInclude wrap in make hook by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3002
- fix(dts-plugin): support exposes files with multiple dots in names by @artieeez in https://github.com/module-federation/core/pull/2958
- fix: Adds missing import of loadRemote by @yashug in https://github.com/module-federation/core/pull/3000
- fix(nextjs-mf): use addInclude to ensure defaults are consumed somewhere by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3004
- fix(dts-plugin): ignore .vue ext by @2heal1 in https://github.com/module-federation/core/pull/3008
Document 📖
- docs: add eager consumption error to error-catalog.mdx by @YanPes in https://github.com/module-federation/core/pull/2991
Other Changes
- Release v0.6.6 by @zhoushaw in https://github.com/module-federation/core/pull/2971
- chore(deps-dev): bump vite from 5.2.11 to 5.2.14 by @dependabot in https://github.com/module-federation/core/pull/2959
- chore(deps): bump express from 4.19.2 to 4.20.0 by @dependabot in https://github.com/module-federation/core/pull/2941
- chore: fix hanging test pattern by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2981
- chore: format all files by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2982
- chore: remove unused vars from enhanced by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2994
- chore(data-prefetch): use rollup to bundle data-prefetch by @2heal1 in https://github.com/module-federation/core/pull/2983
- chore(deps-dev): bump @types/chrome from 0.0.268 to 0.0.272 by @dependabot in https://github.com/module-federation/core/pull/2997
- chore(deps): bump rollup from 2.79.1 to 2.79.2 by @dependabot in https://github.com/module-federation/core/pull/3010
New Contributors
- @zllkjc made their first contribution in https://github.com/module-federation/core/pull/2975
- @artieeez made their first contribution in https://github.com/module-federation/core/pull/2958
- @yashug made their first contribution in https://github.com/module-federation/core/pull/3000
Full Changelog: https://github.com/module-federation/core/compare/v0.6.6...v0.6.7
v0.6.6
What's Changed
Bug Fixes 🐞
- fix(dts-plugin): zipName should add prefix if remoteEntry has it by @2heal1 in https://github.com/module-federation/core/pull/2952
Other Changes
- chore: add data prefetch into fixed by @nyqykk in https://github.com/module-federation/core/pull/2967
- chore: adjust prefetch version by @2heal1 in https://github.com/module-federation/core/pull/2970
Full Changelog: https://github.com/module-federation/core/compare/v0.6.5...v0.6.6
v0.6.5
What's Changed
New Features 🎉
- feat: support interface data prefetch by @nyqykk in https://github.com/module-federation/core/pull/2543
Other Changes
- Release v0.6.3 by @zhoushaw in https://github.com/module-federation/core/pull/2948
Full Changelog: https://github.com/module-federation/core/compare/v0.6.3...v0.6.5
napi-rs/node-rs (@node-rs/crc32)
v1.10.4
What's Changed
- feat(*): upgrade to NAPI-RS 3.0 alpha by @Brooooooklyn in https://github.com/napi-rs/node-rs/pull/897
Full Changelog: https://github.com/napi-rs/node-rs/compare/@node-rs/argon2@1.8.3...@node-rs/jieba@1.10.4
web-infra-dev/rsbuild (@rsbuild/core)
v1.0.13
What's Changed
New Features 🎉
- feat(deps): bump Rspack v1.0.10 by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3685
Performance 🚀
- perf: initialize PostCSS plugin to avoid multiple initialization by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3682
Bug Fixes 🐞
- fix(core): ensure that keep the original URL by @Cheese-Yu in https://github.com/web-infra-dev/rsbuild/pull/3674
Other Changes
- chore(deps): update all patch dependencies by @renovate in https://github.com/web-infra-dev/rsbuild/pull/3678
- chore(deps): update rspress to v1.33.0 by @renovate in https://github.com/web-infra-dev/rsbuild/pull/3684
New Contributors
- @Cheese-Yu made their first contribution in https://github.com/web-infra-dev/rsbuild/pull/3674
Full Changelog: https://github.com/web-infra-dev/rsbuild/compare/1.0.12...v1.0.13
v1.0.12
What's Changed
New Features 🎉
- feat: validate Rspack plugins configuration by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3667
- feat: beautify file size logs for multiple environments by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3668
- feat: update building logs by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3672
- feat(deps): bump rspack 1.0.9 by @9aoy in https://github.com/web-infra-dev/rsbuild/pull/3676
Performance 🚀
- perf: merge file size logs by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3673
Bug Fixes 🐞
- fix(comment): hmr broken docs link by @GRAMMAC1 in https://github.com/web-infra-dev/rsbuild/pull/3663
- fix: occasional preview assets failure by @9aoy in https://github.com/web-infra-dev/rsbuild/pull/3665
Document 📖
- docs(cli-shortcuts): remove duplicate lines by @VenDream in https://github.com/web-infra-dev/rsbuild/pull/3666
Other Changes
- test(e2e): add cases for web workers by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3664
- test(e2e): add test case for CSS layers by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3669
- release: 1.0.12 by @9aoy in https://github.com/web-infra-dev/rsbuild/pull/3677
Full Changelog: https://github.com/web-infra-dev/rsbuild/compare/v1.0.11...1.0.12
v1.0.11
What's Changed
N
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.