mdbsvelte
mdbsvelte copied to clipboard
Bump json5, @storybook/svelte, babel-loader and svelte-loader
Bumps json5 to 2.2.3 and updates ancestor dependencies json5, @storybook/svelte, babel-loader and svelte-loader. These dependencies need to be updated together.
Updates json5 from 2.1.3 to 2.2.3
Release notes
Sourced from json5's releases.
v2.2.3
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2
- 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
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0
Changelog
Sourced from json5's changelog.
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]
Commits
c3a75242.2.394fd06ddocs: update CHANGELOG for v2.2.33b8cebfdocs(security): use GitHub security advisoriesf0fd9e1docs: publish a security policy6a91a05docs(template): bug -> bug report14f8cb12.2.210cc7cadocs: update CHANGELOG for v2.2.27774c10fix: add proto to objects and arraysedde30aReadme: slight tweak to intro97286f8Improve example in readme- Additional commits viewable in compare view
Updates @storybook/svelte from 5.3.19 to 6.5.15
Release notes
Sourced from @storybook/svelte's releases.
v6.5.15
Bug Fixes
Maintenance
- Ember: Remove global Ember usage #17843
v6.5.15-alpha.1
Bug Fixes
v6.5.15-alpha.0
Maintenance
- Ember: Remove global Ember usage #17843
v6.5.14
Bug Fixes
- Angular: Fix "webpack_require.nmd is not a function issue" in Angular 15 #20043
- CLI/React native: Fix addons template to import register instead of manager #19620
Maintenance
- Core: Patch preview-web and refs to support React Native #19975
Dependency Upgrades
- Upgrade loader-utils to 2.0.4 in storysource and source-loader #19891
v6.5.14-alpha.2
Bug Fixes
- Angular: Fix "webpack_require.nmd is not a function issue" in Angular 15 #20043
v6.5.14-alpha.1
Maintenance
- Core: Patch preview-web and refs to support React Native #19975
v6.5.14-alpha.0
Bug Fixes
- CLI/React native: Fix addons template to import register instead of manager #19620
... (truncated)
Changelog
Sourced from @storybook/svelte's changelog.
6.5.15 (December 20, 2022)
Bug Fixes
Maintenance
- Ember: Remove global Ember usage #17843
6.5.15-alpha.1 (December 20, 2022)
Bug Fixes
6.5.15-alpha.0 (December 12, 2022)
Maintenance
- Ember: Remove global Ember usage #17843
6.5.14 (December 2, 2022)
Bug Fixes
- Angular: Fix "webpack_require.nmd is not a function issue" in Angular 15 #20043
- CLI/React native: Fix addons template to import register instead of manager #19620
Maintenance
- Core: Patch preview-web and refs to support React Native #19975
Dependency Upgrades
- Upgrade loader-utils to 2.0.4 in storysource and source-loader #19891
6.5.14-alpha.2 (December 2, 2022)
Bug Fixes
- Angular: Fix "webpack_require.nmd is not a function issue" in Angular 15 #20043
6.5.14-alpha.1 (November 27, 2022)
Maintenance
- Core: Patch preview-web and refs to support React Native #19975
... (truncated)
Commits
feab19dv6.5.15075a8ddUpdate git head to 6.5.15-alpha.1, update yarn.lock [ci skip]cfd775bv6.5.15-alpha.19c19ef0Update git head to 6.5.15-alpha.0, update yarn.lock [ci skip]095d6adv6.5.15-alpha.0ae06ca9Update git head to 6.5.14, update yarn.lock [ci skip]cf65eb7v6.5.146e1e6ddUpdate git head to 6.5.14-alpha.2, update yarn.lock [ci skip]71f07c4v6.5.14-alpha.2885e7acUpdate git head to 6.5.14-alpha.1, update yarn.lock [ci skip]- Additional commits viewable in compare view
Updates babel-loader from 8.1.0 to 8.3.0
Release notes
Sourced from babel-loader's releases.
v8.3.0
New features
- Pass external dependencies from Babel to Webpack by
@nicolo-ribaudoin babel/babel-loader#971Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v8.3.0
v8.2.5
What's Changed
- fix: respect
inputSourceMaploader option by@alan-agius4in babel/babel-loader#896New Contributors
@alan-agius4made their first contribution in babel/babel-loader#896Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5
v8.2.4
What's Changed
- doc(README.md): fix a broken markdown link by
@loveDstylein babel/babel-loader#919- Bump loader-utils to 2.x by
@stianjensenin babel/babel-loader#931- Use md5 hashing for OpenSSL 3 by
@pathmapperin babel/babel-loader#924Thanks
@loveDstyle,@stianjensenand@pathmapperfor your first PRs!8.2.3
This release fixes compatibility with Node.js 17
- Use md5 hash for caching on node v17 (babel/babel-loader#918)
Thanks
@Reptarsrage!8.2.1
- Move
@ava/babeltodevDependencies#881 (@jvasseur)8.2.0
- Replace
mkdirpwithmake-dir47958ca3857e489e450b27c6f3266375015cba82 (@JLHwung)- Use async config loading when available d8cff97ff387ded0fc9b5cbc489228c96c5ab14a (
@the-spyke)
Commits
9bf56528.3.080ab7d0Update@babel/dependencies493ac6cPass external dependencies from Babel to Webpack (#971)df28fe3Fix broken main test (#950)0b338e4update hash method so it doesn't fail on a fips enabled machine (#939)1f98d3c8.2.5c622868fix: respectinputSourceMaploader option (#896)f7982c18.2.44bb9e21Use md5 hashing for OpenSSL 3 (#924)247c94bBump loader-utils to 2.x (#931)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by nicolo-ribaudo, a new releaser for babel-loader since your current version.
Updates svelte-loader from 2.13.6 to 3.1.4
Changelog
Sourced from svelte-loader's changelog.
3.1.4
- Bump
loader-utilsdependency3.1.3
- Prevent webpack process crashing on undefined dependencies (#197)
3.1.2
- Update to latest
svelte-hmrpackage fixing Webpack 4 support- Fix sourcemap breakpoints (#183)
3.1.1
- Fix empty sourcesContent (#177)
3.1.0
3.0.0
- Breaking: compiler options must now be specified under
compilerOptions(#159)- Breaking: removed support for deprecated
style,script, andmarkupoptions, which are now located under thepreprocessconfiguration (#158)- Breaking: dropped Svelte 2 support (#150)
- Breaking: dropped Node 8 support (#157)
- Add Webpack 5 support (#151)
- Webpack 5 requires an additional rule in
webpack.config.jsto load the Svelte runtime correctly- Replace broken Svelte 2 HMR with the implementation from
rixo/svelte-loader-hot(#156)- Add Node 14 support and remove virtual modules implementation (fixes #125, #131)
Thanks to
@non25,@Smittyvb,@rixo, and the numerous others who contributed to this major release!
Commits
705ab1c[chore] release 3.1.428795f1Bump loader-utils from 2.0.0 to 2.0.3 (#215)bba9acb[chore] Add latest node versions to CI (#207)46fa2e4[chore] release 3.1.31c41c98[fix] Validate error path for addDependency() (#199)201272b[chore] add 'npm' cache for actions/setup-node in .github/workflows (#190)fb59705[chore] Remove outdated example directory9090867[docs] unarchivefe3a0beUpdate README.mdc1dbb52Bump ansi-regex from 3.0.0 to 3.0.1 (#204)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by dummdidumm, a new releaser for svelte-loader since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.