mp-react-components
mp-react-components copied to clipboard
Bump the npm_and_yarn group with 30 updates
Bumps the npm_and_yarn group with 31 updates:
Package | From | To |
---|---|---|
axios | 0.21.4 |
0.28.0 |
katex | 0.15.3 |
0.16.11 |
rehype-katex | 5.0.0 |
7.0.1 |
remark-math | 4.0.0 |
6.0.0 |
qs | 6.10.3 |
6.10.4 |
rollup | 2.70.2 |
3.29.5 |
webpack | 5.72.1 |
5.94.0 |
@babel/traverse | 7.18.0 |
7.25.6 |
json5 | 1.0.1 |
1.0.2 |
loader-utils | 2.0.0 |
2.0.4 |
loader-utils | 1.4.0 |
2.0.4 |
body-parser | 1.20.0 |
1.20.3 |
express | 4.18.1 |
4.21.0 |
browserify-sign | 4.2.1 |
4.2.3 |
d3-color | 1.4.1 |
3.1.0 |
d3 | 5.16.0 |
7.9.0 |
decode-uri-component | 0.2.0 |
0.2.2 |
ejs | 3.1.8 |
3.1.10 |
elliptic | 6.5.4 |
6.5.7 |
path-to-regexp | 0.1.7 |
0.1.10 |
follow-redirects | 1.14.8 |
1.15.9 |
json-schema | 0.2.3 |
0.4.0 |
jsprim | 1.4.1 |
1.4.2 |
parse-path | 4.0.3 |
5.0.0 |
@storybook/storybook-deployer | 2.8.11 |
2.8.16 |
parse-url | 6.0.0 |
7.0.2 |
send | 0.18.0 |
0.19.0 |
serve-static | 1.15.0 |
1.16.2 |
ua-parser-js | 0.7.31 |
0.7.39 |
nconf | 0.10.0 |
0.12.1 |
yaml-lint | 1.2.4 |
1.7.0 |
Updates axios
from 0.21.4 to 0.28.0
Release notes
Sourced from axios's releases.
Release v0.28.0
Release notes:
Bug Fixes
- fix(security): fixed CVE-2023-45857 by backporting
withXSRFToken
option to v0.x (#6091)Backports from v1.x:
- Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
- Fixing content-type header repeated #4745
- Fixed timeout error message for HTTP 4738
- Added
axios.formToJSON
method (#4735)- URL params serializer (#4734)
- Fixed toFormData Blob issue on node>v17 #4728
- Adding types for progress event callbacks #4675
- Fixed max body length defaults #4731
- Added data URL support for node.js (#4725)
- Added isCancel type assert (#4293)
- Added the ability for the
url-encoded-form
serializer to respect theformSerializer
config (#4721)- Add
string[]
toAxiosRequestHeaders
type (#4322)- Allow type definition for axios instance methods (#4224)
- Fixed
AxiosError
stack capturing; (#4718)- Fixed
AxiosError
status code type; (#4717)- Adding Canceler parameters config and request (#4711)
- fix(types): allow to specify partial default headers for instance creation (#4185)
- Added
blob
to the list of protocols supported by the browser (#4678)- Fixing Z_BUF_ERROR when no content (#4701)
- Fixed race condition on immediate requests cancellation (#4261)
- Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
- Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
- Fix TS definition for AxiosRequestTransformer (#4201)
- Use type alias instead of interface for AxiosPromise (#4505)
- Include request and config when creating a CanceledError instance (#4659)
- Added generic TS types for the exposed toFormData helper (#4668)
- Optimized the code that checks cancellation (#4587)
- Replaced webpack with rollup (#4596)
- Added stack trace to AxiosError (#4624)
- Updated AxiosError.config to be optional in the type definition (#4665)
- Removed incorrect argument for NetworkError constructor (#4656)
v0.27.2
Fixes and Functionality:
- Fixed FormData posting in browser environment by reverting #3785 (#4640)
- Enhanced protocol parsing implementation (#4639)
- Fixed bundle size
v0.27.1
Fixes and Functionality:
... (truncated)
Changelog
Sourced from axios's changelog.
0.28.0 (2024-02-12)
Release notes:
Bug Fixes
- fix(security): fixed CVE-2023-45857 by backporting
withXSRFToken
option to v0.x (#6091)Backports from v1.x:
- Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
- Fixing content-type header repeated #4745
- Fixed timeout error message for HTTP 4738
- Added
axios.formToJSON
method (#4735)- URL params serializer (#4734)
- Fixed toFormData Blob issue on node>v17 #4728
- Adding types for progress event callbacks #4675
- Fixed max body length defaults #4731
- Added data URL support for node.js (#4725)
- Added isCancel type assert (#4293)
- Added the ability for the
url-encoded-form
serializer to respect theformSerializer
config (#4721)- Add
string[]
toAxiosRequestHeaders
type (#4322)- Allow type definition for axios instance methods (#4224)
- Fixed
AxiosError
stack capturing; (#4718)- Fixed
AxiosError
status code type; (#4717)- Adding Canceler parameters config and request (#4711)
- fix(types): allow to specify partial default headers for instance creation (#4185)
- Added
blob
to the list of protocols supported by the browser (#4678)- Fixing Z_BUF_ERROR when no content (#4701)
- Fixed race condition on immediate requests cancellation (#4261)
- Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
- Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
- Fix TS definition for AxiosRequestTransformer (#4201)
- Use type alias instead of interface for AxiosPromise (#4505)
- Include request and config when creating a CanceledError instance (#4659)
- Added generic TS types for the exposed toFormData helper (#4668)
- Optimized the code that checks cancellation (#4587)
- Replaced webpack with rollup (#4596)
- Added stack trace to AxiosError (#4624)
- Updated AxiosError.config to be optional in the type definition (#4665)
- Removed incorrect argument for NetworkError constructor (#4656)
0.27.2 (April 27, 2022)
Fixes and Functionality:
- Fixed FormData posting in browser environment by reverting #3785 (#4640)
- Enhanced protocol parsing implementation (#4639)
- Fixed bundle size
0.27.1 (April 26, 2022)
... (truncated)
Commits
3b7635a
[Release] v0.28.0 (#6211)27c0076
feat(backport): added ability for paramsSerializer to handle function; (#6227)80c3d74
chore(ci): backported publish action; (#6224)2755df5
fix(security): fixed CVE-2023-45857 by backportingwithXSRFToken
option to ...880b42e
docs: Fix a typo in READMEc4bf0a4
Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)1e2679f
fix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...80b546c
fix: loosing request header (#4858) (#4871)6acb5ef
feat: brower platform add data protocol. (#4814)bbb2264
fix(typing): axios response headers can be undefined (#4813)- Additional commits viewable in compare view
Updates katex
from 0.15.3 to 0.16.11
Release notes
Sourced from katex's releases.
v0.16.11
0.16.11 (2024-07-02)
Features
v0.16.10
0.16.10 (2024-03-24)
Bug Fixes
- \edef bypassing maxExpand via exponential blowup (e88b4c3)
- escape \includegraphics src and alt (c5897fc)
- force protocol to be lowercase for better protocol filtering (fc5af64), closes /datatracker.ietf.org/doc/html/rfc3986#section-3
- maxExpand limit with Unicode sub/superscripts (085e21b)
v0.16.9
0.16.9 (2023-10-02)
Features
v0.16.8
0.16.8 (2023-06-24)
Features
v0.16.7
0.16.7 (2023-04-28)
Bug Fixes
v0.16.6
0.16.6 (2023-04-17)
Bug Fixes
... (truncated)
Changelog
Sourced from katex's changelog.
0.16.11 (2024-07-02)
Features
0.16.10 (2024-03-24)
Bug Fixes
- \edef bypassing maxExpand via exponential blowup (e88b4c3)
- escape \includegraphics src and alt (c5897fc)
- force protocol to be lowercase for better protocol filtering (fc5af64), closes /datatracker.ietf.org/doc/html/rfc3986#section-3
- maxExpand limit with Unicode sub/superscripts (085e21b)
0.16.9 (2023-10-02)
Features
0.16.8 (2023-06-24)
Features
0.16.7 (2023-04-28)
Bug Fixes
0.16.6 (2023-04-17)
Bug Fixes
0.16.5 (2023-04-17)
Features
... (truncated)
Commits
fbbea35
chore(release): 0.16.11 [ci skip]9f34da4
feat: add \emph (#3963)50c00be
docs: Adds Doctave to list of users (#3964)ec46dee
chore: migrate from less to scss (#3961)2224bf6
docs: Update remarkable-katex, fixing brace handling (#3958)db4898d
chore: use tagged literals in tests (#3954)bedce93
libs: add JekTex to list of libraries (#3937)4d48331
docs(users): add Techambition to the users list (#3888)82b3cc6
Update siteConfig.js to add SnapXam project (#3916)578cea2
chore: upgrade actions/checkout action (#3947)- Additional commits viewable in compare view
Updates rehype-katex
from 5.0.0 to 7.0.1
Release notes
Sourced from rehype-katex's releases.
[email protected]
Fix
- 3efc101 Fix crash on katex error
Full Changelog: https://github.com/remarkjs/remark-math/compare/[email protected]@7.0.1
[email protected]
(see
6.0.0
)[email protected]
- e28098a Fix to catch non-parse katex errors
- f7a35ea Replace dependency to improve browser bundle size
Full Changelog: https://github.com/remarkjs/remark-math/compare/[email protected]@6.0.3
[email protected]
- fa4ada1 Update
katex
- b2066bb Add improved docs
[email protected]
- b65a156 Fix support for comments
[email protected]
- 1f04763 Use ESM
// From CommonJS var rehypeKatex = require('rehype-katex')
// To ESM
import rehypeKatex from 'rehype-katex'
Learn more about ESM in this guide- edf4ca2 6899b07 Add JSDoc based types
- 2948e91 Update
katex
- b7ecce0 Update dependencies
Commits
88a9497
rehype-katex: 7.0.13efc101
rehype-katex: fix crash on katex error6dbaf1e
Update Actionsde17d3f
Refactor to use@import
s0c0a49d
Add declaration mapsb209ce9
rehype-mathjax: updatejsdom
6f7f2e1
Update dev-dependenciese99b9d0
Fix docs8ea3c08
rehype-mathjax: 6.0.0073f131
rehype-mathjax: change to require Node 18- Additional commits viewable in compare view
Updates remark-math
from 4.0.0 to 6.0.0
Commits
d5d0660
6.0.0dd3075a
Refactor docsf173346
Change to replace wrapping elements4223ed9
Change to useexports
23914b6
Refactor to move code tolib/
e8039d7
Change to require Node.js 16232f0d7
RemovethrowOnError
option, improve message2cc0743
Refactor code-style3658edd
Updatejsdom
3aab0e1
Deprecateremark-html-katex
- Additional commits viewable in compare view
Updates qs
from 6.10.3 to 6.10.4
Changelog
Sourced from qs's changelog.
6.10.4
- [Fix]
stringify
: witharrayFormat: comma
, include an explicit[]
on a single-item array (#441)- [meta] use
npmignore
to autogenerate an npmignore file- [Dev Deps] update
eslint
,@ljharb/eslint-config
,aud
,has-symbol
,object-inspect
,tape
Commits
ba9703c
v6.10.44e44019
[Fix]stringify
: witharrayFormat: comma
, include an explicit[]
on a s...113b990
[Dev Deps] updateobject-inspect
c77f38f
[Dev Deps] updateeslint
,@ljharb/eslint-config
,aud
,has-symbol
,tape
2cf45b2
[meta] usenpmignore
to autogenerate an npmignore file542a5c7
Merge changelogs from v6.10.3, v6.9.7, v6.8.3, v6.7.3, v6.6.1, v6.5.3, v6.4.1...90d9f2b
v6.2.4ff235b4
v6.3.3486aa46
v6.4.1298bfa5
v6.5.3- Additional commits viewable in compare view
Updates rollup
from 2.70.2 to 3.29.5
Release notes
Sourced from rollup's releases.
v3.29.4
3.29.4
2023-09-28
Bug Fixes
- Fix static analysis when an exported function uses callbacks (#5158)
Pull Requests
- #5158: Deoptimize all parameters when losing track of a function (
@lukastaegert
)v3.29.3
3.29.3
2023-09-24
Bug Fixes
- Fix a bug where code was wrongly tree-shaken after mutating function parameters (#5153)
Pull Requests
- #5145: docs: improve the docs repl appearance in the light mode (
@TrickyPi
)- #5148: chore(deps): update dependency
@vue/eslint-config-typescript
to v12 (@renovate
[bot])- #5149: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5153: Fully deoptimize first level path when deoptimizing nested parameter paths (
@lukastaegert
)v3.29.2
3.29.2
2023-09-15
Bug Fixes
- Export
TreeshakingPreset
type (#5131)Pull Requests
- #5131: fix: exports
TreeshakingPreset
(@moltar
)- #5134: docs: steps to enable symlinks on windows (
@thebanjomatic
)- #5137: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])v3.29.1
3.29.1
2023-09-10
Bug Fixes
... (truncated)
Changelog
Sourced from rollup's changelog.
rollup changelog
4.22.4
2024-09-21
Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)
Pull Requests
- #5670: refactor: Use object.prototype to check for reserved properties (
@YuHyeonWook
)- #5671: Fix DOM Clobbering CVE (
@lukastaegert
)4.22.3
2024-09-21
Bug Fixes
- Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#5669)
Pull Requests
- #5669: Ensure impure dependencies of pure modules are added (
@lukastaegert
)4.22.2
2024-09-20
Bug Fixes
- Revert fix for side effect free modules until other issues are investigated (#5667)
Pull Requests
- #5667: Partially revert #5658 and re-apply #5644 (
@lukastaegert
)4.22.1
2024-09-20
Bug Fixes
- Revert #5644 "stable chunk hashes" while issues are being investigated
Pull Requests
- #5663: chore(deps): update dependency inquirer to v11 (
@renovate
[bot],@lukastaegert
)
... (truncated)
Commits
dfd233d
3.29.52ef77c0
Fix DOM Clobbering CVEa6448b9
3.29.44e92d60
Deoptimize all parameters when losing track of a function (#5158)801ffd1
3.29.3353e462
Fully deoptimize first level path when deoptimizing nested parameter paths (#...a1a89e7
chore(deps): update dependency@vue/eslint-config-typescript
to v12 (#5148)cc14f70
chore(deps): lock file maintenance minor/patch updates (#5149)1e8355b
docs: improve the docs repl appearance in the light mode (#5145)5950fc8
Adapt branches in REPL workflow- Additional commits viewable in compare view
Updates webpack
from 5.72.1 to 5.94.0
Release notes
Sourced from webpack's releases.
v5.94.0
Bug Fixes
- Added runtime condition for harmony reexport checked
- Handle properly
data
/http
/https
protocols in source maps- Make
bigint
optimistic when browserslist not found- Move
@types/eslint-scope
to dev deps- Related in asset stats is now always an array when no related found
- Handle ASI for export declarations
- Mangle destruction incorrect with export named default properly
- Fixed unexpected asi generation with sequence expression
- Fixed a lot of types
New Features
- Added new external type "module-import"
- Support
webpackIgnore
fornew URL()
construction- [CSS]
@import
pathinfo supportSecurity
- Fixed DOM clobbering in auto public path
v5.93.0
Bug Fixes
- Generate correct relative path to runtime chunks
- Makes
DefinePlugin
quieter under default log level- Fixed mangle destructuring default in namespace import
- Fixed consumption of eager shared modules for module federation
- Strip slash for pretty regexp
- Calculate correct contenthash for CSS generator options
New Features
- Added the
binary
generator option for asset modules to explicitly keep source maps produced by loaders- Added the
modern-module
library value for tree shakable output- Added the
overrideStrict
option to override strict or non-strict mode for javascript modulesv5.92.1
Bug Fixes
- Doesn't crash with an error when the css experiment is enabled and contenthash is used
v5.92.0
Bug Fixes
- Correct tidle range's comutation for module federation
- Consider runtime for pure expression dependency update hash
- Return value in the
subtractRuntime
function for runtime logic
... (truncated)
Commits
eabf85d
chore(release): 5.94.0955e057
security: fix DOM clobbering in auto public path9822387
test: fixcbb86ed
test: fix5ac3d7f
fix: unexpected asi generation with sequence expression2411661
security: fix DOM clobbering in auto public pathb8c03d4
fix: unexpected asi generation with sequence expressionf46a03c
revert: do not use heuristic fallback for "module-import"60f1898
fix: do not use heuristic fallback for "module-import"66306aa
Revert "fix: module-import get fallback from externalsPresets"- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.
Updates @babel/traverse
from 7.18.0 to 7.25.6
Release notes
Sourced from @babel/traverse
's releases.
v7.25.6 (2024-08-29)
Thanks
@j4k0xb
for your first PR!:bug: Bug Fix
babel-generator
- #16783 Properly print inner comments in TS array types (
@nicolo-ribaudo
)- #16775 fix: jsx whitespace is not properly preserved when retainLines (
@liuxingbaoyu
)babel-traverse
- #16727 fix:
path.getAssignmentIdentifiers
may beundefined
(@liuxingbaoyu
)babel-parser
babel-helpers
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs3
- #16769 Only wrap functions in
superPropertyGet
helper (@nicolo-ribaudo
):nail_care: Polish
babel-generator
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-plugin-transform-react-pure-annotations
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
- #16780 Do not enforce printing space between
(
and comments (@nicolo-ribaudo
)babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
- #16781 Don't throw when enabling both syntax-import-{assertions,attributes} (
@nicolo-ribaudo
)babel-generator
- #16782 TS union/intersection nested in union does not need parens (
@nicolo-ribaudo
):house: Internal
babel-generator
- #16777 Remove unused
parent
params in the generator (@nicolo-ribaudo
)Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@j4k0xb
@liuxingbaoyu
v7.25.5 (2024-08-23)
:bug: Bug Fix
babel-generator
,babel-traverse
- #16764 fix: Generate sequence expression parentheses correctly (
@liuxingbaoyu
):nail_care: Polish
babel-generator
- #16738 Only force-parenthesize
satisfies
's LHS if it has newlines (@nicolo-ribaudo
)Committers: 2
- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.25.4 (2024-08-22)
... (truncated)
Changelog
Sourced from @babel/traverse
's changelog.
v7.25.6 (2024-08-29)
:bug: Bug Fix
babel-generator
- #16783 Properly print inner comments in TS array types (
@nicolo-ribaudo
)- #16775 fix: jsx whitespace is not properly preserved when retainLines (
@liuxingbaoyu
)babel-traverse
- #16727 fix:
path.getAssignmentIdentifiers
may beundefined
(@liuxingbaoyu
)babel-parser
babel-helpers
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs3
- #16769 Only wrap functions in
superPropertyGet
helper (@nicolo-ribaudo
):nail_care: Polish
babel-generator
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-plugin-transform-react-pure-annotations
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
- #16780 Do not enforce printing space between
(
and comments (@nicolo-ribaudo
)babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
- #16781 Don't throw when enabling both syntax-import-{assertions,attributes} (
@nicolo-ribaudo
)babel-generator
- #16782 TS union/intersection nested in union does not need parens (
@nicolo-ribaudo
):house: Internal
babel-generator
- #16777 Remove unused
parent
params in the generator (@nicolo-ribaudo
)v7.25.5 (2024-08-23)
:bug: Bug Fix
babel-generator
,babel-traverse
- #16764 fix: Generate parentheses correctly (
@liuxingbaoyu
):nail_care: Polish
babel-generator
- #16738 Only force-parenthesize
satisfies
's LHS if it has newlines (@nicolo-ribaudo
)v7.25.4 (2024-08-22)
:bug: Bug Fix
babel-traverse
- #16756 fix: Skip computed key when renaming (
@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16755 fix: Decorator 2018-09 may throw an exception (
@liuxingbaoyu
)babel-types
- #16710 Visit AST fields nodes according to their syntactical order (
@nicolo-ribaudo
)babel-generator
- #16709 Print semicolon after TS
export namespace as A
(@nicolo-ribaudo
):nail_care: Polish
babel-generator
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-typescript
,babel-runtime-corejs2
,babel-runtime
,babel-traverse
- #16722 Avoid unnecessary parens around sequence expressions (
@nicolo-ribaudo
)babel-generator
,babel-plugin-transform-class-properties
- #16714 Avoid unnecessary parens around exported arrow functions (
@nicolo-ribaudo
)
... (truncated)
Commits
2f72b97
v7.25.6faceae9
fix:path.getAssignmentIdentifiers
may beundefined
(#16727)46ee612
Remove someNodePath
methods (#16655)2fdc8b5
fix: Generate sequence expression parentheses correctly (#16764)cbf124c
v7.25.42b289fb
fix: skip computed key when renaming (#16756)575863c
Avoid unnecessary parens around sequence expressions (#16722)5174ad1
Clean all always enabled parser plugins (#16572)52718ab
Discontinue babel-eslint-config-internal (#16718)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)- Additional commits viewable in compare view
Updates json5
from 1.0.1 to 1.0.2
Changelog
Sourced from json5's changelog.
Unreleased [code, diff]
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__
are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5
. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
... (truncated)
Commits
a62db1e
1.0.2e0c23fe
docs: update CHANGELOG for v1.0.262a6540
fix: add proto to objects and arrays- See full diff in compare view
Updates loader-utils
from 2.0.0 to 2.0.4
Release notes
Sourced from loader-utils's releases.
v2.0.4
2.0.4 (2022-11-11)
Bug Fixes
v2.0.3
2.0.3 (2022-10-20)
Bug Fixes
v2.0.2
2.0.2 (2021-11-04)
Bug Fixes
v2.0.1
2.0.1 (2021-10-29)
Bug Fixes
Changelog
Sourced from loader-utils's changelog.
2.0.4 (2022-11-11)
...Description has been truncated