svg-symbol-sprite-loader
svg-symbol-sprite-loader copied to clipboard
Chore: Update devDependencies 🆙
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@babel/core (source) | 7.22.9 -> 7.23.7 |
||||
@babel/preset-env (source) | 7.22.9 -> 7.23.7 |
||||
@babel/preset-react (source) | 7.22.5 -> 7.23.3 |
||||
@types/jest (source) | 29.5.3 -> 29.5.11 |
||||
eslint-config-eloquence | 22.1.0 -> 22.2.0 |
||||
html-webpack-plugin | 5.5.3 -> 5.6.0 |
||||
jest (source) | 29.6.2 -> 29.7.0 |
||||
memfs | 4.2.0 -> 4.6.0 |
||||
webpack | 5.88.2 -> 5.89.0 |
Release Notes
babel/babel (@​babel/core)
v7.23.7
:bug: Bug Fix
-
babel-traverse
-
#​16191 fix: Crash when removing without
Program
(@​liuxingbaoyu)
-
#​16191 fix: Crash when removing without
-
babel-helpers
,babel-plugin-proposal-decorators
-
#​16180 fix: Class decorator
ctx.kind
is wrong (@​liuxingbaoyu)
-
#​16180 fix: Class decorator
-
babel-plugin-proposal-decorators
- #​16170 Fix decorator initProto usage in derived classes (@​JLHwung)
-
babel-core
-
#​16167 Avoid unpreventable
unhandledRejection
events (@​nicolo-ribaudo)
-
#​16167 Avoid unpreventable
:house: Internal
-
babel-helper-create-class-features-plugin
- #​16186 chore: Update deps (@​liuxingbaoyu)
-
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #​16177 Merge decorators into class features (@​JLHwung)
v7.23.6
:eyeglasses: Spec Compliance
-
babel-generator
,babel-parser
,babel-types
-
#​16154 Remove
TSPropertySignature.initializer
(@​fisker)
-
#​16154 Remove
-
babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-types
-
#​16139 Apply
toPropertyKey
on decorator context name (@​JLHwung)
-
#​16139 Apply
:bug: Bug Fix
-
babel-generator
-
#​16166 fix: Correctly indenting when
retainLines
is enabled (@​liuxingbaoyu)
-
#​16166 fix: Correctly indenting when
-
babel-helpers
,babel-plugin-proposal-explicit-resource-management
-
#​16150
using
: Allow looking upSymbol.dispose
on a function (@​odinho)
-
#​16150
-
babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
-
#​16161 Ensure the
[[@​@​toPrimitive]]
call of a decorated class member key is invoked once (@​JLHwung) - #​16148 Support named evaluation for decorated anonymous class exp (@​JLHwung)
-
#​16161 Ensure the
-
babel-plugin-transform-for-of
,babel-preset-env
-
#​16011 fix:
for of
withiterableIsArray
and shadowing variable (@​liuxingbaoyu)
-
#​16011 fix:
-
babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #​16144 Set function name for decorated private non-field elements (@​JLHwung)
-
babel-plugin-transform-typescript
- #​16137 Fix references to enum values with merging (@​nicolo-ribaudo)
:microscope: Output optimization
-
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
- #​16159 Reuse computed key memoiser (@​JLHwung)
-
babel-helpers
,babel-plugin-proposal-decorators
- #​16160 Optimize decorator helper size (@​liuxingbaoyu)
v7.23.5
:eyeglasses: Spec Compliance
-
babel-plugin-proposal-decorators
- #​16138 Class binding is in TDZ during decorators initialization (@​nicolo-ribaudo)
-
babel-helpers
,babel-plugin-proposal-decorators
- #​16132 Allow addInitializer in field decorator context (@​JLHwung)
:rocket: New Feature
-
#​16023 Add
@babel/eslint-plugin/no-undef
for accessor props (@​nicolo-ribaudo)
:bug: Bug Fix
-
babel-traverse
,babel-types
- #​16131 Do not remove bindings when removing assignment expression path (@​nicolo-ribaudo)
-
babel-plugin-transform-classes
- #​16135 Require class properties transform when compiling class with private fields (@​nicolo-ribaudo)
-
babel-generator
- #​16122 fix: Missing parentheses after line break (@​liuxingbaoyu)
-
babel-helpers
- #​16130 Fix helpers internal fns names conflict resolution (@​nicolo-ribaudo)
-
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
,babel-plugin-transform-typescript
-
#​16123 Simplify class fields injetion after
super()
(@​nicolo-ribaudo)
-
#​16123 Simplify class fields injetion after
-
babel-generator
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-parameters
,babel-plugin-transform-typescript
,babel-traverse
- #​16110 fix: Unexpected duplication of comments (@​liuxingbaoyu)
:microscope: Output optimization
-
babel-helpers
-
#​16129 Optimize
decorator
helper size (@​liuxingbaoyu)
-
#​16129 Optimize
v7.23.3
:bug: Bug Fix
-
babel-plugin-transform-typescript
- #​16071 Strip type-only TS namespaces (@​colinaaa)
-
babel-generator
-
#​16078 Fix indentation when generating comments with
concise: true
(@​liuxingbaoyu)
-
#​16078 Fix indentation when generating comments with
-
babel-compat-data
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-preset-env
- #​14295 Add a bugfix plugin for https://crbug.com/v8/12421 (@​nicolo-ribaudo)
-
babel-plugin-transform-object-super
-
#​15948 fix:
super.x
in a loop (@​liuxingbaoyu)
-
#​15948 fix:
-
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
-
#​16015 fix: handle
__proto__
exports name in CJS/AMD/UMD (@​magic-akari)
-
#​16015 fix: handle
:memo: Documentation
- #​16044 docs: Update links in @​babel/eslint-parser README (@​aryehb)
:house: Internal
-
babel-core
,babel-preset-env
-
#​15988 Refactor handling of modules plugins in
preset-env
(@​nicolo-ribaudo)
-
#​15988 Refactor handling of modules plugins in
:running_woman: Performance
-
babel-generator
-
#​16061 perf: Improve
@babel/generator
performance (@​liuxingbaoyu)
-
#​16061 perf: Improve
-
babel-traverse
- #​16060 Avoid dynamic dispatch when calling wrapCheck (@​yepitschunked)
:microscope: Output optimization
-
babel-plugin-transform-computed-properties
- #​6652 Optimize computed properties output (byte-wise) (@​Andarist)
v7.23.2
:bug: Bug Fix
-
babel-traverse
- #​16033 Only evaluate own String/Number/Math methods (@​nicolo-ribaudo)
-
babel-preset-typescript
-
#​16022 Rewrite
.tsx
extension when usingrewriteImportExtensions
(@​jimmydief)
-
#​16022 Rewrite
-
babel-helpers
- #​16017 Fix: fallback to typeof when toString is applied to incompatible object (@​JLHwung)
-
babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #​16025 Avoid override mistake in namespace imports (@​nicolo-ribaudo)
v7.23.0
:rocket: New Feature
-
babel-plugin-proposal-import-wasm-source
,babel-plugin-syntax-import-source
,babel-plugin-transform-dynamic-import
-
#​15870 Support transforming
import source
for wasm (@​nicolo-ribaudo)
-
#​15870 Support transforming
-
babel-helper-module-transforms
,babel-helpers
,babel-plugin-proposal-import-defer
,babel-plugin-syntax-import-defer
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
-
#​15878 Implement
import defer
proposal transform support (@​nicolo-ribaudo)
-
#​15878 Implement
-
babel-generator
,babel-parser
,babel-types
-
#​15845 Implement
import defer
parsing support (@​nicolo-ribaudo) - #​15829 Add parsing support for the "source phase imports" proposal (@​nicolo-ribaudo)
-
#​15845 Implement
-
babel-generator
,babel-helper-module-transforms
,babel-parser
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-traverse
,babel-types
-
#​15682 Add
createImportExpressions
parser option (@​JLHwung)
-
#​15682 Add
-
babel-standalone
- #​15671 Pass through nonce to the transformed script element (@​JLHwung)
-
babel-helper-function-name
,babel-helper-member-expression-to-functions
,babel-helpers
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-optional-chaining-assign
,babel-plugin-syntax-optional-chaining-assign
,babel-plugin-transform-destructuring
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
,babel-types
- #​15751 Add support for optional chain in assignments (@​nicolo-ribaudo)
-
babel-helpers
,babel-plugin-proposal-decorators
- #​15895 Implement the "decorator metadata" proposal (@​nicolo-ribaudo)
-
babel-traverse
,babel-types
-
#​15893 Add
t.buildUndefinedNode
(@​liuxingbaoyu)
-
#​15893 Add
-
babel-preset-typescript
-
#​15913 Add
rewriteImportExtensions
option to TS preset (@​nicolo-ribaudo)
-
#​15913 Add
-
babel-parser
- #​15896 Allow TS tuples to have both labeled and unlabeled elements (@​yukukotani)
:bug: Bug Fix
-
babel-plugin-transform-block-scoping
-
#​15962 fix:
transform-block-scoping
captures the variables of the method in the loop (@​liuxingbaoyu)
-
#​15962 fix:
:nail_care: Polish
-
babel-traverse
-
#​15797 Expand evaluation of global built-ins in
@babel/traverse
(@​lorenzoferre)
-
#​15797 Expand evaluation of global built-ins in
-
babel-plugin-proposal-explicit-resource-management
-
#​15985 Improve source maps for blocks with
using
declarations (@​nicolo-ribaudo)
-
#​15985 Improve source maps for blocks with
:microscope: Output optimization
-
babel-core
,babel-helper-module-transforms
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-classes
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-parameters
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-inline-elements
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
-
#​15984 Inline
exports.XXX =
update in simple variable declarations (@​nicolo-ribaudo)
-
#​15984 Inline
v7.22.20
:house: Internal
-
babel-helper-validator-identifier
- #​15973 Remove special-casing of U+200C and U+200D (@​nicolo-ribaudo)
-
babel-plugin-transform-dotall-regex
- #​15974 Update Unicode test fixtures (@​JLHwung)
:leftwards_arrow_with_hook: Revert
-
babel-helper-remap-async-to-generator
,babel-helper-wrap-function
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-function-sent
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
,babel-plugin-transform-runtime
,babel-preset-env
- #​15979 Revert "Improve output when wrapping functions" (@​jjonescz)
v7.22.19
v7.22.19 (2023-09-14)
Re-published 7.22.18, due to a releasing error.
v7.22.18
:bug: Bug Fix
-
babel-helper-validator-identifier
- #​15957 Update identifier name definitions to Unicode 15.1 (@​JLHwung)
-
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #​15898 Fix transform of named import with shadowed namespace import (@​dhlolo)
:leftwards_arrow_with_hook: Revert
- #​15965 Revert Node.js 20.6.0 bug workaround (@​nicolo-ribaudo)
v7.22.17
:bug: Bug Fix
-
babel-core
- #​15947 Fix compatibility with Node.js 20.6 (@​nicolo-ribaudo)
-
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #​15941 Fix compiling duplicate ns imports to lazy CommonJS (@​nicolo-ribaudo)
-
babel-types
-
#​15920 Make
ClassDeclaration["id"]
optional in babel-types (@​jordanbtucker)
-
#​15920 Make
:microscope: Output optimization
-
babel-helper-remap-async-to-generator
,babel-helper-wrap-function
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-function-sent
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
,babel-plugin-transform-runtime
,babel-preset-env
-
#​15922 Improve output when wrapping functions (e.g.
async
functions) (@​liuxingbaoyu)
-
#​15922 Improve output when wrapping functions (e.g.
v7.22.15
:bug: Bug Fix
-
babel-core
- #​15923 Only perform config loading re-entrancy check for cjs (@​nicolo-ribaudo)
:house: Internal
-
babel-cli
,babel-core
,babel-generator
,babel-helper-builder-binary-assignment-operator-visitor
,babel-helper-compilation-targets
,babel-helper-create-class-features-plugin
,babel-helper-create-regexp-features-plugin
,babel-helper-member-expression-to-functions
,babel-helper-module-imports
,babel-helper-module-transforms
,babel-helper-transform-fixture-test-runner
,babel-helper-validator-identifier
,babel-helper-validator-option
,babel-helpers
,babel-node
,babel-parser
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-for-of
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-parameters
,babel-plugin-transform-property-mutators
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
,babel-preset-flow
,babel-preset-react
,babel-preset-typescript
,babel-register
,babel-standalone
,babel-template
,babel-traverse
,babel-types
-
#​15892 Add explicit
.ts
/.js
extension to all imports insrc
(@​nicolo-ribaudo)
-
#​15892 Add explicit
v7.22.11
:bug: Bug Fix
-
babel-plugin-transform-typescript
- #​15882 Fix: fully remove TS nested type-only exported namespaces (@​yangguansen)
-
babel-types
-
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
- #​15858 fix(standalone): strip archived syntax plugins (@​JLHwung)
-
babel-core
- #​15850 Support configuring cache in ESM configs (@​nicolo-ribaudo)
:house: Internal
-
babel-parser
-
#​10940 Do not record trailing comma pos when
maybeAsyncArrow: false
(@​JLHwung)
-
#​10940 Do not record trailing comma pos when
-
babel-core
,babel-helper-compilation-targets
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decorators
,babel-preset-env
,babel-preset-react
,babel-register
,babel-traverse
,babel-types
- #​15872 enable jest/no-standalone-expect (@​JLHwung)
-
babel-core
,babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #​15833 bump json5, terser and webpack, further minimize babel helpers (@​JLHwung)
- Other
- #​15846 Use Babel 8.0 alpha to build babel (@​JLHwung)
- #​15856 Exclude redundant files from publish process (@​JLHwung)
:microscope: Output optimization
-
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-optional-chaining
,babel-preset-env
-
#​15871 Simplify
?.
output when chain result is ignored (@​nicolo-ribaudo)
-
#​15871 Simplify
v7.22.10
:bug: Bug Fix
-
babel-plugin-transform-typescript
- #​15799 [ts] Strip type-only namespaces (@​nicolo-ribaudo)
- #​15798 [ts] Fix compiling extended exported nested namespace (@​nicolo-ribaudo)
-
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-new-target
,babel-plugin-transform-private-methods
,babel-preset-env
- #​15701 Memoize class binding when compiling private methods and static elements (@​JLHwung)
:nail_care: Polish
-
babel-cli
-
#​15824 Add
meta
object to@babel/eslint-plugin
(@​JLHwung)
-
#​15824 Add
-
babel-traverse
,babel-types
-
#​15661 Improve the type definition of
path.isX
(@​liuxingbaoyu)
-
#​15661 Improve the type definition of
-
babel-generator
,babel-types
- #​15776 improve SourceLocation typing (@​JLHwung)
:house: Internal
- Other
- #​15818 build: generate flow typings in prepublish job (@​JLHwung)
- #​15777 chore: bump dev dependencies and remove .eslintignore (@​JLHwung)
-
babel-cli
,babel-core
,babel-generator
,babel-helper-builder-react-jsx
,babel-preset-env
,babel-standalone
-
#​15794 Enable
@typescript-eslint/no-redundant-type-constituents
rule (@​JLHwung)
-
#​15794 Enable
-
babel-helper-compilation-targets
-
#​15811 Remove
@babel/core
peerDep fromhelper-compilation-targets
(@​nicolo-ribaudo)
-
#​15811 Remove
-
babel-parser
- #​15793 Use const enum in babel-parser (@​JLHwung)
-
babel-plugin-transform-runtime
,babel-traverse
,babel-types
-
#​15716 chore: Use
typescript-eslint@v6
with reworked configs (@​JoshuaKGoldberg)
-
#​15716 chore: Use
:microscope: Output optimization
-
babel-plugin-transform-block-scoping
,babel-plugin-transform-parameters
,babel-plugin-transform-regenerator
-
#​15746 Reduce
transform-block-scoping
loops output size (@​liuxingbaoyu)
-
#​15746 Reduce
crystal-ball/eslint-config-eloquence (eslint-config-eloquence)
v22.2.0
✨ Update
Chore
- Update actions/checkout action to v4 (#​385)(acb9a48), closes #​385
- Update devDependencies to v29 🆙 (#​368)(f87af2f), closes #​368
- Update devDependencies 🆙 (#​364)(fdbcf2d), closes #​364
- Update devDependencies 🆙 (#​366)(61ee4b6), closes #​366
- Update devDependencies 🆙 (#​367)(3b5822c), closes #​367
- Update devDependencies 🆙 (#​371)(7070f3d), closes #​371
- Update devDependencies 🆙 (#​372)(ed76cab), closes #​372
- Update devDependencies 🆙 (#​374)(6092104), closes #​374
- Update devDependencies 🆙 (#​375)(5978369), closes #​375
- Update devDependencies 🆙 (#​377)(fca44f0), closes #​377
- Update devDependencies 🆙 (#​378)(751b594), closes #​378
- Update devDependencies 🆙 (#​379)(55368d4), closes #​379
- Update package @​types/jest to v29.5.2 🆙 (#​381)(a6e54b5), closes #​381
- Update package typescript to v5 🆙 (#​380)(e7bc027), closes #​380
jantimon/html-webpack-plugin (html-webpack-plugin)
v5.6.0
Features
- add
@rspack/core
as an optional peer dependency (#​1829) (56ff3ae) - Added support
type=systemjs-module
via thescriptLoading
option (#​1822) (7effc30)
Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
- avoid have undefined
type
for script tags (#​1809) (9959484) - reemit assets from loaders (#​1811) (a214736)
- reemit favicon in serve/watch mode (#​1804) (57c5a4e)
5.5.3 (2023-06-10)
Bug Fixes
- don't add extra meta tag if it exists (#​1802) (8f92788)
- pass all Node.js globals to templates (#​1796) (f269fc0)
-
types: fix type for
chunkSortMode
(#​1798) (6ad0e55)
5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
v5.5.4
jestjs/jest (jest)
v29.7.0
Features
-
[create-jest]
Addnpm init
/yarn create
initialiser for Jest projects (#​14465) -
[jest-validate]
Allow deprecation warnings for unknown options (#​14499)
Fixes
-
[jest-resolver]
Replace unmatched capture groups inmoduleNameMapper
with empty string instead ofundefined
(#​14507) -
[jest-snapshot]
Allow for strings as well as template literals in inline snapshots (#​14465) -
[@jest/test-sequencer]
Calculate test runtime ifperStats.duration
is missing (#​14473)
Performance
-
[@jest/create-cache-key-function]
Cache access ofNODE_ENV
andBABEL_ENV
(#​14455)
Chore & Maintenance
-
[jest-cli]
Move internal config initialisation logic to thecreate-jest
package (#​14465)
v29.6.4
Fixes
-
[jest-core]
Fix typo inscheduleAndRun
performance marker (#​14434) -
[jest-environment-node]
Make sureatob
andbtoa
are writeable in Node 20 (#​14446) -
[jest-worker]
Additional error wrapper forparentPort.postMessage
to fix unhandledDataCloneError
. (#​14437)
v29.6.3
Fixes
-
[expect, @​jest/expect-utils]
ObjectContaining
supportsumbol
as key (#​14414) -
[expect]
Remove@types/node
from dependencies (#​14385) -
[jest-core]
Use workers in watch mode by default to avoid crashes (#​14059 & #​14085). -
[jest-reporters]
Updateistanbul-lib-instrument
dependency to v6. (#​14401) -
[jest-mock]
Revert #​13692 as it was a breaking change (#​14429) -
[jest-mock]
Revert #​13866 as it was a breaking change (#​14429) -
[jest-mock]
Revert #​13867 as it was a breaking change (#​14429) -
[@jest/reporters]
Marks Reporter's hooks as optional (#​14433) -
[jest-runtime]
Fix dynamic ESM import module bug when loaded module throughjest.isolateModulesAsync
(#​14397)
Chore & Maintenance
-
[jest-changed-files, jest-circus, jest-console, @​jest/core, @​jest/runtime, @​jest/transform]
Useinvariant
andnotEmpty
fromjest-util
rather than own internal (#​14366)
streamich/memfs (memfs)
v4.6.0
Features
- add
queueMicrotask
implementation (45d1784)
v4.5.0
Features
v4.4.0
Features
-
volume:
toJSON
now accepts theasBuffer
parameter (#​952) (91a3742) - volume: implement readv and writev (#​946) (966e17e)
v4.3.0
Features
4.2.3 (2023-09-15)
Bug Fixes
4.2.2 (2023-09-15)
Bug Fixes
4.2.1 (2023-08-07)
Bug Fixes
v4.2.3
Bug Fixes
v4.2.2
Bug Fixes
v4.2.1
Bug Fixes
webpack/webpack (webpack)
v5.89.0
New Features
- Make CommonJS import preserve chained expressions by @​bworline in https://github.com/webpack/webpack/pull/17718
Dependencies & Maintenance
- chore(deps-dev): bump @​types/node from 20.3.1 to 20.4.8 by @​dependabot in https://github.com/webpack/webpack/pull/17568
- docs: add example for stats detailed output by @​ersachin3112 in https://github.com/webpack/webpack/pull/17420
- docs: add example for stats normal output by @​ersachin3112 in https://github.com/webpack/webpack/pull/17426
- chore(deps-dev): bump core-js from 3.31.0 to 3.32.0 by @​dependabot in https://github.com/webpack/webpack/pull/17539
- chore(deps-dev): bump pretty-format from 29.5.0 to 29.6.2 by @​dependabot in https://github.com/webpack/webpack/pull/17536
- chore(deps-dev): bump @​types/node from 20.4.8 to 20.4.9 by @​dependabot in https://github.com/webpack/webpack/pull/17583
- chore(deps-dev): bump less from 4.1.3 to 4.2.0 by @​dependabot in https://github.com/webpack/webpack/pull/17580
- chore(deps): bump semver from 5.7.1 to 5.7.2 by @​dependabot in https://github.com/webpack/webpack/pull/17483
- chore(deps-dev): bump simple-git from 3.19.0 to 3.19.1 by @​dependabot in https://github.com/webpack/webpack/pull/17427
- chore(deps-dev): bump @​types/node from 20.4.9 to 20.6.0 by @​dependabot in https://github.com/webpack/webpack/pull/17666
Full Changelog: https://github.com/webpack/webpack/compare/v5.88.2...v5.89.0
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» 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 has been generated by Mend Renovate. View repository job log here.