go-vue-starter
go-vue-starter copied to clipboard
Bump loader-utils, babel-loader, html-webpack-plugin and webpack in /client
Bumps loader-utils to 1.4.2 and updates ancestor dependencies loader-utils, babel-loader, html-webpack-plugin and webpack. These dependencies need to be updated together.
Updates loader-utils from 1.2.3 to 1.4.2
Release notes
Sourced from loader-utils's releases.
v1.4.2
1.4.2 (2022-11-11)
Bug Fixes
v1.4.1
1.4.1 (2022-11-07)
Bug Fixes
v1.4.0
1.4.0 (2020-02-19)
Features
v1.3.0
1.3.0 (2020-02-19)
Features
Changelog
Sourced from loader-utils's changelog.
1.4.2 (2022-11-11)
Bug Fixes
1.4.1 (2022-11-07)
Bug Fixes
1.4.0 (2020-02-19)
Features
1.3.0 (2020-02-19)
Features
Commits
331ad50chore(release): 1.4.217cbf8ffix: ReDoS problem (#226)8f082b3chore(release): 1.4.14504e34fix: security problem (#220)d95b8b5chore(release): 1.4.0cd0e428feat: theresourceQueryis passed to theinterpolateNamemethod (#163)06d36cfchore(release): 1.3.0469eebafeat: support the[query]template for theinterpolatedNamemethod (#162)909c99dchore: funding.yml config and CI fix (#159)b5b74f0Set up CI with Azure Pipelines- Additional commits viewable in compare view
Updates babel-loader from 6.4.1 to 9.1.2
Release notes
Sourced from babel-loader's releases.
v9.1.2
9.1.1 was a broken release, it didn't include all the commits.
Dependencies updates
- Bump qs from 6.5.2 to 6.5.3 by
@dependabotin babel/babel-loader#977- Bump json5 from 2.2.1 to 2.2.3 by
@dependabotin babel/babel-loader#980Misc
- GitHub Workflows security hardening by
@sashashurain babel/babel-loader#976New Contributors
@sashashuramade their first contribution in babel/babel-loader#976Full Changelog: https://github.com/babel/babel-loader/compare/v9.1.0...v9.1.2
v9.1.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/v9.0.1...v9.1.0
v9.0.1
Bug Fixes
- remove "node:" builtin prefix by
@JLHwungin babel/babel-loader#970Full Changelog: https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1
v9.0.0
What's Changed
- update hash method mechanism so it doesn't fail on a fips enabled machine by
@darmbrustin babel/babel-loader#939- Require babel ^7.12.0 and Node.js >= 14.15.0 versions by
@JLHwungin babel/babel-loader#956- Remove dependency on loader-utils and drop webpack 4 support by
@niedin babel/babel-loader#942New Contributors
@darmbrustmade their first contribution in babel/babel-loader#939@niedmade their first contribution in babel/babel-loader#942Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v9.0.0
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#896
... (truncated)
Changelog
Sourced from babel-loader's changelog.
Changelog
For changes in version v7.0.0 and up please go to release
Old Changelog
Commits
0406d169.1.2ca0cc0eBump json5 from 2.2.1 to 2.2.3 (#980)c8b1febbuild: harden ci.yml permissions (#976)4e70ccaBump qs from 6.5.2 to 6.5.3 (#977)15fbacf9.1.06348e1cPass external dependencies from Babel to Webpack (#971)457b9adUpdate webpackf42ac9b9.0.14f9c0bfremove "node:" builtin prefix (#970)9ff288f9.0.0- 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 html-webpack-plugin from 2.30.1 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
Maintainer changes
This version was pushed to npm by jantimon, a new releaser for html-webpack-plugin since your current version.
Updates webpack from 2.7.0 to 5.78.0
Release notes
Sourced from webpack's releases.
v5.78.0
Features
- Implement
amdContainersupport for AMD libraries (Fixes #16561) by@long76in webpack/webpack#16562Bugfixes
- [CSS] - Nested atRule's
@mediaor@supportsnow properly are replaced with unique identifiers by@noreillerin webpack/webpack#15812- [CSS] - Fix bug where closing parenthesis in CSS were not properly parsed and compiled by
@janlent1in webpack/webpack#16864- Fix an issue where
oneOfrule has been picked multiple times by@xiaoxiaojxin webpack/webpack#16477- Add
createRequiresupport fornode:moduleprefix by@alexander-akaitin webpack/webpack#16904- Fix bug where self-referencing a package in a shared module failed by
@weareoutmanin webpack/webpack#16685Performance
- Make
ErrorHelpersnamed functions; Add types by@TheLarkInnin webpack/webpack#16893- Introduce
ModuleTypeConstantsfor plugins by@TheLarkInnin webpack/webpack#16896- Refactor memory footprint in string usages for multiple plugins by
@TheLarkInnin webpack/webpack#16894- Add more module type constants, use them across codebase by
@TheLarkInnin webpack/webpack#16898Contributor Experience
- Implement default PR Template to use GitHub Copilot for PR's integration and fix template name usage by
@geromegrignonin webpack/webpack#16890- ci: update actions/cache to v3 by
@armujahidin webpack/webpack#16462- webpack org Collaborators and Members now have funded GitHub Codespaces!
New Contributors
@geromegrignonmade their first contribution in webpack/webpack#16890@armujahidmade their first contribution in webpack/webpack#16462@long76made their first contribution in webpack/webpack#16562@weareoutmanmade their first contribution in webpack/webpack#16685Full Changelog: https://github.com/webpack/webpack/compare/v5.77.0...v5.78.0
v5.77.0
New Features
- Add a new output option,
output.workerPublicPathby@thomastayin webpack/webpack#16671Developer Experience
- Improve
resolve.extensionserror message to suggest when"."is missing before the extension by@snitin315in webpack/webpack#16807Contributor Experience
- Enable GitHub Copilot for PR's into default Pull Request Template by
@TheLarkInnin webpack/webpack#16881New Contributors
@thomastaymade their first contribution in webpack/webpack#16671Full Changelog: https://github.com/webpack/webpack/compare/v5.76.3...v5.77.0
v5.76.3
Bugfixes
- Non-javascript files will correctly not be imported when using
experiments.outputModule(ES Module Output) by@snitin315in webpack/webpack#16809
... (truncated)
Commits
e51f8345.78.02703c1bMerge pull request #16685 from weareoutman/main765cbffMerge pull request #16477 from xiaoxiaojx/fix/issue-16466276154aMerge pull request #16904 from webpack/issue-16724b2cd779Merge pull request #16864 from janlent1/fixnativecssparsingissue7c7ca77Merge pull request #15812 from noreiller/fix-experiments-css-at-rule-nested7a6e950Merge pull request #16562 from long76/patch-19875719ci: update actions/cache to v32145fdefix: detectcreateRequirewhen imported withnode:prefixd511c9fAlways add a ) when using pseudofunctions- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by thelarkinn, a new releaser for webpack 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) You can disable automated security fix PRs for this repo from the Security Alerts page.