chore(deps): bump json5, loader-utils, copy-webpack-plugin, html-webpack-plugin, istanbul-instrumenter-loader, jest, jest-cli, ts-jest and webpack in /markdown #126
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)
New: package.json and package.json5 include a module property so
bundlers like webpack, rollup and parcel can take advantage of the ES Module
build. (#208)
Fix: stringify outputs \0 as \\x00 when followed by a digit. (#210)
New: The index.mjs and index.min.mjs browser builds in the dist directory support ES6 modules. (#187)
v2.0.1
Fix: The browser builds in the dist directory support ES5. (#182)
v2.0.0
Major: JSON5 officially supports Node.js v6 and later. Support for Node.js
v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been
rewritten in native ES5, and the dependence on Babel has been eliminated.
New: Support for Unicode 10 has been added.
New: The test framework has been migrated from Mocha to Tap.
New: The browser build at dist/index.js is no longer minified by default. A
minified version is available at dist/index.min.js. (#181)
Fix: The warning has been made clearer when line and paragraph separators are
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).
Bumps json5 to 2.2.3 and updates ancestor dependencies json5, loader-utils, copy-webpack-plugin, html-webpack-plugin, istanbul-instrumenter-loader, jest, jest-cli, ts-jest and webpack. These dependencies need to be updated together.
Updates
json5
from 0.5.1 to 2.2.3Release notes
Sourced from json5's releases.
... (truncated)
Changelog
Sourced from json5's changelog.
... (truncated)
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
loader-utils
from 1.1.0 to 1.4.2Release notes
Sourced from loader-utils's releases.
... (truncated)
Changelog
Sourced from loader-utils's changelog.
... (truncated)
Commits
331ad50
chore(release): 1.4.217cbf8f
fix: ReDoS problem (#226)8f082b3
chore(release): 1.4.14504e34
fix: security problem (#220)d95b8b5
chore(release): 1.4.0cd0e428
feat: theresourceQuery
is passed to theinterpolateName
method (#163)06d36cf
chore(release): 1.3.0469eeba
feat: support the[query]
template for theinterpolatedName
method (#162)909c99d
chore: funding.yml config and CI fix (#159)b5b74f0
Set up CI with Azure PipelinesMaintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.
Updates
copy-webpack-plugin
from 4.0.1 to 4.6.0Release notes
Sourced from copy-webpack-plugin's releases.
... (truncated)
Changelog
Sourced from copy-webpack-plugin's changelog.
... (truncated)
Commits
5cf125e
chore(release): 4.6.078c5d12
fix: handle undefined and null as stats value (#302)7fe0c06
feat: add support for target path transform (#284)dc7aa5d
chore(release): 4.5.45670926
fix(processPattern): don't add'glob'
as directory when it is a file (`cont...48bc708
chore(release): 4.5.35fa69db
fix(processPattern): addglob
directory context tocontextDependencies
(#...5474889
docs: context option is a string, not array (#269)1f92729
chore(release): 4.5.23ef5b6c
fix: allow square brackets in path (#264)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for copy-webpack-plugin since your current version.
Updates
html-webpack-plugin
from 2.30.1 to 5.5.0Changelog
Sourced from html-webpack-plugin's changelog.
... (truncated)
Commits
873d75b
chore(release): 5.5.0ddeb774
chore: update examples1e42625
feat: Support type=module via scriptLoading option7d3645b
Bump pretty-error to 4.0.0 to fix transitive vuln for ansi-regex CVE-2021-380779be779
[chore] changes actions to run on pull_requestsb7e5859
[chore] fixes CI to avoid race conditions48131d3
chore(release): 5.4.016a841a
[chore] rebuild examples3bb7c17
Update index.jse38ac97
Update index.jsMaintainer changes
This version was pushed to npm by jantimon, a new releaser for html-webpack-plugin since your current version.
Updates
istanbul-instrumenter-loader
from 2.0.0 to 3.0.1Release notes
Sourced from istanbul-instrumenter-loader's releases.
... (truncated)
Changelog
Sourced from istanbul-instrumenter-loader's changelog.
... (truncated)
Commits
fe5fedb
chore(release): 3.0.100e20a4
fix(package): addwebpack >= v4.0.0
(peerDependencies
) (#84)2275102
build(defaults): update to v1.6.0 (#78)5baa395
chore: Use npm 5 compatible Node 4 version19b683a
ci(Appveyor): Use npm 5 compatible Node 4 version41f5e3a
ci(Travis): Use npm 5 compatible Node 4 versionbdd51a2
docs(README): add file name to examples (#77)df7a77d
chore: Update changelog for 3.0.0 final05eee6c
chore(release): 3.0.06da749f
docs(README): fix default value (options.esModules
) (#68)Maintainer changes
This version was pushed to npm by d3viant0ne, a new releaser for istanbul-instrumenter-loader since your current version.
Updates
jest
from 20.0.4 to 29.3.1Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
05deb83
v29.3.184b8de9
v29.3.00a8edbe
v29.2.24551c0f
v29.2.1ee5b37a
v29.2.022322c9
refactor: use a single root tsconfig for type tests (#13358)3c31dd6
v29.1.2fd9cd90
v29.1.151f1030
v29.1.077f865d
v29.0.3Maintainer changes
This version was pushed to npm by simenb, a new releaser for jest since your current version.
Updates
jest-cli
from 20.0.4 to 29.3.1Release notes
Sourced from jest-cli's releases.
... (truncated)
Changelog
Sourced from jest-cli's changelog.
... (truncated)
Commits
05deb83
v29.3.184b8de9
v29.3.00a8edbe
v29.2.24551c0f
v29.2.1ee5b37a
v29.2.07b49471
feat: add a seed value to test runs (#13400)f9439d8
refactor(jest-cli): rework internal typings (#13405)21cf669
chore: usereferences
in all__tests__/tsconfig.json
files (#13394)2ecf723
refactor(jest-cli): reduce nesting in the package (#13395)a905b13
chore: convert onejest-cli
test to TypeScript (#13392)Maintainer changes
This version was pushed to npm by simenb, a new releaser for jest-cli since your current version.
Updates
ts-jest
from 20.0.6 to 29.0.3Release notes
Sourced from ts-jest's releases.
... (truncated)
Changelog
Sourced from ts-jest's changelog.