Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Comments

Bump loader-utils, copy-webpack-plugin, exports-loader, imports-loader and webpack#53

Open
dependabot[bot] wants to merge 1 commit intodevelop from
dependabot/npm_and_yarn/loader-utils-and-copy-webpack-plugin-and-exports-loader-and-imports-loader-and-webpack-1.4.1
Open

Bump loader-utils, copy-webpack-plugin, exports-loader, imports-loader and webpack #53
dependabot[bot] wants to merge 1 commit intodevelop from
dependabot/npm_and_yarn/loader-utils-and-copy-webpack-plugin-and-exports-loader-and-imports-loader-and-webpack-1.4.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Bumps loader-utils to 1.4.1 and updates ancestor dependencies loader-utils, copy-webpack-plugin, exports-loader, imports-loader and webpack. These dependencies need to be updated together.

Updates loader-utils from 0.2.17 to 1.4.1

Release notes

Sourced from loader-utils's releases.

v1.4.1

1.4.1 (2022年11月07日)

Bug Fixes

v1.4.0

1.4.0 (2020年02月19日)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)

v1.3.0

1.3.0 (2020年02月19日)

Features

  • support the [query] template for the interpolatedName method (#162) (469eeba)

v1.2.3

1.2.3 (2018年12月27日)

Bug Fixes

  • interpolateName: don't interpolated hashType without hash or contenthash (#140) (3528fd9)

v1.2.2

1.2.2 (2018年12月27日)

Bug Fixes

  • fixed a hash type extracting in interpolateName (#137) (f8a71f4)

v1.2.1

1.2.1 (2018年12月25日)

... (truncated)

Changelog

Sourced from loader-utils's changelog.

1.4.1 (2022年11月07日)

Bug Fixes

1.4.0 (2020年02月19日)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)

1.3.0 (2020年02月19日)

Features

  • support the [query] template for the interpolatedName method (#162) (469eeba)

1.2.3 (2018年12月27日)

Bug Fixes

  • interpolateName: don't interpolated hashType without hash or contenthash (#140) (3528fd9)

1.2.2 (2018年12月27日)

Bug Fixes

  • fixed a hash type extracting in interpolateName (#137) (f8a71f4)

1.2.1 (2018年12月25日)

... (truncated)

Commits
Maintainer 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.0

Release notes

Sourced from copy-webpack-plugin's releases.

v4.6.0

2018年10月31日

Bug Fixes

  • handle undefined and null as stats value (#302) (78c5d12)

Features

  • add support for target path transform (#284) (7fe0c06)

v4.5.4

2018年10月18日

Bug Fixes

  • processPattern: don't add 'glob' as directory when it is a file (contextDependencies) (#296) (5670926)

v4.5.3

2018年10月10日

Bug Fixes

  • processPattern: add glob directory context to contextDependencies (#290) (5fa69db)

v4.5.2

4.5.2 (2018年06月26日)

Bug Fixes

v4.5.1

2018年03月09日

Bug Fixes

  • package: update cacache v10.0.1...10.0.4 (dependencies) (#238) (0b288f9)

Performance Improvements

... (truncated)

Changelog

Sourced from copy-webpack-plugin's changelog.

4.6.0 (2018年10月31日)

Bug Fixes

  • handle undefined and null as stats value (#302) (78c5d12)

Features

  • add support for target path transform (#284) (7fe0c06)

4.5.4 (2018年10月18日)

Bug Fixes

  • processPattern: don't add 'glob' as directory when it is a file (contextDependencies) (#296) (5670926)

4.5.3 (2018年10月10日)

Bug Fixes

  • processPattern: add glob directory context to contextDependencies (#290) (5fa69db)

4.5.2 (2018年06月26日)

Bug Fixes

4.5.1 (2018年03月09日)

Bug Fixes

... (truncated)

Commits
  • 5cf125e chore(release): 4.6.0
  • 78c5d12 fix: handle undefined and null as stats value (#302)
  • 7fe0c06 feat: add support for target path transform (#284)
  • dc7aa5d chore(release): 4.5.4
  • 5670926 fix(processPattern): don't add 'glob' as directory when it is a file (`cont...
  • 48bc708 chore(release): 4.5.3
  • 5fa69db fix(processPattern): add glob directory context to contextDependencies (#...
  • 5474889 docs: context option is a string, not array (#269)
  • 1f92729 chore(release): 4.5.2
  • 3ef5b6c fix: allow square brackets in path (#264)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for copy-webpack-plugin since your current version.


Updates exports-loader from 0.6.3 to 0.6.4

Release notes

Sourced from exports-loader's releases.

v0.6.4

2017年02月24日

Bug Fixes

  • package: fix loader util deprecation warning (#13) (c52de70)
Changelog

Sourced from exports-loader's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0 (2022年05月17日)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

3.1.0 (2021年10月21日)

Features

  • output helpful descriptions and links on errors (#66) (ba96dda)

3.0.0 (2021年05月17日)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

2.0.0 (2021年01月11日)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5 (#58) (9176392)
  • inline syntax was changed: [] is no longer supported (i.e. exports-loader?exports[]=myVariable&exports[]=myFunction!./file.js), please use , (i.e. exports-loader?exports=myVariable,myFunction!./file.js)
  • removed filename template support for export names and aliases (i.e. [name]) due unstable behaviour in some cases and very rarely used

1.1.1 (2020年10月09日)

Chore

  • update schema-utils

1.1.0 (2020年06月24日)

Features

  • "|" character can be used as delimiter for inline string syntax (#46) (e0bc930)

1.0.1 (2020年06月17日)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by d3viant0ne, a new releaser for exports-loader since your current version.


Updates imports-loader from 0.6.5 to 4.0.1

Release notes

Sourced from imports-loader's releases.

v4.0.1

4.0.1 (2022年08月12日)

Bug Fixes

v4.0.0

4.0.0 (2022年05月17日)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

v3.1.1

3.1.1 (2021年11月01日)

Bug Fixes

v3.1.0

3.1.0 (2021年10月22日)

Features

  • output links and descriptions on errors (#110) (b86cb8b)

v3.0.1

3.0.1 (2021年10月21日)

Bug Fixes

v3.0.0

3.0.0 (2021年05月18日)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

v2.0.0

2.0.0 (2021年02月01日)

... (truncated)

Changelog

Sourced from imports-loader's changelog.

4.0.1 (2022年08月12日)

Bug Fixes

4.0.0 (2022年05月17日)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

3.1.1 (2021年11月01日)

Bug Fixes

3.1.0 (2021年10月22日)

Features

  • output links and descriptions on errors (#110) (b86cb8b)

3.0.1 (2021年10月21日)

Bug Fixes

3.0.0 (2021年05月18日)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

2.0.0 (2021年02月01日)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5
  • inline syntax was changed: [] is no longer supported (i.e. imports-loader?imports[]=default|jquery|$&imports[]=angular!./example.js), please use , comma separator (i.e. imports-loader?imports=default|jquery|,ドルangular!./example.js)

1.2.0 (2020年10月07日)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for imports-loader since your current version.


Updates webpack from 1.13.2 to 5.74.0

Release notes

Sourced from webpack's releases.

v5.74.0

Features

  • add resolve.extensionAlias option which allows to alias extensions
    • This is useful when you are forced to add the .js extension to imports when the file really has a .ts extension (typescript + "type": "module")
  • add support for ES2022 features like static blocks
  • add Tree Shaking support for ProvidePlugin

Bugfixes

  • fix persistent cache when some build dependencies are on a different windows drive
  • make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules
  • remove left-over from debugging in TLA/async modules runtime code
  • remove unneeded extra 1s timestamp offset during watching when files are actually untouched
    • This sometimes caused an additional second build which are not really needed
  • fix shareScope option for ModuleFederationPlugin
  • set "use-credentials" also for same origin scripts

Performance

  • Improve memory usage and performance of aggregating needed files/directories for watching
    • This affects rebuild performance

Extensibility

  • export HarmonyImportDependency for plugins

v5.73.0

Features

  • add options for default dynamicImportMode and prefetch and preload
  • add support for import { createRequire } from "module" in source code

Bugfixes

  • fix code generation of e. g. return"field"in Module
  • fix performance of large JSON modules
  • fix performance of async modules evaluation

Developer Experience

  • export PathData in typings
  • improve error messages with more details

v5.72.1

Bugfixes

  • fix __webpack_nonce__ with HMR
  • fix in operator in some cases

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will 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.

...r and webpack
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.1 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin), [exports-loader](https://github.com/webpack-contrib/exports-loader), [imports-loader](https://github.com/webpack-contrib/imports-loader) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together.
Updates `loader-utils` from 0.2.17 to 1.4.1
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md)
- [Commits](webpack/loader-utils@v0.2.17...v1.4.1)
Updates `copy-webpack-plugin` from 4.0.1 to 4.6.0
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack/copy-webpack-plugin@v4.0.1...v4.6.0)
Updates `exports-loader` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/webpack-contrib/exports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/exports-loader/commits/v0.6.4)
Updates `imports-loader` from 0.6.5 to 4.0.1
- [Release notes](https://github.com/webpack-contrib/imports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/imports-loader/blob/master/CHANGELOG.md)
- [Commits](webpack/imports-loader@v0.6.5...v4.0.1)
Updates `webpack` from 1.13.2 to 5.74.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v1.13.2...v5.74.0)
---
updated-dependencies:
- dependency-name: loader-utils
 dependency-type: indirect
- dependency-name: copy-webpack-plugin
 dependency-type: direct:development
- dependency-name: exports-loader
 dependency-type: direct:development
- dependency-name: imports-loader
 dependency-type: direct:development
- dependency-name: webpack
 dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants

AltStyle によって変換されたページ (->オリジナル) /