dash-mp-components
                                
                                
                                
                                    dash-mp-components copied to clipboard
                            
                            
                            
                        Bump json5, file-loader, url-loader, css-loader, style-loader and styled-jsx
Bumps json5 to 2.2.3 and updates ancestor dependencies json5, file-loader, url-loader, css-loader, style-loader and styled-jsx. 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 file-loader from 5.1.0 to 6.2.0
Release notes
Sourced from file-loader's releases.
v6.2.0
6.2.0 (2020-10-27)
Features
Bug Fixes
v6.1.1
6.1.1 (2020-10-09)
Chore
- update
 schema-utilsv6.1.0
6.1.0 (2020-08-31)
Features
v6.0.0
6.0.0 (2020-03-17)
⚠ BREAKING CHANGES
Changelog
Sourced from file-loader's changelog.
6.2.0 (2020-10-27)
Features
Bug Fixes
6.1.1 (2020-10-09)
Chore
- update
 schema-utils6.1.0 (2020-08-31)
Features
6.0.0 (2020-03-17)
⚠ BREAKING CHANGES
Commits
c423008chore(release): 6.2.0654e0d6feat: added thesourceFilenameproperty to asset info with original filenam...381d8bdfix: immutable flag when thenameoption have hash in query string (#392)14ed4c9ci: updated webpack versions (#389)6fadfbechore(release): 6.1.160508cfchore(deps): update25e2668chore(release): 6.1.06e22f6etest: fix40fcde8feat: pass immutable flag to asset info (#383)718aef5chore(deps): update (#375)- Additional commits viewable in compare view
 
Updates url-loader from 3.0.0 to 4.1.1
Release notes
Sourced from url-loader's releases.
v4.1.1
4.1.1 (2020-10-09)
Chore
- update
 schema-utilsv4.1.0
4.1.0 (2020-04-08)
Features
- the
 mimetypeoption can beBoolean- added the
 encodingoption- added the
 generatoroptionv4.0.0
4.0.0 (2020-03-17)
⚠ BREAKING CHANGES
- deps: migrate on
 mime-typespackage, some rare types may have other mimetype
Changelog
Sourced from url-loader's changelog.
4.1.1 (2020-10-09)
Chore
- update
 schema-utils4.1.0 (2020-04-08)
Features
- the
 mimetypeoption can beBoolean- added the
 encodingoption- added the
 generatoroption4.0.0 (2020-03-17)
⚠ BREAKING CHANGES
- deps: migrate on
 mime-typespackage, some rare types may have other mimetypeBug Fixes
Commits
acf4eb1chore(release): 4.1.120c744bchore(deps): update (#220)1811901chore: remove unnecessary deps35eeed1ci: migrate on github actions (#213)06d270achore(release): 4.1.0488b6ecrefactor: code (#212)36f1354feat: add encoding & generator options (#210)8828d64chore(release): 4.0.0fc8721fchore(deps): migrate onmime-typespackage (#209)f13757achore(deps): update (#208)- Additional commits viewable in compare view
 
Updates css-loader from 3.5.2 to 6.7.3
Release notes
Sourced from css-loader's releases.
v6.7.3
6.7.3 (2022-12-14)
Bug Fixes
v6.7.2
6.7.2 (2022-11-13)
Bug Fixes
v6.7.1
6.7.1 (2022-03-08)
Bug Fixes
v6.7.0
6.7.0 (2022-03-04)
Features
v6.6.0
6.6.0 (2022-02-02)
Features
- added the
 hashStrategyoption (ca4abce)v6.5.1
6.5.1 (2021-11-03)
Bug Fixes
v6.5.0
... (truncated)
Changelog
Sourced from css-loader's changelog.
6.7.3 (2022-12-14)
Bug Fixes
6.7.2 (2022-11-13)
Bug Fixes
6.7.1 (2022-03-08)
Bug Fixes
6.7.0 (2022-03-04)
Features
6.6.0 (2022-02-02)
Features
- added the
 hashStrategyoption (ca4abce)6.5.1 (2021-11-03)
Bug Fixes
6.5.0 (2021-10-26)
Features
... (truncated)
Commits
ef749f2chore(release): 6.7.336fb945chore: fix cspell962924cfix: removesourceURLfrom emitted CSS (#1487)3f3f302chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#1486)04ca713chore: update dependencies to the latest version (#1485)9449827chore: update styfle/cancel-workflow-action (#1484)6c67af8chore: add cSpell to check spelling issues (#1482)239b9acchore(deps): bump loader-utils from 2.0.3 to 2.0.4 (#1481)394d200chore(release): 6.7.22f4c273fix: css modules generation with inline syntax (#1480)- Additional commits viewable in compare view
 
Updates style-loader from 0.23.1 to 3.3.1
Release notes
Sourced from style-loader's releases.
v3.3.1
3.3.1 (2021-10-21)
Bug Fixes
v3.3.0
3.3.0 (2021-09-21)
Features
- added support for
 supports(),layer()andmediafrom@importat-rules (b9a600c)- allow to pass options to
 insertfunction throughstyle.use()(#535) (f8ef63b)v3.2.1
3.2.1 (2021-07-20)
Bug Fixes
v3.2.0
3.2.0 (2021-07-20)
Features
Bug Fixes
v3.1.0
3.1.0 (2021-07-12)
Features
- allow to specify the
 insertoption from file, we strongly recommend do it, using theinsertoption from file will reduce your bundle size, example (#521) (56fc8f0)- allow to specify the
 styleTagTransformoption from file, we strongly recommend do it, using thestyleTagTransformoption from file will reduce your bundle size, exampleBug Fixes
... (truncated)
Changelog
Sourced from style-loader's changelog.
3.3.1 (2021-10-21)
Bug Fixes
3.3.0 (2021-09-21)
Features
- added support for
 supports(),layer()andmediafrom@importat-rules (b9a600c)- allow to pass options to
 insertfunction throughstyle.use()(#535) (f8ef63b)3.2.1 (2021-07-20)
Bug Fixes
3.2.0 (2021-07-20)
Features
Bug Fixes
3.1.0 (2021-07-12)
Features
- allow to specify the
 insertoption from file, we strongly recommend do it, using theinsertoption from file will reduce your bundle size, example (#521) (56fc8f0)- allow to specify the
 styleTagTransformoption from file, we strongly recommend do it, using thestyleTagTransformoption from file will reduce your bundle size, exampleBug Fixes
3.0.0 (2021-06-24)
... (truncated)
Commits
4663416chore(release): 3.3.1610524efix: small perf improvement (#544)c799eccchore(release): 3.3.0b47718atest: update (#542)43bede4refactor: code (#541)b9a600cfeat: added support for@supports,@layerand@mediafrom@importat-...74fa1cfchore(deps): update (#539)cdf0ba7refactor: codecaf66a0chore(deps): updatef8ef63bfeat: allow to pass options toinsertfunction throughstyle.use()(#535)- Additional commits viewable in compare view
 
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for style-loader since your current version.
Updates styled-jsx from 3.2.5 to 5.1.1
Release notes
Sourced from styled-jsx's releases.
v5.1.1
5.1.1 (2022-12-15)
Bug Fixes
v5.1.0
5.1.0 (2022-10-17)
Features
v5.0.7
5.0.7 (2022-09-09)
Bug Fixes
v5.0.6
5.0.6 (2022-09-05)
Bug Fixes
v5.0.5
5.0.5 (2022-09-02)
Improvements
Misc
- Replace bundler #802
 v5.0.4
5.0.4 (2022-08-11)
... (truncated)
Commits
d0b2f75fix: typo in macro typing (#822)bb3cde8chore: Update loader-utils to fix security vulnerability (#820)ea0432bfeat: styled-jsx as client-only for rsc (#816)e824581fix: add displayName for context (#813)067fcd7fix: load babel macro dynamically (#812)2a31e73perf: use typeof window to detect browser (#810)66bd5f0build: use bunchee for bundling (#802)41443abtest: upgrade ava (#807)3c2a77bchore: update codeowners (#808)865ba14fix: tweak types (#806)- Additional commits viewable in compare view
 
Maintainer changes
This version was pushed to npm by vercel-release-bot, a new releaser for styled-jsx 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.