laravel-form-builder
laravel-form-builder copied to clipboard
Bump loader-utils, webpack-cli and resolve-url-loader
Bumps loader-utils to 1.4.2 and updates ancestor dependencies loader-utils, webpack-cli and resolve-url-loader. 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 webpack-cli from 3.3.10 to 3.3.12
Commits
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack-cli since your current version.
Updates resolve-url-loader from 3.1.0 to 5.0.0
Release notes
Sourced from resolve-url-loader's releases.
5.0.0
Breaking changes
- Require
node>=12.- Support only
webpack>=4.- Update to
postcss@^8.- Remove
reworkengine (which was deprecated in V4).Bugfixes
- Fix log messages not correctly normalising absolute paths to posix style on Windows platform
- Fixes to end-to-end tests and test framework.
5.0.0-beta.1
Breaking changes
- Require
node>=12.- Support only
webpack>=4.- Update to
postcss@^8.- Remove
reworkengine (which was deprecated in V4).Bugfixes
- Fix log messages not correctly normalising absolute paths to posix style on Windows platform
- Fixes to end-to-end tests and test framework.
5.0.0-alpha.1
Breaking changes
- Require
node>=12.- Support only
webpack>=4.- Update to
postcss@^8.- Remove
reworkengine (which was deprecated in V4).Bugfixes
- Fix log messages not correctly normalising absolute paths to posix style on Windows platform
4.0.0
Features
- Better resolution of the original source location - You can more successfully use
url()in variables and mixins.- Dependencies now accept a wider range and explicit dependency on
reworkandrework-visithas been removed.Breaking Changes
- The
engineoption is deprecated which means the oldreworkengine is deprecated.- The
keepQuerybehaviour is now the default, thekeepQueryoption has been removed.- The
removeCRoption defaults totruewhen executing on Windows OS.- The
absoluteoption has been removed.- The
joinoption has changed.Migrating
See the changlog.
... (truncated)
Changelog
Sourced from resolve-url-loader's changelog.
resolve-url-loader
Version 5
Features
- Update
postcssand completely removereworkparser.Breaking Changes
- Require
node@>=12.- Support
webpack@>=4(no longer tested for earlier versions).- The
engineoption has been removed.Migrating
Remove the
engineoption if you are using it.Version 4
Features
- Better resolution of the original source location - You can more successfully use
url()in variables and mixins.- Dependencies now accept a wider range and explicit dependency on
reworkandrework-visithas been removed.Breaking Changes
- The
engineoption is deprecated which means the oldreworkengine is deprecated.- The
keepQuerybehaviour is now the default, thekeepQueryoption has been removed.- The
removeCRoption defaults totruewhen executing on Windows OS.- The
absoluteoption has been removed.- The
joinoption has changed.Migrating
Remove the
engineoption if you are using it - the default "postcss" engine is much more reliable. The "rework" engine will still work for now but will be removed in the next major version.Remove the
keepQueryoption if you are using it.Remove the
absoluteoption, webpack should work fine without it. If you have a specific need to rebaseurl()then you should use a separate loader.If you use a custom
joinfunction then you will need to refactor it to the new API. Refer to the advanced usage documentation.If you wish to still use
engine: "rework"then note thatreworkandrework-visitpackages are nowpeerDependenciesthat must be explicitly installed by you.Version 3
Features
- Use
postcssparser by default. This is long overdue as the oldreworkparser doesn't cope with modern css.
... (truncated)
Commits
bf01da95.0.078393f6update branch references to v56787839github actions for CI1457038update changelog and readmea01faf95.0.0-beta.1fb09faeremove the engine option harder, ensure deprecation warning is tested5654fa4remove the engine option and related tests, use getOptions from loader where ...10f9cdb5.0.0-alpha.1b168dd3adjust deprecation message for engine option29e142anormalise windows absolute paths to posix format in log messages- Additional commits viewable in compare view
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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.