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
used in strings.
Fix: package.json5 has been restored, and it is automatically generated and
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).
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)
Every call to marked is isolated now. This makes sure that options from the first call won't influence options from the second call. If you've configured the markdown-loader with two different options, you might observe different behavior now. We also removed Node v8 and Node v10 support and support for older webpack versions. Webpack 5 is required now.
v6.0.0
Remove Node v6 support
v5.2.0
Update dependencies
Note: This version is deprecated since it already removed official Node v6 support which should have been published as breaking change
v5.1.0
Update dependencies 3ba52af
Merge pull request #51 from jkinkead/fix_npm_audit b6b35eb
Update dependencies to fix audit breakage. be6e2c2
Every call to marked is isolated now. This makes sure that options from the first call won't influence options from the second call. If you've configured the markdown-loader with two different options, you might observe different behavior now. We also removed Node v8 and Node v10 support and support for older webpack versions. Webpack 5 is required now.
Changelog
7.0.0
Breaking: Update marked@4.0.12 to fix security issues (#82)
6.0.0
Remove Node v6 support
5.2.0
Update dependencies
Note: This version is deprecated since it already removed official Node v6 support which should have been published as breaking change
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.2 and updates ancestor dependencies json5, @angular-devkit/build-angular, html-loader, markdown-loader, ts-loader, url-loader, webpack and webpack-cli. These dependencies need to be updated together.
Updates
json5
from 0.5.1 to 2.2.2Release notes
Sourced from json5's releases.
... (truncated)
Changelog
Sourced from json5's changelog.
... (truncated)
Commits
14f8cb1
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 readmed720b4f
Improve readme (e.g. explain JSON5 better!) (#291)910ce25
docs: fix spelling of Aseem2aab4dd
test: require tap as t in cli tests6d42686
test: remove mocha syntax from tests4798b9d
docs: update installation and usage for modulesUpdates
@angular-devkit/build-angular
from 0.6.8 to 15.0.4Release notes
Sourced from
@angular-devkit/build-angular
's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/build-angular
's changelog.... (truncated)
Commits
Maintainer changes
This version was pushed to npm by google-wombot, a new releaser for
@angular-devkit/build-angular
since your current version.Updates
html-loader
from 0.5.5 to 4.2.0Release notes
Sourced from html-loader's releases.
... (truncated)
Changelog
Sourced from html-loader's changelog.
... (truncated)
Commits
17fbef3
chore(release): 4.2.027a6caf
feat: update html minifier (#462)01905ba
chore: update commitlint action (#461)37d2073
chore: run cancel workflow on pull request (#458)7dd065c
chore: update jest to the latest version (#457)3ddf326
ci: update github workflow security permissions (#456)2457eda
chore: upgrade dependencies to the latest version (#455)3ea5738
ci: add job to cancel previous runs (#454)33cc6d0
chore: update dependencies to the latest version (#453)e81a944
ci: add GitHub token permissions for workflow (#450)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for html-loader since your current version.
Updates
markdown-loader
from 3.0.0 to 8.0.0Release notes
Sourced from markdown-loader's releases.
Changelog
Sourced from markdown-loader's changelog.
Commits
9d20f85
chore(release): 8.0.0 [skip ci]65e2368
Introduce semantic-releasede0be90
Update READMEf2d9bf9
Setup GitHub actions workflow96b75a2
Add comment about trampolin module2a7e8c1
Add Prettierfc3e3cb
Make webpack 5 a peer dependency9c1292a
Add ESLint24da889
Add .nvmrca3c0a78
Remove old filesUpdates
ts-loader
from 4.4.1 to 9.4.2Release notes
Sourced from ts-loader's releases.
... (truncated)
Changelog
Sourced from ts-loader's changelog.
... (truncated)
Commits
5e7220b
Use custom transformer when building solution references (#1550)87a9fff
add missing comma in README.md (#1551)620ee79
Typescript 4 9 (#1547)3319b91
chore(deps): bump minimatch in /examples/project-references-example (#1530)60e5784
Fix anchor jumping in README.md (#1521)5c66d2b
Update outdated LICENSE year (#1513)64a4136
Bump terser from 4.8.0 to 4.8.1 in /examples/project-references-example (#1489)cf1d227
Bump lodash in /test/execution-tests/babel-codeSplitting (#1435)e76abb0
Add Tests and Remarks Concerning the New.cts
And.mts
File Extensions (#...d9fcbfd
Hotfix: Disableenhanced-resolve
(#1506)Updates
url-loader
from 0.6.2 to 4.1.1Release notes
Sourced from url-loader's releases.
... (truncated)
Changelog
Sourced from url-loader's changelog.
... (truncated)
Commits
acf4eb1
chore(release): 4.1.120c744b
chore(deps): update (#220)1811901
chore: remove unnecessary deps35eeed1
ci: migrate on github actions (#213)06d270a
chore(release): 4.1.0488b6ec
refactor: code (#212)36f1354
feat: add encoding & generator options (#210)8828d64
chore(release): 4.0.0fc8721f
chore(deps): migrate onmime-types
package (#209)f13757a
chore(deps): update (#208)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for url-loader since your current version.
Updates
webpack
from 4.12.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.0.8 to 5.0.1Release notes
Sourced from webpack-cli's releases.
... (truncated)
Changelog
Sourced from webpack-cli's changelog.