fix(deps): update all non-major dependencies #90
+1,026
−1,282
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.13.0
->^7.27.1
0.6.4
->0.8.1
^3.2.0
->^3.3.0
3.2.0
->3.3.0
^3.2.0
->^3.3.0
^0.13.3
->^0.14.2
^0.7.3
->^0.7.7
^1.2.8
->^1.4.4
^1.2.8
->^1.4.4
5.66.9
->5.81.5
^18.3.18
->^18.3.23
^19.0.8
->^19.1.8
^19.0.3
->^19.1.6
^1.0.0
->^1.9.6
^0.49.0
->^0.50.1
4.3.0
->4.3.2
10.4.1
->10.12.4
^19.0.0
->^19.1.0
^19.0.0
->^19.1.0
^2.4.0
->^2.5.4
~5.7.3
->~5.8.3
^5.7.3
->^5.8.3
^5.0.5
->^5.0.6
Release Notes
babel/babel (@babel/preset-typescript)
v7.27.1
Compare Source
👓 Spec Compliance
babel-parser
using of
as lexical declaration within for (@JLHwung)babel-parser
,babel-types
🐛 Bug Fix
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-traverse
babel-helper-wrap-function
,babel-plugin-transform-async-to-generator
babel-helper-remap-async-to-generator
,babel-plugin-transform-async-to-generator
babel-helper-fixtures
,babel-parser
babel-generator
,babel-parser
babel-parser
babel-compat-data
,babel-preset-env
babel-traverse
babel-generator
💅 Polish
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-decorators
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-class-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-parameters
,babel-traverse
🏠 Internal
babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
regenerator-runtime
dep in@babel/runtime
(@nicolo-ribaudo)babel-compat-data
,babel-preset-env
babel-compat-data
,babel-standalone
babel-register
@babel/register
to cts (@liuxingbaoyu)babel-cli
,babel-compat-data
,babel-core
,babel-generator
,babel-helper-compilation-targets
,babel-helper-fixtures
,babel-helper-module-imports
,babel-helper-module-transforms
,babel-helper-plugin-test-runner
,babel-helper-transform-fixture-test-runner
,babel-helpers
,babel-node
,babel-parser
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-react-display-name
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-plugin-transform-typeof-symbol
,babel-plugin-transform-typescript
,babel-preset-env
,babel-register
,babel-standalone
,babel-types
babel-plugin-transform-regenerator
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
babel-helpers
,babel-plugin-transform-regenerator
babel-helpers
🔬 Output optimization
babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs3
interopRequireWildcard
size (@liuxingbaoyu)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
regeneratorRuntime
size (@liuxingbaoyu)v7.27.0
Compare Source
👓 Spec Compliance
babel-generator
,babel-parser
importAttributesKeyword
towith
(@JLHwung)🚀 New Feature
babel-helper-create-class-features-plugin
,babel-traverse
,babel-types
traverseFast
to exit early (@liuxingbaoyu)babel-parser
,babel-types
ImportAttributes
toStandardized
and move its parser test fixtures (@JLHwung)babel-generator
babel-parser
,babel-template
allowYieldOutsideFunction
to parser (@liuxingbaoyu)babel-plugin-transform-typescript
,babel-traverse
upToScope
parameter tohasBinding
(@liuxingbaoyu)babel-parser
babel-types
🐛 Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
babel-traverse
scope.crawl()
(@liuxingbaoyu)babel-helpers
,babel-preset-typescript
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
rewriteRelativeImportExtensions
(@JLHwung)babel-cli
@babel/cli
generates duplicate inline source maps (@liuxingbaoyu)babel-plugin-transform-named-capturing-groups-regex
,babel-types
🏃♀️ Performance
babel-types
@babel/types
(@liuxingbaoyu)babel-helper-create-regexp-features-plugin
lynx-family/lynx-stack (@lynx-js/template-webpack-plugin)
v0.8.1
Compare Source
Patch Changes
feat:
::placeholder
will be compiled topart(input)::placeholder
, which means you can use pseudo-element CSS to add placeholder styles to input and textarea. (#1158)Enable fine-grained control for
output.inlineScripts
(#883)v0.8.0
Compare Source
Minor Changes
EncodeCSSOptions
andencodeCSS
to ensure consistent encoding options are used across CSS HMR updates and the main template. (#1033)Patch Changes
Avoid generating lazy bundles when there are no chunk name. (#1090)
E.g.: using
import.meta.webpackContext
.v0.7.2
Compare Source
Patch Changes
ccb4254
]:v0.7.1
Compare Source
Patch Changes
feat: Merge the absent configurations for
.web.bundle
. (#884)Before this change, the configuration of pageConfig in
.web.bundle
wascompilerOptions
. After this commit, pageConfig will be a combination ofcompilerOptions
andsourceContent.config
.v0.7.0
Compare Source
Minor Changes
Rename
lepus
tomainThreadAssets
inbeforeEmit
hook. (#901)Remove the unused
encodeBinary
option ofLynxEncodePlugin
. (#880)Patch Changes
Support
output.inlineScripts
, which controls whether to inline scripts into Lynx bundle (.lynx.bundle
). (#874)Only background thread scripts can remain non-inlined, whereas the main thread script is always inlined.
example:
refactor: code clean (#897)
rename many internal apis to make logic be clear:
multi-thread: startMainWorker -> prepareMainThreadAPIs -> startMainThread -> createMainThreadContext(new MainThreadRuntime)
all-on-ui: prepareMainThreadAPIs -> startMainThread -> createMainThreadContext(new MainThreadRuntime)
Add
WebEncodePlugin
. (#904)This is previously known as
WebWebpackPlugin
from@lynx-js/web-webpack-plugin
.Fix a bug that the
lepus
arg ofbeforeEmit
hook does not contains theroot
main chunk of the main thread. (#898)v0.6.11
Compare Source
Patch Changes
Be compatible with rspack-manifest-plugin. (#812)
Now only the
[name].lynx.bundle
and[name].web.bundle
would exist inmanifest.json
.See lynx-family/lynx-stack#763 for details.
Avoid CSS encode crash on Web platform. (#814)
v0.6.10
Compare Source
Patch Changes
Fix CSS import order when
enableCSSSelector
is false. (#609)When the
enableCSSSelector
option is set to false, style rule priority is inversely related to@import
order(Lynx CSS engine has the incorrect behavior). Reversing the import order to maintain correct priority is required. For example:will convert to:
v0.6.9
Compare Source
Patch Changes
background.[contenthash].js
in.lynx.bundle
files. (#498)v0.6.8
Compare Source
Patch Changes
:active
) not working in HMR. (#435)v0.6.7
Compare Source
Patch Changes
v0.6.6
Compare Source
Patch Changes
v0.6.5
Compare Source
Patch Changes
lynx-family/lynx-stack (@lynx-js/web-core)
v0.14.2
Compare Source
Patch Changes
feat: merge multiple markTiming RPC communication events together and send them together, which can effectively reduce the number of RPC communications. (#1178)
chore: extract shared logic from web-core and web-core-server's loadTemplate into a unified generateTemplate function (#1211)
Updated dependencies [
e44b146
,5a9b38b
,6ca5b91
]:v0.14.1
Compare Source
Patch Changes
feat: support BTS API
lynx.reportError
&&__SetSourceMapRelease
, now you can use it and handle it in lynx-view error event. (#1059)fix: under the all-on-ui strategy, reload() will add two page elements. (#1147)
Updated dependencies [
a64333e
,7751375
,b52a924
]:v0.14.0
Compare Source
Minor Changes
refactor: the default thread-strategy will be all on ui (#1105)
This is a breaking change!!!
Patch Changes
feat: add
_SetSourceMapRelease(errInfo)
MTS API. (#1118)You can get
errInfo.release
throughe.detail.release
in the error event callback of lynx-view.The
_SetSourceMapRelease
function is not complete yet, because it is currently limited by the Web platform and some functions and some props such aserr.stack
do not need to be supported for the time being.feat: add
_I18nResourceTranslation
api in mts &&init-i18n-resources
attr,i18nResourceMissed
event of lynx-view. (#1065)init-i18n-resource
is the complete set of i18nResources that need to be maintained on the container side. Note: You need to pass this value when lynx-view is initialized.You can use
_I18nResourceTranslation
in MTS to get the corresponding i18nResource frominit-i18n-resources
. If it is undefined, thei18nResourceMissed
event will be dispatched.fix: lynx-view
updateGlobalProps
method will also update globalProps, soreload()
will use the latest updated globalProps. (#1119)feat: supports
lynx.getI18nResource()
andonI18nResourceReady
event in bts. (#1088)lynx.getI18nResource()
can be used to get i18nResource in bts, it has two data sources:_I18nResourceTranslation()
updateI18nResources(data: InitI18nResources, options: I18nResourceTranslationOptions)
, it will be matched to the correct i8nResource as a result oflynx.getI18nResource()
onI18nResourceReady
event can be used to listen_I18nResourceTranslation
and lynx-viewupdateI18nResources
execution.refactor: make the opcode be a plain array (#1051)
#1042
feat: The error event return value detail of lynx-view adds
sourceMap
value, the type is as follows: (#1058)This is because web-core adds wrapper at runtime, which causes the stack offset to be different. Now you can calculate the real offset based on it.
feat: add
updateI18nResources
method of lynx-view. (#1085)Now you can use
updateI18nResources
to update i18nResources, and then use _I18nResourceTranslation() to get the updated result.fix: --lynx-color will be removed, and if color contains
gradient
it will be processed as transparent. (#1069)Updated dependencies [
42ed2e3
,25a04c9
,0dbb8b1
,f99de1e
,873a285
,afacb2c
,1861cbe
]:v0.13.5
Compare Source
Patch Changes
refactor: move some internal status to dom's attribute (#945)
It's essential for SSR
refactor: avoid to create many style element for cssog (#1026)
refactor: move component config info to attribute (#984)
fix: ensure render starts after dom connected (#1020)
refactor: save dataset on an attribute (#981)
On lynx, the
data-*
attributes have different behaviors than the HTMLElement has.The dataset will be treated as properties, the key will not be applied the camel-case <-> hyphenate name transformation.
Before this commit we use it as a runtime data, but after this commit we will use encodeURI(JSON.stringify(dataset)) to encode it as a string.
refactor: implement mts apis in closure pattern (#1004)
Updated dependencies [
70b82d2
,5651e24
,9499ea9
,50f0193
,57bf0ef
,5651e24
,0525fbf
,b6b87fd
,c014327
]:v0.13.4
Compare Source
Patch Changes
feat: lynx-view supports
updateGlobalProps
method, which can be used to update lynx.__globalProps (#918)feat: supports
lynx.getElementById()
&&animate()
. (#912)After this commit, you can use
lynx.getElementById()
to get the element by id, and useelement.animate()
to animate the element.Updated dependencies [
96d3133
,75e5b2f
,569618d
,f9f88d6
]:lynx-family/lynx-stack (@lynx-js/web-elements)
v0.7.7
Compare Source
Patch Changes
fix: the param
index
of list scrollToPosition function should beposition
. (#1135)fix: in lynx-view all-on-ui mode, the input event of input and textarea is triggered twice, and the first e.detail is a string, which does not conform to the expected data format. (#1179)
Updated dependencies []:
v0.7.6
Compare Source
Patch Changes
fix: incorrect syntax for x-canvas part (#1067)
feat: x-input && x-textarea add attribute input-filter, which can filter input value. (#1037)
fix: incorrect top style of x-foldview-slot-ng if the toolbar is wrapped in lynx-wrapper (#1101)
perf: add loading="lazy" for image element (#1056)
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/img#loading
fix: --lynx-color will be removed, and if color contains
gradient
it will be processed as transparent. (#1069)Updated dependencies [
62d1078
]:v0.7.5
Compare Source
Patch Changes
feat: x-input && x-textarea add new method:
getValue
, which returns the value of the input element, selectionStart and selectEnd when success. (#982)feat: x-input and x-textarea bindinput event return structures add
selectionStart
,selectionEnd
, andtextLength
,textLength
are marked as @deprecated (#996)feat: x-input and x-textarea support bindselection event, the returned type structure is
{ selectionStart: number; selectionEnd: number }
. (#990)Updated dependencies []:
v0.7.4
Compare Source
Patch Changes
fix: x-foldview-ng
overflow-y: scroll
add !important to avoid being covered. (#932)Updated dependencies []:
web-infra-dev/rspack (@rspack/cli)
v1.4.4
Compare Source
What's Changed
Performance Improvements ⚡
Bug Fixes 🐞
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.4.3...v1.4.4
v1.4.3
Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
parking_lot
nightly to avoid panic in tests by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/10892module
property of WebpackError to be null by @SyMind in https://github.com/web-infra-dev/rspack/pull/10905Refactor 🔨
Other Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.