Commit 7327a50
authored
chore(deps): update dependency webpack to ^5.88.0 (#63)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [webpack](https://togithub.com/webpack/webpack) | [`^5.86.0` ->
`^5.88.0`](https://renovatebot.com/diffs/npm/webpack/5.86.0/5.88.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>webpack/webpack</summary>
###
[`v5.88.0`](https://togithub.com/webpack/webpack/releases/tag/v5.88.0)
[Compare
Source](https://togithub.com/webpack/webpack/compare/v5.87.0...v5.88.0)
#### New Features
- \[CSS] - Use `css/auto` as the default css mode by
[@​burhanuday](https://togithub.com/burhanuday) in
[https://github.com/webpack/webpack/pull/17399](https://togithub.com/webpack/webpack/pull/17399)
#### Bug Fixes
- Fix bugs related to require.context and layer by
[@​alexander-akait](https://togithub.com/alexander-akait) in
[https://github.com/webpack/webpack/pull/17388](https://togithub.com/webpack/webpack/pull/17388)
- Fix bug in runtime for CSS loading by
[@​alexander-akait](https://togithub.com/alexander-akait) in
[https://github.com/webpack/webpack/pull/17400](https://togithub.com/webpack/webpack/pull/17400)
- Correct indirect call for tagged template expressions using correct
this context by
[@​alexander-akait](https://togithub.com/alexander-akait) in
[https://github.com/webpack/webpack/pull/17397](https://togithub.com/webpack/webpack/pull/17397)
- Update environment support for KaiOS browser by
[@​steverep](https://togithub.com/steverep) in
[https://github.com/webpack/webpack/pull/17395](https://togithub.com/webpack/webpack/pull/17395)
- Fix async module runtime code for running top-level-await by
[@​ahabhgk](https://togithub.com/ahabhgk) in
[https://github.com/webpack/webpack/pull/17393](https://togithub.com/webpack/webpack/pull/17393)
#### Developer Experience
- Add example for stats minimal output by
[@​ersachin3112](https://togithub.com/ersachin3112) in
[https://github.com/webpack/webpack/pull/17406](https://togithub.com/webpack/webpack/pull/17406)
- Significantly improve type coverage for Dependency, Runtime, Template
classes by
[@​alexander-akait](https://togithub.com/alexander-akait) in
[https://github.com/webpack/webpack/pull/17394](https://togithub.com/webpack/webpack/pull/17394)
#### Dependencies & Maintenance
- Bump browserslist from 4.21.8 to 4.21.9 by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/webpack/webpack/pull/17389](https://togithub.com/webpack/webpack/pull/17389)
- Bump acorn from 8.8.2 to 8.9.0 by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/webpack/webpack/pull/17402](https://togithub.com/webpack/webpack/pull/17402)
- Bump eslint from 8.42.0 to 8.43.0 by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/webpack/webpack/pull/17401](https://togithub.com/webpack/webpack/pull/17401)
- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/webpack/webpack/pull/17407](https://togithub.com/webpack/webpack/pull/17407)
#### New Contributors
- [@​steverep](https://togithub.com/steverep) made their first
contribution in
[https://github.com/webpack/webpack/pull/17395](https://togithub.com/webpack/webpack/pull/17395)
**Full Changelog**:
webpack/webpack@v5.87.0...v5.88.0
###
[`v5.87.0`](https://togithub.com/webpack/webpack/releases/tag/v5.87.0)
[Compare
Source](https://togithub.com/webpack/webpack/compare/v5.86.0...v5.87.0)
#### New Features
- Implement `fetchPriority` feature as parser option and magic comment
by [@​alexander-akait](https://togithub.com/alexander-akait) in
[https://github.com/webpack/webpack/pull/17249](https://togithub.com/webpack/webpack/pull/17249)
- \[CSS] - Introduce 'css/auto' as a css module type by
[@​ahabhgk](https://togithub.com/ahabhgk) in
[https://github.com/webpack/webpack/pull/16577](https://togithub.com/webpack/webpack/pull/16577)
- \[CSS] - Style-specific fields now automatically resolve in
package.json by [@​burhanuday](https://togithub.com/burhanuday) in
[https://github.com/webpack/webpack/pull/17346](https://togithub.com/webpack/webpack/pull/17346)
- webpack configuration API now accepts "falsy values" loaders and
plugins by
[@​alexander-akait](https://togithub.com/alexander-akait) in
[https://github.com/webpack/webpack/pull/17339](https://togithub.com/webpack/webpack/pull/17339)
#### Bug Fixes
- Fix codecov badge in readme by
[@​burhanuday](https://togithub.com/burhanuday) in
[https://github.com/webpack/webpack/pull/17353](https://togithub.com/webpack/webpack/pull/17353)
#### Developer Experience
- Add link to svelte loader for webpack by
[@​burhanuday](https://togithub.com/burhanuday) in
[https://github.com/webpack/webpack/pull/17369](https://togithub.com/webpack/webpack/pull/17369)
- Increase parser API types in internal plugins across dependency
plugins [@​alexander-akait](https://togithub.com/alexander-akait)
in
[https://github.com/webpack/webpack/pull/17365](https://togithub.com/webpack/webpack/pull/17365)
#### Dependencies & Maintenance
- Bump memfs from 3.5.2 to 3.5.3 by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/webpack/webpack/pull/17347](https://togithub.com/webpack/webpack/pull/17347)
- Bump webpack-cli from 5.1.3 to 5.1.4 by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/webpack/webpack/pull/17349](https://togithub.com/webpack/webpack/pull/17349)
- Bump es-module-lexer from 1.2.1 to 1.3.0 by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/webpack/webpack/pull/17362](https://togithub.com/webpack/webpack/pull/17362)
- Bump [@​types/node](https://togithub.com/types/node) from 20.2.5
to 20.3.0 by [@​dependabot](https://togithub.com/dependabot) in
[https://github.com/webpack/webpack/pull/17361](https://togithub.com/webpack/webpack/pull/17361)
- Bump core-js from 3.30.2 to 3.31.0 by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/webpack/webpack/pull/17360](https://togithub.com/webpack/webpack/pull/17360)
- Bump browserslist from 4.21.6 to 4.21.8 by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/webpack/webpack/pull/17367](https://togithub.com/webpack/webpack/pull/17367)
- Bump [@​types/node](https://togithub.com/types/node) from 20.3.0
to 20.3.1 by [@​dependabot](https://togithub.com/dependabot) in
[https://github.com/webpack/webpack/pull/17366](https://togithub.com/webpack/webpack/pull/17366)
#### New Contributors
[@​aboktor](https://togithub.com/aboktor) made their first
contribution in
[#​16991](https://togithub.com/webpack/webpack/issues/16991)
[#​16989](https://togithub.com/webpack/webpack/issues/16989)
[@​silverwind](https://togithub.com/silverwind) made their first
contribution in
[#​17339](https://togithub.com/webpack/webpack/issues/17339) via
[#​17329](https://togithub.com/webpack/webpack/issues/17329)
**Full Changelog**:
webpack/webpack@v5.86.0...v5.87.0
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/tailscale-dev/vscode-tailscale).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 3654168 commit 7327a50
2 files changed
+26
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2022 | 2022 | | |
2023 | 2023 | | |
2024 | 2024 | | |
2025 | | - | |
| 2025 | + | |
2026 | 2026 | | |
2027 | 2027 | | |
2028 | 2028 | | |
2029 | 2029 | | |
2030 | 2030 | | |
2031 | 2031 | | |
2032 | 2032 | | |
| 2033 | + | |
| 2034 | + | |
| 2035 | + | |
| 2036 | + | |
| 2037 | + | |
| 2038 | + | |
| 2039 | + | |
| 2040 | + | |
2033 | 2041 | | |
2034 | 2042 | | |
2035 | 2043 | | |
| |||
4858 | 4866 | | |
4859 | 4867 | | |
4860 | 4868 | | |
4861 | | - | |
| 4869 | + | |
4862 | 4870 | | |
4863 | 4871 | | |
4864 | 4872 | | |
| |||
4867 | 4875 | | |
4868 | 4876 | | |
4869 | 4877 | | |
| 4878 | + | |
| 4879 | + | |
| 4880 | + | |
| 4881 | + | |
| 4882 | + | |
| 4883 | + | |
| 4884 | + | |
| 4885 | + | |
| 4886 | + | |
4870 | 4887 | | |
4871 | 4888 | | |
4872 | 4889 | | |
| |||
5901 | 5918 | | |
5902 | 5919 | | |
5903 | 5920 | | |
5904 | | - | |
5905 | | - | |
5906 | | - | |
5907 | | - | |
| 5921 | + | |
| 5922 | + | |
| 5923 | + | |
| 5924 | + | |
5908 | 5925 | | |
5909 | 5926 | | |
5910 | 5927 | | |
| |||
5915 | 5932 | | |
5916 | 5933 | | |
5917 | 5934 | | |
5918 | | - | |
| 5935 | + | |
5919 | 5936 | | |
5920 | 5937 | | |
5921 | 5938 | | |
| |||
5925 | 5942 | | |
5926 | 5943 | | |
5927 | 5944 | | |
5928 | | - | |
| 5945 | + | |
5929 | 5946 | | |
5930 | 5947 | | |
5931 | 5948 | | |
| |||
0 commit comments