ZoeyVid / NPMplus

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://hub.docker.com/r/zoeyvid/npmplus
MIT License
270 stars 12 forks source link

fix(deps): update dependency imports-loader to v5 (develop) #918

Closed renovate[bot] closed 4 days ago

renovate[bot] commented 4 days ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
imports-loader 0.8.0 -> 5.0.0 age adoption passing confidence

Release Notes

webpack-contrib/imports-loader (imports-loader) ### [`v5.0.0`](https://togithub.com/webpack-contrib/imports-loader/blob/HEAD/CHANGELOG.md#500-2024-01-16) [Compare Source](https://togithub.com/webpack-contrib/imports-loader/compare/v4.0.1...v5.0.0) ##### ⚠ BREAKING CHANGES - minimum supported Node.js version is `18.12.0` ([#​188](https://togithub.com/webpack-contrib/imports-loader/issues/188)) ([44163ca](https://togithub.com/webpack-contrib/imports-loader/commit/44163ca0be6b85bc8a6934d5ea7967cd9cc5e847)) ##### [4.0.1](https://togithub.com/webpack-contrib/imports-loader/compare/v4.0.0...v4.0.1) (2022-08-12) ##### Bug Fixes - source map for other loaders ([#​146](https://togithub.com/webpack-contrib/imports-loader/issues/146)) ([5a1f866](https://togithub.com/webpack-contrib/imports-loader/commit/5a1f866e9755452ad991960cd2db58c93da3aa77)) ### [`v4.0.1`](https://togithub.com/webpack-contrib/imports-loader/blob/HEAD/CHANGELOG.md#401-2022-08-12) [Compare Source](https://togithub.com/webpack-contrib/imports-loader/compare/v4.0.0...v4.0.1) ### [`v4.0.0`](https://togithub.com/webpack-contrib/imports-loader/blob/HEAD/CHANGELOG.md#400-2022-05-17) [Compare Source](https://togithub.com/webpack-contrib/imports-loader/compare/v3.1.1...v4.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `14.15.0` ##### [3.1.1](https://togithub.com/webpack-contrib/imports-loader/compare/v3.1.0...v3.1.1) (2021-11-01) ##### Bug Fixes - sourcemaps generation ([#​113](https://togithub.com/webpack-contrib/imports-loader/issues/113)) ([6f948c2](https://togithub.com/webpack-contrib/imports-loader/commit/6f948c2b69d09de95a4f18ecdb4fdd5da03fb18b)) ### [`v3.1.1`](https://togithub.com/webpack-contrib/imports-loader/blob/HEAD/CHANGELOG.md#311-2021-11-01) [Compare Source](https://togithub.com/webpack-contrib/imports-loader/compare/v3.1.0...v3.1.1) ### [`v3.1.0`](https://togithub.com/webpack-contrib/imports-loader/blob/HEAD/CHANGELOG.md#310-2021-10-22) [Compare Source](https://togithub.com/webpack-contrib/imports-loader/compare/v3.0.1...v3.1.0) ##### Features - output links and descriptions on errors ([#​110](https://togithub.com/webpack-contrib/imports-loader/issues/110)) ([b86cb8b](https://togithub.com/webpack-contrib/imports-loader/commit/b86cb8b9d22a397261d4fd3599f9a850084dd8cf)) ##### [3.0.1](https://togithub.com/webpack-contrib/imports-loader/compare/v3.0.0...v3.0.1) (2021-10-21) ##### Bug Fixes - small perf improvement ([#​860](https://togithub.com/webpack-contrib/imports-loader/issues/860)) ([7fabfab](https://togithub.com/webpack-contrib/imports-loader/commit/7fabfab4b5eaf3326af8fbfc554ec0b0b4927fa9)) ### [`v3.0.1`](https://togithub.com/webpack-contrib/imports-loader/blob/HEAD/CHANGELOG.md#301-2021-10-21) [Compare Source](https://togithub.com/webpack-contrib/imports-loader/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://togithub.com/webpack-contrib/imports-loader/blob/HEAD/CHANGELOG.md#300-2021-05-18) [Compare Source](https://togithub.com/webpack-contrib/imports-loader/compare/v2.0.0...v3.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `12.13.0` ### [`v2.0.0`](https://togithub.com/webpack-contrib/imports-loader/blob/HEAD/CHANGELOG.md#200-2021-02-01) [Compare Source](https://togithub.com/webpack-contrib/imports-loader/compare/v1.2.0...v2.0.0) ##### ⚠ 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`) ### [`v1.2.0`](https://togithub.com/webpack-contrib/imports-loader/blob/HEAD/CHANGELOG.md#120-2020-10-07) [Compare Source](https://togithub.com/webpack-contrib/imports-loader/compare/v1.1.0...v1.2.0) ##### Features - add custom parameter names for wrapper args ([#​86](https://togithub.com/webpack-contrib/imports-loader/issues/86)) ([4314ecd](https://togithub.com/webpack-contrib/imports-loader/commit/4314ecd2b853dec1a4f5a3fa76f8559167732cb5)) ### [`v1.1.0`](https://togithub.com/webpack-contrib/imports-loader/blob/HEAD/CHANGELOG.md#110-2020-06-24) [Compare Source](https://togithub.com/webpack-contrib/imports-loader/compare/v1.0.0...v1.1.0) ##### Features - "|" character can be used as delimiter for inline string syntax ([00697de](https://togithub.com/webpack-contrib/imports-loader/commit/00697dee3d0108bf632b3f82bd3adc62bd7aa907)) ### [`v1.0.0`](https://togithub.com/webpack-contrib/imports-loader/blob/HEAD/CHANGELOG.md#100-2020-06-17) [Compare Source](https://togithub.com/webpack-contrib/imports-loader/compare/v0.8.0...v1.0.0) ##### ⚠ BREAKING CHANGES - minimum supported Node.js version is `10.13` - minimum supported `webpack` version is `4` - `inline` syntax was changed, please [read](https://togithub.com/webpack-contrib/imports-loader#inline) - list of imported modules moved to the `imports` option, please [read](https://togithub.com/webpack-contrib/imports-loader#imports) - wrapper moved to the `wrapper` option, please [read](https://togithub.com/webpack-contrib/imports-loader#wrapper) - custom variables moved to the `additionalCode` option, please [read](https://togithub.com/webpack-contrib/imports-loader#additionalcode) - generates ES module default import by default (`import Foo from 'foo';`) ##### Features - validate options - support webpack 5 - implemented the `type` option (imports can be CommonsJS or ES module format) - implemented the ability to generate multiple import in CommonJS or ES module format - improved support of `inline` usage - allowed to adding arguments for wrapper - allowed to inject any custom code ##### Bug Fixes - do not crash on invalid inline syntax - respect `'use strict';`

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 4 days ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.