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

Merged
xoxys merged 1 commits from renovate/devdeps-non-major into main 2023-06-20 10:05:47 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
webpack devDependencies minor 5.85.0 -> 5.87.0
webpack-cli (source) devDependencies patch 5.1.3 -> 5.1.4

Release Notes

webpack/webpack (webpack)

v5.87.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

@​aboktor made their first contribution in #​16991 #​16989
@​silverwind made their first contribution in #​17339 via #​17329

Full Changelog: https://github.com/webpack/webpack/compare/v5.86.0...v5.87.0

v5.86.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: https://github.com/webpack/webpack/compare/v5.85.1...v5.86.0

v5.85.1

Compare Source

Bug Fixes

Dependencies & Maintenance

Full Changelog: https://github.com/webpack/webpack/compare/v5.85.0...v5.85.1

webpack/webpack-cli (webpack-cli)

v5.1.4

Compare Source

Bug Fixes
  • multi compiler progress output (f659624)

Configuration

📅 Schedule: Branch creation - "before 4am 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.85.0` -> `5.87.0`](https://renovatebot.com/diffs/npm/webpack/5.85.0/5.87.0) | | [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli) ([source](https://github.com/webpack/webpack-cli)) | devDependencies | patch | [`5.1.3` -> `5.1.4`](https://renovatebot.com/diffs/npm/webpack-cli/5.1.3/5.1.4) | --- ### Release Notes <details> <summary>webpack/webpack (webpack)</summary> ### [`v5.87.0`](https://github.com/webpack/webpack/releases/tag/v5.87.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.86.0...v5.87.0) #### New Features - Implement `fetchPriority` feature as parser option and magic comment by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17249 - \[CSS] - Introduce 'css/auto' as a css module type by [@&#8203;ahabhgk](https://github.com/ahabhgk) in https://github.com/webpack/webpack/pull/16577 - \[CSS] - Style-specific fields now automatically resolve in package.json by [@&#8203;burhanuday](https://github.com/burhanuday) in https://github.com/webpack/webpack/pull/17346 - webpack configuration API now accepts "falsy values" loaders and plugins by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17339 #### Bug Fixes - Fix codecov badge in readme by [@&#8203;burhanuday](https://github.com/burhanuday) in https://github.com/webpack/webpack/pull/17353 #### Developer Experience - Add link to svelte loader for webpack by [@&#8203;burhanuday](https://github.com/burhanuday) in https://github.com/webpack/webpack/pull/17369 - Increase parser API types in internal plugins across dependency plugins [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17365 #### Dependencies & Maintenance - Bump memfs from 3.5.2 to 3.5.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17347 - Bump webpack-cli from 5.1.3 to 5.1.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17349 - Bump es-module-lexer from 1.2.1 to 1.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17362 - Bump [@&#8203;types/node](https://github.com/types/node) from 20.2.5 to 20.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17361 - Bump core-js from 3.30.2 to 3.31.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17360 - Bump browserslist from 4.21.6 to 4.21.8 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17367 - Bump [@&#8203;types/node](https://github.com/types/node) from 20.3.0 to 20.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17366 #### New Contributors [@&#8203;aboktor](https://github.com/aboktor) made their first contribution in [#&#8203;16991](https://github.com/webpack/webpack/issues/16991) [#&#8203;16989](https://github.com/webpack/webpack/issues/16989) [@&#8203;silverwind](https://github.com/silverwind) made their first contribution in [#&#8203;17339](https://github.com/webpack/webpack/issues/17339) via [#&#8203;17329](https://github.com/webpack/webpack/issues/17329) **Full Changelog**: https://github.com/webpack/webpack/compare/v5.86.0...v5.87.0 ### [`v5.86.0`](https://github.com/webpack/webpack/releases/tag/v5.86.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.85.1...v5.86.0) #### New Features - Improved cache size performance via better handling of serialization for errors and bigints by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17282 - Introduce an export default handler function option for `ProgressPlugin` by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17312 - Support passing `RegExp` to `splitChunks.chunks` by [@&#8203;hyf0](https://github.com/hyf0) in https://github.com/webpack/webpack/pull/17332 #### Bug Fixes - Fix layer capabilities for `ContextModule` types by [@&#8203;huozhi](https://github.com/huozhi) in https://github.com/webpack/webpack/pull/17310 - Fix compatibility of `__non_webpack_require__` with ES modules by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17308 - Improve type coverage `Chunk`, `ChunkGroup`, and other plugins by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/1731 - Do not add `js` extension for eval source maps when extension is not resolvable by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17331 #### Developer Experience - Improve type coverage for Json Module type and lazy load json-assertions package by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17301 #### Dependencies & Maintenance - Bump memfs from 3.5.1 to 3.5.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17315 - Bump webpack-cli from 5.1.1 to 5.1.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17314 - Bump eslint from 8.41.0 to 8.42.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17313 #### New Contributors - [@&#8203;huozhi](https://github.com/huozhi) made their first contribution in https://github.com/webpack/webpack/pull/17310 - [@&#8203;hyf0](https://github.com/hyf0) made their first contribution in https://github.com/webpack/webpack/pull/17332 **Full Changelog**: https://github.com/webpack/webpack/compare/v5.85.1...v5.86.0 ### [`v5.85.1`](https://github.com/webpack/webpack/releases/tag/v5.85.1) [Compare Source](https://github.com/webpack/webpack/compare/v5.85.0...v5.85.1) #### Bug Fixes - Fix bug in handling barrel imports ([#&#8203;17305](https://github.com/webpack/webpack/issues/17305)) by [@&#8203;bworline](https://github.com/bworline) in https://github.com/webpack/webpack/pull/17307 - ***NOTE**: An internal API `BasicEvaluatedExpression.getMemberRangeStarts` has been changed to `BasicEvaluatedExpression.getMemberRanges`, please see type definition changes and the pull request for more information.* #### Dependencies & Maintenance - Bump [@&#8203;types/jest](https://github.com/types/jest) from 29.5.1 to 29.5.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17297 **Full Changelog**: https://github.com/webpack/webpack/compare/v5.85.0...v5.85.1 </details> <details> <summary>webpack/webpack-cli (webpack-cli)</summary> ### [`v5.1.4`](https://github.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#&#8203;514-httpsgithubcomwebpackwebpack-clicomparewebpack-cli513webpack-cli514-2023-06-07) [Compare Source](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.3...webpack-cli@5.1.4) ##### Bug Fixes - multi compiler progress output ([f659624](https://github.com/webpack/webpack-cli/commit/f6596242c74100bfd6fa391ed2071402a3bd4785)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEzMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovator force-pushed renovate/devdeps-non-major from 9a29a98fd8 to f61ee09d79 2023-06-14 20:37:35 +02:00 Compare
xoxys merged commit c7d7fe3198 into main 2023-06-20 10:05:47 +02:00
xoxys deleted branch renovate/devdeps-non-major 2023-06-20 10:05: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#222
No description provided.