Skip to content

Commit

Permalink
chore(deps): lock file maintenance appengine-frontend (#2827)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
|  |  | lockFileMaintenance | All locks refreshed |  |  |  |  |
|
[mini-css-extract-plugin](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin)
| devDependencies | patch | [`2.9.1` ->
`2.9.2`](https://renovatebot.com/diffs/npm/mini-css-extract-plugin/2.9.1/2.9.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/mini-css-extract-plugin/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mini-css-extract-plugin/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mini-css-extract-plugin/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mini-css-extract-plugin/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [sass](https://redirect.github.com/sass/dart-sass) | devDependencies |
patch | [`1.80.5` ->
`1.80.6`](https://renovatebot.com/diffs/npm/sass/1.80.5/1.80.6) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.80.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.80.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.80.5/1.80.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.80.5/1.80.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [webpack](https://redirect.github.com/webpack/webpack) |
devDependencies | minor | [`5.95.0` ->
`5.96.1`](https://renovatebot.com/diffs/npm/webpack/5.95.0/5.96.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/webpack/5.96.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/webpack/5.96.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/webpack/5.95.0/5.96.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/webpack/5.95.0/5.96.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Release Notes

<details>
<summary>webpack-contrib/mini-css-extract-plugin
(mini-css-extract-plugin)</summary>

###
[`v2.9.2`](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/blob/HEAD/CHANGELOG.md#292-2024-11-01)

[Compare
Source](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.1...v2.9.2)

</details>

<details>
<summary>sass/dart-sass (sass)</summary>

###
[`v1.80.6`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1806)

[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.80.5...1.80.6)

##### Command-Line Interface

- Make `@parcel/watcher` an optional dependency so this can still be
installed
    on operating systems where it's unavailable.

</details>

<details>
<summary>webpack/webpack (webpack)</summary>

###
[`v5.96.1`](https://redirect.github.com/webpack/webpack/compare/v5.96.0...d4ced7322229c7d72a7a0d2ca955bdde0c910a0b)

[Compare
Source](https://redirect.github.com/webpack/webpack/compare/v5.96.0...v5.96.1)

###
[`v5.96.0`](https://redirect.github.com/webpack/webpack/releases/tag/v5.96.0)

[Compare
Source](https://redirect.github.com/webpack/webpack/compare/v5.95.0...v5.96.0)

#### Bug Fixes

-   Fixed Module Federation should track all referenced chunks
-   Handle Data URI without base64 word
-   HotUpdateChunk have correct runtime when modified with new runtime
-   Order of chunks ids in generated chunk code
-   No extra Javascript chunks when using asset module as an entrypoint
- Use optimistically logic for `output.environment.dynamicImport` to
determine chunk format when no browserslist or target
-   Collision with global variables for `optimization.avoidEntryIife`
-   Avoid through variables in inlined module
-   Allow chunk template strings in `output.devtoolNamespace`
-   No extra runtime for get javascript/css chunk filename
- No extra runtime for prefetch and preload in JS runtime when it was
unsed in CSS
-   Avoid cache invalidation using ProgressPlugin
- Increase parallelism when using `importModule` on the execution stage
-   Correctly parsing string in `export` and `import`
-   Typescript types
- **\[CSS]** `css/auto` considers a module depending on its filename as
`css` (pure CSS) or `css/local`, before it was `css/global` and
`css/local`
- **\[CSS]** Always interpolate classes even if they are not involved in
export
- **\[CSS]** No extra runtime in Javascript runtime chunks for asset
modules used in CSS
- **\[CSS]** No extra runtime in Javascript runtime chunks for external
asset modules used in CSS
-   **\[CSS]** No extra runtime for the `node` target
-   **\[CSS]** Fixed `url()`s and `@import` parsing
-   **\[CSS]** Fixed - emit a warning on broken :local and :global

#### New Features

-   Export CSS and ESM runtime modules
-   Single Runtime Chunk and Federation eager module hoisting
-   **\[CSS]** Support `/* webpackIgnore: true */` for CSS files
-   **\[CSS]** Support `src()` support
-   **\[CSS]** CSS nesting in CSS modules

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone
Australia/Sydney, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/google/osv.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
  • Loading branch information
renovate-bot authored Nov 7, 2024
1 parent 16129d8 commit 83214db
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 217 deletions.
Loading

0 comments on commit 83214db

Please sign in to comment.