Skip to content

Commit 2f2fdea

Browse files
authored
chore(deps): lock file maintenance website-frontend (#4380)
This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | | | lockFileMaintenance | All locks refreshed | | | | [html-webpack-plugin](https://redirect.github.com/jantimon/html-webpack-plugin) | devDependencies | patch | [`5.6.4` -> `5.6.5`](https://renovatebot.com/diffs/npm/html-webpack-plugin/5.6.4/5.6.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/html-webpack-plugin/5.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/html-webpack-plugin/5.6.4/5.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [sass](https://redirect.github.com/sass/dart-sass) | devDependencies | patch | [`1.94.0` -> `1.94.2`](https://renovatebot.com/diffs/npm/sass/1.94.0/1.94.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.94.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.94.0/1.94.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [webpack](https://redirect.github.com/webpack/webpack) | devDependencies | minor | [`5.102.1` -> `5.103.0`](https://renovatebot.com/diffs/npm/webpack/5.102.1/5.103.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/webpack/5.103.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/webpack/5.102.1/5.103.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Release Notes <details> <summary>jantimon/html-webpack-plugin (html-webpack-plugin)</summary> ### [`v5.6.5`](https://redirect.github.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#565-2025-11-18) [Compare Source](https://redirect.github.com/jantimon/html-webpack-plugin/compare/v5.6.4...v5.6.5) </details> <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.94.2`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1942) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.94.1...1.94.2) ##### Command-Line Interface - Using `--fatal-deprecation <version>` no longer emits warnings about deprecations that are obsolete. ##### Dart API - `Deprecation.forVersion` now excludes obsolete deprecations from the set it returns. ##### JS API - Excludes obsolete deprecations from `fatalDeprecations` when a `Version` is passed. ##### Node.js Embedded Host - Fix a bug where a variable could be used before it was initialized during async compilation. ### [`v1.94.1`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1941) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.94.0...1.94.1) - No user-visible changes. </details> <details> <summary>webpack/webpack (webpack)</summary> ### [`v5.103.0`](https://redirect.github.com/webpack/webpack/releases/tag/v5.103.0) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.102.1...v5.103.0) ##### Features - Added `DotenvPlugin` and top level `dotenv` option to enable this plugin - Added `WebpackManifestPlugin` - Added support the `ignoreList` option in devtool plugins - Allow to use custom javascript parse function - Added `import.meta.env` support for environment variables - Added support for `import.meta.dirname` and `import.meta.filename` - Added support `import.defer()` for statistical path - Handle import.meta.main - Added suport to setup named exports for JSON modules and disable usage named export for `import file from "./file.json" with { type: "json" }` - Added support `__dirname`/`__filename`/`import.meta.dirname`/`import.meta.filename` for universal target - \[CSS] Added the `exportType` option with `link` (by default), "text" and `css-style-sheet` values - \[CSS] Added support for `composes` properties ##### Fixes - The `dependOn` chunk must be loaded before the common chunk - Return to namespace import when the external request includes a specific export - No runtime extra runtime code for module libraries - Delay HMR accept dependencies to preserve import attributes - Properly handle external presets for universal target - Fixed incorrect identifier of import binding for module externals - Fixed when defer import and dynamic default export mixed - Reduce generated output when `globalThis` supported - Fixed loading async modules in defer import - Reexport module for default import when no used exports for systemjs library - Rename HarmonyExportDependencyParserPlugin exported id to CompatibilityPlugin tagged id - Handle `__dirname` and `__filename` for ES modules - Rename single nested `__webpack_export__` and `__webpack_require__` in already bundled code - \[Types] webpack function type - \[Types] NormalModule type - \[Types] Multi compiler configuration type - \[Types] Fixed regression in custom `hashDigest` type - \[CSS] No extra runtime for initial chunk - \[CSS] Fixed a lot of CSS modules bugs </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent a96d969 commit 2f2fdea

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

gcp/website/frontend3/package-lock.json

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/website/frontend3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"devDependencies": {
2222
"copy-webpack-plugin": "10.2.4",
2323
"css-loader": "6.11.0",
24-
"html-webpack-plugin": "5.6.4",
24+
"html-webpack-plugin": "5.6.5",
2525
"mini-css-extract-plugin": "2.9.4",
2626
"raw-loader": "4.0.2",
27-
"sass": "1.94.0",
27+
"sass": "1.94.2",
2828
"sass-loader": "12.6.0",
2929
"style-loader": "3.3.4",
30-
"webpack": "5.102.1",
30+
"webpack": "5.103.0",
3131
"webpack-bundle-analyzer": "4.10.2",
3232
"webpack-cli": "4.10.0",
3333
"webpack-dev-server": "5.2.2"

0 commit comments

Comments
 (0)