Fix: json5@2.2.3 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
New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)
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).
Fix: json5@2.2.3 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
New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)
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).
Fix: json5@2.2.3 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
New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)
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).
Make findDocumentSource cancellable, cancel running tasks in loadDocument before finding source (#947).
Bug fixes
Fixed Page not rendering in canvas rendering mode (default) when using React 18 w. StrictMode on (#972).
v5.7.1
What's changed?
Replaced deprecated renderInteractiveForms option with annotationMode in page.render call (#946).
Bug fixes
Use workerPort instead of workerSrc in Parcel 2 specific entry (#941). Thanks, @jamesjessian!
Fixed regression that caused interactive forms to be always rendered.
v5.7.0
Biggest one in months!
What's new?
Added support for React 18.
Added official support for Parcel 2.
Added new Webpack 5-specific entry file. It uses Webpack's new URL assets instead of worker-loader, which turned out to be quite problematic in the past. Don't worry, if you want to stick to the old Webpack-specific one, it should still work just fine!
remove the --prefetch option in favor the PrefetchPlugin plugin
remove the --node-env option in favor --define-process-env-node-env
remove the --hot option in favor of directly using the HotModuleReplacement plugin (only for build command, for serve it will work)
the behavior logic of the --entry option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use webpack --entry-reset --entry './src/my-entry.js'
Bumps json5 to 2.2.3 and updates ancestor dependencies json5, json5, json5, react-pdf, @storybook/react, babel-loader, css-loader, style-loader, webpack and webpack-cli. These dependencies need to be updated together.
Updates
json5
from 2.1.1 to 2.2.3Release notes
Sourced from json5's releases.
Changelog
Sourced from json5's changelog.
Commits
c3a7524
2.2.394fd06d
docs: update CHANGELOG for v2.2.33b8cebf
docs(security): use GitHub security advisoriesf0fd9e1
docs: publish a security policy6a91a05
docs(template): bug -> bug report14f8cb1
2.2.210cc7ca
docs: update CHANGELOG for v2.2.27774c10
fix: add proto to objects and arraysedde30a
Readme: slight tweak to intro97286f8
Improve example in readmeUpdates
json5
from 2.2.0 to 2.2.3Release notes
Sourced from json5's releases.
Changelog
Sourced from json5's changelog.
Commits
c3a7524
2.2.394fd06d
docs: update CHANGELOG for v2.2.33b8cebf
docs(security): use GitHub security advisoriesf0fd9e1
docs: publish a security policy6a91a05
docs(template): bug -> bug report14f8cb1
2.2.210cc7ca
docs: update CHANGELOG for v2.2.27774c10
fix: add proto to objects and arraysedde30a
Readme: slight tweak to intro97286f8
Improve example in readmeUpdates
json5
from 2.1.3 to 2.2.3Release notes
Sourced from json5's releases.
Changelog
Sourced from json5's changelog.
Commits
c3a7524
2.2.394fd06d
docs: update CHANGELOG for v2.2.33b8cebf
docs(security): use GitHub security advisoriesf0fd9e1
docs: publish a security policy6a91a05
docs(template): bug -> bug report14f8cb1
2.2.210cc7ca
docs: update CHANGELOG for v2.2.27774c10
fix: add proto to objects and arraysedde30a
Readme: slight tweak to intro97286f8
Improve example in readmeUpdates
react-pdf
from 5.0.0-beta.5 to 5.7.2Release notes
Sourced from react-pdf's releases.
... (truncated)
Commits
cf0ee8c
v5.7.2127aee3
Refactor handling refs to use createRef, fix PageCanvas not rendering in Reac...06b64ff
Update node-gyp to 9.0.015c929e
Update babel-loader to 8.2.413675ee
Fix security vulnerability in postcss dependency8c72a1b
Fix security vulnerability in node-forge dependencyd80c442
Fix security vulnerability in minimist dependency9415327
Update year in LICENSEc6d41d2
Update "Thank you" notef77fe4e
Add documentation on standard fonts, update all samples to use standard fontsUpdates
@storybook/react
from 5.3.12 to 6.5.15Release notes
Sourced from
@storybook/react
's releases.... (truncated)
Changelog
Sourced from
@storybook/react
's changelog.... (truncated)
Commits
feab19d
v6.5.15075a8dd
Update git head to 6.5.15-alpha.1, update yarn.lock [ci skip]cfd775b
v6.5.15-alpha.19c19ef0
Update git head to 6.5.15-alpha.0, update yarn.lock [ci skip]095d6ad
v6.5.15-alpha.0ae06ca9
Update git head to 6.5.14, update yarn.lock [ci skip]cf65eb7
v6.5.146e1e6dd
Update git head to 6.5.14-alpha.2, update yarn.lock [ci skip]71f07c4
v6.5.14-alpha.2885e7ac
Update git head to 6.5.14-alpha.1, update yarn.lock [ci skip]Updates
babel-loader
from 8.0.6 to 8.3.0Release notes
Sourced from babel-loader's releases.
Commits
9bf5652
8.3.080ab7d0
Update@babel/
dependencies493ac6c
Pass external dependencies from Babel to Webpack (#971)df28fe3
Fix broken main test (#950)0b338e4
update hash method so it doesn't fail on a fips enabled machine (#939)1f98d3c
8.2.5c622868
fix: respectinputSourceMap
loader option (#896)f7982c1
8.2.44bb9e21
Use md5 hashing for OpenSSL 3 (#924)247c94b
Bump loader-utils to 2.x (#931)Maintainer changes
This version was pushed to npm by nicolo-ribaudo, a new releaser for babel-loader since your current version.
Updates
css-loader
from 3.4.2 to 6.7.3Release notes
Sourced from css-loader's releases.
... (truncated)
Changelog
Sourced from css-loader's changelog.
... (truncated)
Commits
ef749f2
chore(release): 6.7.336fb945
chore: fix cspell962924c
fix: removesourceURL
from emitted CSS (#1487)3f3f302
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#1486)04ca713
chore: update dependencies to the latest version (#1485)9449827
chore: update styfle/cancel-workflow-action (#1484)6c67af8
chore: add cSpell to check spelling issues (#1482)239b9ac
chore(deps): bump loader-utils from 2.0.3 to 2.0.4 (#1481)394d200
chore(release): 6.7.22f4c273
fix: css modules generation with inline syntax (#1480)Updates
style-loader
from 1.1.3 to 1.3.0Release notes
Sourced from style-loader's releases.
Changelog
Sourced from style-loader's changelog.
Commits
e288500
chore(release): 1.3.0bed760f
revert: node bump (#486)15889db
feat: addedmodules.namedExport
(#485)6e54e4f
chore(deps): update732ef8b
fix: check if 'btoa' exists for old IE versions (#479)c623f27
fix: esModule option issue (#476)ae7d211
docs: fix typo for esModule (#473)b76cb97
chore: update Node.js required version (#474)5520e68
chore(release): 1.2.188a5c2b
fix: hot module replacement logic for lazy type (#468)Updates
webpack
from 4.46.0 to 5.75.0Release notes
Sourced from webpack's releases.
... (truncated)
Commits
8241da7
5.75.0a91d923
Merge pull request #16458 from webpack/bugfix/semi4608b11
Merge pull request #16457 from webpack/tooling/updatedfdd0b0
Merge pull request #16122 from AnmolBansalDEV/bug/compilationCallback23b9a1c
Merge pull request #16167 from exposir/fixts6f2c5e8
Merge pull request #16257 from alexzhang1030/calc_deterministic_verbosef7f36ad
Merge pull request #16339 from Liamolucko/wasm-i64761a542
fix semicolon position2403a36
Merge pull request #16345 from ahabhgk/fix-eval-nosourcesc18203c
update toolingUpdates
webpack-cli
from 3.3.10 to 5.0.1Release notes
Sourced from webpack-cli's releases.