chore(deps): update devdeps non-major #212

Merged
renovator merged 1 commits from renovate/devdeps-non-major into main 2023-05-14 21:07:47 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
webpack devDependencies minor 5.81.0 -> 5.82.1
webpack-cli (source) devDependencies minor 5.0.2 -> 5.1.1

Release Notes

webpack/webpack

v5.82.1

Compare Source

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: https://github.com/webpack/webpack/compare/v5.82.0...v5.82.1

v5.82.0

Compare Source

New Features

Bug Fixes

  • CSS] - Respect `media`/`supports`/`layer` from parent CSS module by [@​alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17115
    
  • CSS] - Add warning & support for any [@​import](https://github.com/import) rules must precede all other rules by [@​alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17118
    
  • CSS] - Support handling `#hash` URL as external (similar to Parcel) by [@​alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17116
    
  • Optimize numberHash.js performance by removing inner loops by @​alexkuz in https://github.com/webpack/webpack/pull/17074
  • Improve template string comparison algorithm by @​An0nie in https://github.com/webpack/webpack/pull/17079

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: https://github.com/webpack/webpack/compare/v5.81.0...v5.82.0

webpack/webpack-cli

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features
Performance Improvements

5.0.2 (2023-04-21)

Bug Fixes
  • error message for missing default export in configuration (#​3685) (e0a4a09)
  • perf: reduced startup time (3b79059)

5.0.1 (2022-12-05)

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [webpack](https://github.com/webpack/webpack) | devDependencies | minor | [`5.81.0` -> `5.82.1`](https://renovatebot.com/diffs/npm/webpack/5.81.0/5.82.1) | | [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli) ([source](https://github.com/webpack/webpack-cli)) | devDependencies | minor | [`5.0.2` -> `5.1.1`](https://renovatebot.com/diffs/npm/webpack-cli/5.0.2/5.1.1) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.82.1`](https://github.com/webpack/webpack/releases/tag/v5.82.1) [Compare Source](https://github.com/webpack/webpack/compare/v5.82.0...v5.82.1) #### Bug Fixes - \[CSS] - Support nesting in CSS modules and bug fixes by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17133 - \[CSS] - Fix crash with `importModule` when CSS enabled by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17140 - Fix bug where `output.hashFunction` was failing to generate debug hash by [@&#8203;ahabhgk](https://github.com/ahabhgk) in https://github.com/webpack/webpack/pull/16950 - Reduce the amount of generated code for chunk loading by [@&#8203;lvivski](https://github.com/lvivski) in https://github.com/webpack/webpack/pull/17151 - Use module preload for ESM module output by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17143 #### Developer Experience - Improve module type strictness for Module.prototype.type expand ModuleTypeConstants by [@&#8203;TheLarkInn](https://github.com/TheLarkInn) in https://github.com/webpack/webpack/pull/17136 #### Dependencies & Maintenance - Update package.json description by [@&#8203;JeraldVin](https://github.com/JeraldVin) in https://github.com/webpack/webpack/pull/17145 - Bump webpack-cli from 5.0.2 to 5.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17146 - Bump core-js from 3.30.1 to 3.30.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17149 - Bump enhanced-resolve to v5.14.0 by [@&#8203;snitin315](https://github.com/snitin315) in https://github.com/webpack/webpack/pull/17160 #### New Contributors - [@&#8203;JeraldVin](https://github.com/JeraldVin) made their first contribution in https://github.com/webpack/webpack/pull/17145 **Full Changelog**: https://github.com/webpack/webpack/compare/v5.82.0...v5.82.1 ### [`v5.82.0`](https://github.com/webpack/webpack/releases/tag/v5.82.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.81.0...v5.82.0) #### New Features - \[CSS] - Add URL dependencies support to consume shared module via module federation by [@&#8203;snitin315](https://github.com/snitin315) in https://github.com/webpack/webpack/pull/16945 - Allow webpack-cli to be in ESM by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17088 - Allow specifying "onPolicyCreationFailure" mode for trusted types by [@&#8203;Zlatkovsky](https://github.com/Zlatkovsky) in https://github.com/webpack/webpack/pull/16990 #### Bug Fixes - \[CSS] - Respect `media`/`supports`/`layer` from parent CSS module by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17115 - \[CSS] - Add warning & support for any [@&#8203;import](https://github.com/import) rules must precede all other rules by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17118 - \[CSS] - Support handling `#hash` URL as external (similar to Parcel) by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17116 - Optimize numberHash.js performance by removing inner loops by [@&#8203;alexkuz](https://github.com/alexkuz) in https://github.com/webpack/webpack/pull/17074 - Improve template string comparison algorithm by [@&#8203;An0nie](https://github.com/An0nie) in https://github.com/webpack/webpack/pull/17079 #### Tests & Contributor Experience - \[CSS] - Increase imports external test coverage by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17089 - Improve PR reliability via ignoring unstable coverage by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17106 - Update webpack types to support extends property in webpack (for webpack-cli) by [@&#8203;burhanuday](https://github.com/burhanuday) in https://github.com/webpack/webpack/pull/17113 #### Developer Experience - Increase type coverage and documentation for `StringXor` class. by [@&#8203;TheLarkInn](https://github.com/TheLarkInn) in https://github.com/webpack/webpack/pull/17070 - Increase type coverage & docs for `numberHash` by [@&#8203;TheLarkInn](https://github.com/TheLarkInn) in https://github.com/webpack/webpack/pull/17072 - Increase type coverage & docs for `JavascriptParser` by [@&#8203;TheLarkInn](https://github.com/TheLarkInn) in https://github.com/webpack/webpack/pull/17094 - Increase type coverage & docs for `BasicEvaluatedExpression` by [@&#8203;TheLarkInn](https://github.com/TheLarkInn) in https://github.com/webpack/webpack/pull/17096 - Increase type coverage for CSS module type by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17097 - Increase type coverage for JSON module type by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17095 - Increase type coverage & docs for multiple utility classes by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17107 #### Dependencies & Maintenance - chore(deps-dev): bump lint-staged from 13.2.1 to 13.2.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17075 - chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17052 - chore(deps-dev): bump assemblyscript from 0.27.3 to 0.27.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17064 - chore(deps-dev): bump assemblyscript from 0.27.4 to 0.27.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17109 - chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 18.16.2 to 18.16.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17112 - chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 18.15.13 to 18.16.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17084 - chore(deps-dev): bump webpack-cli from 5.0.1 to 5.0.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17054 - chore(deps-dev): bump date-fns from 2.29.3 to 2.30.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17111 #### New Contributors - [@&#8203;An0nie](https://github.com/An0nie) made their first contribution in https://github.com/webpack/webpack/pull/17079 - [@&#8203;burhanuday](https://github.com/burhanuday) made their first contribution in https://github.com/webpack/webpack/pull/17113 - [@&#8203;Zlatkovsky](https://github.com/Zlatkovsky) made their first contribution in https://github.com/webpack/webpack/pull/16990 **Full Changelog**: https://github.com/webpack/webpack/compare/v5.81.0...v5.82.0 </details> <details> <summary>webpack/webpack-cli</summary> ### [`v5.1.1`](https://github.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#&#8203;511-httpsgithubcomwebpackwebpack-clicomparewebpack-cli510webpack-cli511-2023-05-09) [Compare Source](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.0...webpack-cli@5.1.1) ##### Bug Fixes - false positive warning when `--watch` used ([#&#8203;3783](https://github.com/webpack/webpack-cli/issues/3783)) ([c0436ba](https://github.com/webpack/webpack-cli/commit/c0436baca2da7a8ce9e53bbbe960dd1951fe6404)) ### [`v5.1.0`](https://github.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#&#8203;510-httpsgithubcomwebpackwebpack-clicomparewebpack-cli502webpack-cli510-2023-05-07) [Compare Source](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.2...webpack-cli@5.1.0) ##### Features - shareable webpack configs using `extends` ([#&#8203;3738](https://github.com/webpack/webpack-cli/issues/3738)) ([d04d0b9](https://github.com/webpack/webpack-cli/commit/d04d0b98b69948966c8de5dacf771ac324ba5658)) ##### Performance Improvements - simplify logic, reduce extra loops and perf ([#&#8203;3767](https://github.com/webpack/webpack-cli/issues/3767)) ([6afe1d3](https://github.com/webpack/webpack-cli/commit/6afe1d3be41e191aa7c4865919d092d952e98605)) #### [5.0.2](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2) (2023-04-21) ##### Bug Fixes - error message for missing default export in configuration ([#&#8203;3685](https://github.com/webpack/webpack-cli/issues/3685)) ([e0a4a09](https://github.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f)) - **perf:** reduced startup time ([3b79059](https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128)) #### [5.0.1](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1) (2022-12-05) ##### Bug Fixes - make `define-process-env-node-env` alias `node-env` ([#&#8203;3514](https://github.com/webpack/webpack-cli/issues/3514)) ([346a518](https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43Mi4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovator force-pushed renovate/devdeps-non-major from 4d5630aa68 to 634e581125 2023-05-09 08:37:31 +02:00 Compare
renovator force-pushed renovate/devdeps-non-major from 634e581125 to ff111ab0f8 2023-05-10 18:08:27 +02:00 Compare
renovator force-pushed renovate/devdeps-non-major from ff111ab0f8 to 501b5ebf5b 2023-05-14 20:07:52 +02:00 Compare
renovator force-pushed renovate/devdeps-non-major from 501b5ebf5b to b1651a0ae3 2023-05-14 20:39:32 +02:00 Compare
renovator merged commit b1651a0ae3 into main 2023-05-14 21:07:47 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xoxys/thegeeklab#212
No description provided.