electron-typescript-react-typeorm-sqlite-boilerplate
electron-typescript-react-typeorm-sqlite-boilerplate copied to clipboard
Bump json5, react-hot-loader, babel-loader, css-loader, html-webpack-plugin, sass-loader, source-map-loader, style-loader, ts-loader, webpack and webpack-cli
Bumps json5 to 2.2.3 and updates ancestor dependencies json5, react-hot-loader, babel-loader, css-loader, html-webpack-plugin, sass-loader, source-map-loader, style-loader, ts-loader, webpack and webpack-cli. These dependencies need to be updated together.
Updates json5 from 2.1.2 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
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
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]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [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 react-hot-loader from 4.12.20 to 4.13.1
Release notes
Sourced from react-hot-loader's releases.
🔥-rc for 17-rc
Bug Fixes
- tailUpdate might be blocked by a PureComponent (#1448) (e44103a)
- provide "hot fallback" when module.hot is not truthy (#1451) (ec3447f)
Features
Changelog
Sourced from react-hot-loader's changelog.
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.13.0 (2020-09-22)
Bug Fixes
- tailUpdate might be blocked by a PureComponent (#1448) (e44103a)
- when module.hot is not truthy (#1451) (ec3447f)
Features
4.12.21 (2020-04-30)
Bug Fixes
- add peerDependenciesMeta in package.json (#1433)
Commits
07d1f4e4.13.1bddd179update loader-utils version (#1849)f58a931Remove space after peerDependency version definition (#1843)642b705README.mdfix typo (#1811)ed8b310Note create-react-app support for fast refresh in readme (#1708)6032f42chore(release): 4.13.0c05396bfeat: support React 17 (#1557)e44103afix: tailUpdate might be blocked by a PureComponent (#1448)74d3d9bMerge pull request #1513 from gaearon/gaearon-patch-1d73d505README: Link to Fast Refresh Webpack plugin- 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 css-loader from 3.4.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 html-webpack-plugin from 4.0.4 to 5.5.0
Changelog
Sourced from html-webpack-plugin's changelog.
5.5.0 (2021-10-25)
Features
5.4.0 (2021-10-15)
Features
- update terser (9c7fba0
5.3.2 (2021-06-22)
Bug Fixes
- update lodash and pretty error (9c7fba0
5.3.1 (2021-03-09)
Bug Fixes
- remove loader-utils from plugin core (82d0ee8)
5.3.0 (2021-03-07)
Features
- allow to modify the interpolation options in webpack config (d654f5b)
- drop loader-utils dependency (41d7a50)
5.2.0 (2021-02-19)
Features
- improve ssr (73d2a66)
5.1.0 (2021-02-12)
Features
5.0.0 (2021-02-03)
... (truncated)
Commits
873d75bchore(release): 5.5.0ddeb774chore: update examples1e42625feat: Support type=module via scriptLoading option7d3645bBump 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 conditions48131d3chore(release): 5.4.016a841a[chore] rebuild examples3bb7c17Update index.jse38ac97Update index.js- Additional commits viewable in compare view
Updates sass-loader from 8.0.2 to 13.2.0
Release notes
Sourced from sass-loader's releases.
v13.2.0
13.2.0 (2022-11-09)
Features
v13.1.0
13.1.0 (2022-10-06)
Features
v13.0.2
13.0.2 (2022-06-27)
Bug Fixes
v13.0.1
13.0.1 (2022-06-24)
Bug Fixes
v13.0.0
13.0.0 (2022-05-18)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is14.15.0(#1048)- emit
@warnat-rules as webpack warnings by default, if you want to revert behavior please use thewarnRuleAsWarningoption (#1054) (58ffb68)Bug Fixes
- do not crash on importers for modern API (#1052) (095814e)
- do not store original sass error in webpack error(#1053) (06d7533)
v12.6.0
12.6.0 (2022-02-15)
... (truncated)
Changelog
Sourced from sass-loader's changelog.
13.2.0 (2022-11-09)
Features
13.1.0 (2022-10-06)
Features
13.0.2 (2022-06-27)
Bug Fixes
13.0.1 (2022-06-24)
Bug Fixes
13.0.0 (2022-05-18)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is14.15.0(#1048)- emit
@warnat-rules as webpack warnings by default, if you want to revert behavior please use thewarnRuleAsWarningoption (#1054) (58ffb68)Bug Fixes
- do not crash on importers for modern API (#1052) (095814e)
- do not store original sass error in webpack error(#1053) (06d7533)
12.6.0 (2022-02-15)
Features
12.5.0 (2022-02-14)
... (truncated)
Commits
e8fbc79chore(release): 13.2.0e5581b7feat: add support for node-sass v8 (#1100)acb3ce0chore(deps): bump loader-utils from 2.0.2 to 2.0.3 (#1099)1cdea4echore: update dependencies to the latest version (#1098)094a303docs: update cla link (#1096)c32f63aci: add dependency review action (#1094)b31751dchore(release): 13.1.06e02c64feat: allow to extendconditionNames(#1092)edab08fchore: update dependencies to the latest version (#1093)3a34fefchore: update commitlint action (#1091)- Additional commits viewable in compare view
Updates source-map-loader from 0.2.4 to 4.0.1
Release notes
Sourced from source-map-loader's releases.
v4.0.1
4.0.1 (2022-10-07)
Bug Fixes
- logic when sourceRoot contains absolute URL (e724a1f)
v4.0.0
4.0.0 (2022-06-13)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is14.15.0v3.0.2
3.0.2 (2022-10-21)
Bug Fixes
v3.0.1
3.0.1 (2022-01-03)
Chore
- update
source-map-jsv3.0.0
3.0.0 (2021-05-21)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is12.13.0v2.0.2
2.0.2 (2021-05-17)
Bug Fixes
v2.0.1
2.0.1 (2021-02-10)
... (truncated)
Changelog
Sourced from source-map-loader's changelog.
4.0.1 (2022-10-07)
Bug Fixes
- logic when sourceRoot contains absolute URL (e724a1f)
4.0.0 (2022-06-13)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is14.15.03.0.1 (2022-01-03)
Chore
- update
source-map-js3.0.0 (2021-05-21)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is12.13.02.0.2 (2021-05-17)
Bug Fixes
2.0.1 (2021-02-10)
Bug Fixes
- switch from
source-maptosource-map-jspackage (perf increase)- fix watch with invalid
sourceURL2.0.0 (2020-12-24)
⚠ BREAKING CHANGES
- minimum supported
webpackversion is51.1.3 (2020-12-04)
... (truncated)
Commits
dc5c08dchore(release): 4.0.1e724a1ffix: logic when sourceRoot contains absolute URL3094e6achore: update dependencies to the latest version (#187)cd593a8chore: update commitlint action (#185)3cc129dchore: run cancel workflow on pull request (#181)c7b6040chore: upgrade dependencies to the latest version (#183)7c8bf9bchore: update jest to the latest version (#182)28b1c77ci: update github workflow security (#184)687db56ci: add job to cancel previous runs (#179)b8d2538chore: update-dependencies to the latest version (#177)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for source-map-loader since your current version.
Updates style-loader from 1.1.3 to 1.3.0
Release notes
Sourced from style-loader's releases.
v1.3.0
1.3.0 (2020-10-03)
Features
Bug Fixes
v1.2.1
1.2.1 (2020-04-28)
Bug Fixes
v1.2.0
1.2.0 (2020-04-24)
Features
- hot module replacement for css modules (6d14e0a)
v1.1.4
1.1.4 (2020-04-15)
Chore
- update deps
Changelog
Sourced from style-loader's changelog.
1.3.0 (2020-10-03)
Features
Bug Fixes
1.2.1 (2020-04-28)
Bug Fixes
1.2.0 (2020-04-24)
Features
- hot module replacement for css modules (6d14e0a)
1.1.4 (2020-04-15)
Chore
- update deps
Commits
e288500chore(release): 1.3.0bed760frevert: node bump (#486)15889dbfeat: addedmodules.namedExport(#485)6e54e4fchore(deps): update732ef8bfix: check if 'btoa' exists for old IE versions (#479)c623f27fix: esModule option issue (#476)ae7d211docs: fix typo for esModule (#473)b76cb97chore: update Node.js required version (#474)5520e68chore(release): 1.2.188a5c2bfix: hot module replacement logic for lazy type (#468)- Additional commits viewable in compare view
Updates ts-loader from 6.2.2 to 9.4.2
Release notes
Sourced from ts-loader's releases.
v9.4.2
9.4.1
- Hotfix: Disable
enhanced-resolve- thanks@manuthv9.4.0
v9.3.1
- Bug fix: Generate declaration files for js files if allowJs is set to true #1260 - thanks
@hedietand@mvilligerv9.3.0
v9.2.9
v9.2.8
v9.2.7
- cater for change in resolveTypeReferenceDirective API in TypeScript 4.7 #1421 - thanks
@johnnyreillyand@cspotcodefor inspiration in ts-node work here: TypeStrong/ts-node#1648v9.2.6
v9.2.5
v9.2.4
v9.2.3
v9.2.2
- Start consuming webpack loader types - thanks
@johnnyreilly- Add webpack minimum version in peerDependencies - thanks
@afdev82v9.2.1
v9.2.0
- Fixed impossibility to have several instances of ts-loader with different compiler options - thanks
@timocovv9.1.2
v9.1.1
... (truncated)
Changelog
Sourced from ts-loader's changelog.
9.4.2
9.4.1
- Hotfix: Disable
enhanced-resolve- thanks@manuthv9.4.0
v9.3.1
- Bug fix: Generate declaration files for js files if allowJs is set to true #1260 - thanks
@hedietand@mvilligerv9.3.0
v9.2.9
v9.2.8
v9.2.7
- cater for change in resolveTypeReferenceDirective API in TypeScript 4.7 #1421 - thanks
@johnny_reilly and@cspotcodefor inspiration in ts-node work here: TypeStrong/ts-node#1648v9.2.6
v9.2.5
v9.2.4