chore(deps): bump https://github.com/rbubley/mirrors-prettier from v3.8.4 to 3.9.1#4776
Merged
mergify[bot] merged 1 commit intoJun 29, 2026
Conversation
Bumps [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) from v3.8.4 to 3.9.1. - [Commits](rbubley/mirrors-prettier@v3.8.4...v3.9.1) --- updated-dependencies: - dependency-name: https://github.com/rbubley/mirrors-prettier dependency-version: 3.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
Up to standards ✅🟢 Issues
|
robfrank
approved these changes
Jun 29, 2026
mergify Bot
added a commit
that referenced
this pull request
Jun 29, 2026
…io with 2 updates [skip ci] Bumps the build-tools group in /studio with 2 updates: [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). Updates `webpack` from 5.107.2 to 5.108.1 Release notes *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > v5.108.1 > -------- > > ### Patch Changes > > * Fix invalid property access for escaped namespace imports with multi-character mangled export names. (by [`@xiaoxiaojx`](https://github.com/xiaoxiaojx) in [#21280](https://redirect.github.com/webpack/webpack/pull/21280)) > * Add frames to ProfilingPlugin TracingStartedInBrowser event so the trace loads in Chrome DevTools. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21269](https://redirect.github.com/webpack/webpack/pull/21269)) > > v5.108.0 > -------- > > ### Minor Changes > > * Treat top-level await and `import.meta` as ES module markers, matching Node.js syntax detection so no explicit module type is needed. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21218](https://redirect.github.com/webpack/webpack/pull/21218)) > * Add a `bun` target that emits ESM and externalizes `bun:*` and node.js built-in modules. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21248](https://redirect.github.com/webpack/webpack/pull/21248)) > * Support CommonJS reexports via `Object.defineProperty` value and getter descriptors. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21129](https://redirect.github.com/webpack/webpack/pull/21129)) > * Support JSON Schema `const` when generating CLI flags from a schema. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21087](https://redirect.github.com/webpack/webpack/pull/21087)) > * Support JSON Schema `if`/`then`/`else` when generating CLI flags from a schema. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21087](https://redirect.github.com/webpack/webpack/pull/21087)) > * Skip import specifiers, `require()` and `import()` calls in dead conditional branches gated by inlined imported constants (`isDEV ? A : B`), evaluated via `getCondition`. (by [`@hai-x`](https://github.com/hai-x) in [#21136](https://redirect.github.com/webpack/webpack/pull/21136)) > * CSS `localIdentName` `[hash]` now resolves to the local ident hash (matching css-loader); use `[modulehash]` for the module hash. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21259](https://redirect.github.com/webpack/webpack/pull/21259)) > * Add CSS parser `as` option and resolve `url()` inside HTML `style` attributes. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21157](https://redirect.github.com/webpack/webpack/pull/21157)) > * Add dedicated module classes for all built-in module types. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21164](https://redirect.github.com/webpack/webpack/pull/21164)) > * Support `.html`/`.css` for the default `./src` entry under the html/css experiments. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21039](https://redirect.github.com/webpack/webpack/pull/21039)) > * Add `defineConfig` helper for typed configuration files. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21169](https://redirect.github.com/webpack/webpack/pull/21169)) > * Add a `deno` target (with versions, e.g. `deno`, `deno2`, `deno1.40`) that emits ESM, resolves node.js built-ins via the required `node:` specifier, and keeps Deno's own import protocols (`npm:`, `jsr:`, `node:`, `http(s)://`) external. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21247](https://redirect.github.com/webpack/webpack/pull/21247)) > * Use `module-import` for electron externals when the target supports ESM. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21184](https://redirect.github.com/webpack/webpack/pull/21184)) > * Add `output.environment.logicalAssignment` to emit `||=` in runtime code when the target supports logical assignment operators. (by [`@bjohansebas`](https://github.com/bjohansebas) in [#21219](https://redirect.github.com/webpack/webpack/pull/21219)) > * Resolve and rewrite asset URLs inside `<iframe srcdoc>` in HTML modules. (by [`@bjohansebas`](https://github.com/bjohansebas) in [#21226](https://redirect.github.com/webpack/webpack/pull/21226)) > * Add HMR support for HTML modules with body/title DOM patching on update. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21011](https://redirect.github.com/webpack/webpack/pull/21011)) > * Add `css-url` html source type extracting `url()` references from CSS-valued attributes. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21250](https://redirect.github.com/webpack/webpack/pull/21250)) > * Add `module.parser.html.sources` option to disable or customize URL-attribute extraction for HTML modules, with `script` / `script-module` / `stylesheet` / `stylesheet-inline` types for custom attributes (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21022](https://redirect.github.com/webpack/webpack/pull/21022)) > * Add `module.parser.html.template` option to transform HTML module source before parsing. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21055](https://redirect.github.com/webpack/webpack/pull/21055)) > * Extract more source URLs in HTML modules (SVG, legacy and obsolete attributes). (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21241](https://redirect.github.com/webpack/webpack/pull/21241)) ... (truncated) Changelog *Sourced from [webpack's changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md).* > 5.108.1 > ------- > > ### Patch Changes > > * Fix invalid property access for escaped namespace imports with multi-character mangled export names. (by [`@xiaoxiaojx`](https://github.com/xiaoxiaojx) in [#21280](https://redirect.github.com/webpack/webpack/pull/21280)) > * Add frames to ProfilingPlugin TracingStartedInBrowser event so the trace loads in Chrome DevTools. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21269](https://redirect.github.com/webpack/webpack/pull/21269)) > > 5.108.0 > ------- > > ### Minor Changes > > * Treat top-level await and `import.meta` as ES module markers, matching Node.js syntax detection so no explicit module type is needed. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21218](https://redirect.github.com/webpack/webpack/pull/21218)) > * Add a `bun` target that emits ESM and externalizes `bun:*` and node.js built-in modules. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21248](https://redirect.github.com/webpack/webpack/pull/21248)) > * Support CommonJS reexports via `Object.defineProperty` value and getter descriptors. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21129](https://redirect.github.com/webpack/webpack/pull/21129)) > * Support JSON Schema `const` when generating CLI flags from a schema. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21087](https://redirect.github.com/webpack/webpack/pull/21087)) > * Support JSON Schema `if`/`then`/`else` when generating CLI flags from a schema. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21087](https://redirect.github.com/webpack/webpack/pull/21087)) > * Skip import specifiers, `require()` and `import()` calls in dead conditional branches gated by inlined imported constants (`isDEV ? A : B`), evaluated via `getCondition`. (by [`@hai-x`](https://github.com/hai-x) in [#21136](https://redirect.github.com/webpack/webpack/pull/21136)) > * CSS `localIdentName` `[hash]` now resolves to the local ident hash (matching css-loader); use `[modulehash]` for the module hash. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21259](https://redirect.github.com/webpack/webpack/pull/21259)) > * Add CSS parser `as` option and resolve `url()` inside HTML `style` attributes. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21157](https://redirect.github.com/webpack/webpack/pull/21157)) > * Add dedicated module classes for all built-in module types. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21164](https://redirect.github.com/webpack/webpack/pull/21164)) > * Support `.html`/`.css` for the default `./src` entry under the html/css experiments. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21039](https://redirect.github.com/webpack/webpack/pull/21039)) > * Add `defineConfig` helper for typed configuration files. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21169](https://redirect.github.com/webpack/webpack/pull/21169)) > * Add a `deno` target (with versions, e.g. `deno`, `deno2`, `deno1.40`) that emits ESM, resolves node.js built-ins via the required `node:` specifier, and keeps Deno's own import protocols (`npm:`, `jsr:`, `node:`, `http(s)://`) external. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21247](https://redirect.github.com/webpack/webpack/pull/21247)) > * Use `module-import` for electron externals when the target supports ESM. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21184](https://redirect.github.com/webpack/webpack/pull/21184)) > * Add `output.environment.logicalAssignment` to emit `||=` in runtime code when the target supports logical assignment operators. (by [`@bjohansebas`](https://github.com/bjohansebas) in [#21219](https://redirect.github.com/webpack/webpack/pull/21219)) > * Resolve and rewrite asset URLs inside `<iframe srcdoc>` in HTML modules. (by [`@bjohansebas`](https://github.com/bjohansebas) in [#21226](https://redirect.github.com/webpack/webpack/pull/21226)) > * Add HMR support for HTML modules with body/title DOM patching on update. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21011](https://redirect.github.com/webpack/webpack/pull/21011)) > * Add `css-url` html source type extracting `url()` references from CSS-valued attributes. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21250](https://redirect.github.com/webpack/webpack/pull/21250)) > * Add `module.parser.html.sources` option to disable or customize URL-attribute extraction for HTML modules, with `script` / `script-module` / `stylesheet` / `stylesheet-inline` types for custom attributes (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21022](https://redirect.github.com/webpack/webpack/pull/21022)) > * Add `module.parser.html.template` option to transform HTML module source before parsing. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#21055](https://redirect.github.com/webpack/webpack/pull/21055)) ... (truncated) Commits * [`da91761`](webpack/webpack@da91761) chore(release): new release ([#21284](https://redirect.github.com/webpack/webpack/issues/21284)) * [`b6c9fcf`](webpack/webpack@b6c9fcf) chore: move members to emeritus ([#21281](https://redirect.github.com/webpack/webpack/issues/21281)) * [`062aa20`](webpack/webpack@062aa20) Fix invalid property access for escaped namespace with mangled exports ([#21280](https://redirect.github.com/webpack/webpack/issues/21280)) * [`ed9fa71`](webpack/webpack@ed9fa71) fix: render ProfilingPlugin trace in Chrome DevTools ([#21269](https://redirect.github.com/webpack/webpack/issues/21269)) * [`322b060`](webpack/webpack@322b060) chore(release): new release ([#21037](https://redirect.github.com/webpack/webpack/issues/21037)) * [`03a0433`](webpack/webpack@03a0433) test: run AbstractMethodError and parseJson unit tests under Bun ([#21273](https://redirect.github.com/webpack/webpack/issues/21273)) * [`e7202b4`](webpack/webpack@e7202b4) chore(deps): bump the dependencies group with 3 updates ([#21270](https://redirect.github.com/webpack/webpack/issues/21270)) * [`9a51ee1`](webpack/webpack@9a51ee1) fix(html): run the any-other-end-tag fallback for a marker-shielded nobr ([#21](https://redirect.github.com/webpack/webpack/issues/21)... * [`a040ac1`](webpack/webpack@a040ac1) test: cap Node jest worker memory and fix harness teardown leaks ([#21268](https://redirect.github.com/webpack/webpack/issues/21268)) * [`7c81bde`](webpack/webpack@7c81bde) Re-encode inline hash digests ([contenthash]/[chunkhash]/[fullhash]/[moduleha... * Additional commits viewable in [compare view](webpack/webpack@v5.107.2...v5.108.1) Updates `webpack-cli` from 7.0.3 to 7.1.0 Release notes *Sourced from [webpack-cli's releases](https://github.com/webpack/webpack-cli/releases).* > webpack-cli@7.1.0 > ----------------- > > ### Minor Changes > > * feat(cli): refresh the `--help` output using commander's `configureHelp` API — branded headers, section dividers, colorized terms and a clearer footer. Colors and chrome collapse to plain text when output is piped or `--no-color` is used, so scripts keep working. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#4779](https://redirect.github.com/webpack/webpack-cli/pull/4779)) > * feat: support `.json5`, `.yaml`/`.yml` and `.toml` configuration files by parsing them directly, with the parser package (`json5`, `js-yaml`, `toml`) installed on demand by the user and declared as optional `peerDependencies` so the parsers resolve correctly under Yarn PnP (by [`@alexander-akait`](https://github.com/alexander-akait) in [#4777](https://redirect.github.com/webpack/webpack-cli/pull/4777)) Changelog *Sourced from [webpack-cli's changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md).* > 7.1.0 > ----- > > ### Minor Changes > > * feat(cli): refresh the `--help` output using commander's `configureHelp` API — branded headers, section dividers, colorized terms and a clearer footer. Colors and chrome collapse to plain text when output is piped or `--no-color` is used, so scripts keep working. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#4779](https://redirect.github.com/webpack/webpack-cli/pull/4779)) > * feat: support `.json5`, `.yaml`/`.yml` and `.toml` configuration files by parsing them directly, with the parser package (`json5`, `js-yaml`, `toml`) installed on demand by the user and declared as optional `peerDependencies` so the parsers resolve correctly under Yarn PnP (by [`@alexander-akait`](https://github.com/alexander-akait) in [#4777](https://redirect.github.com/webpack/webpack-cli/pull/4777)) Commits * [`3cd7423`](webpack/webpack-cli@3cd7423) chore(release): new release ([#4778](https://redirect.github.com/webpack/webpack-cli/issues/4778)) * [`b42d1f4`](webpack/webpack-cli@b42d1f4) fix(webpack-cli): declare json5/js-yaml/toml as optional peerDependencies ([#4](https://redirect.github.com/webpack/webpack-cli/issues/4)... * [`3471103`](webpack/webpack-cli@3471103) refactor(cli): hierarchical indentation for styled CLI output ([#4786](https://redirect.github.com/webpack/webpack-cli/issues/4786)) * [`772330c`](webpack/webpack-cli@772330c) build(deps): update dependencies (except commander) ([#4785](https://redirect.github.com/webpack/webpack-cli/issues/4785)) * [`a7380e1`](webpack/webpack-cli@a7380e1) feat(cli): refresh CLI output via commander's help API + shared status icons ... * [`721d8fd`](webpack/webpack-cli@721d8fd) chore(deps): bump the dependencies group with 2 updates ([#4780](https://redirect.github.com/webpack/webpack-cli/issues/4780)) * [`65aa86c`](webpack/webpack-cli@65aa86c) chore(deps-dev): bump the dependencies group with 3 updates ([#4781](https://redirect.github.com/webpack/webpack-cli/issues/4781)) * [`134e62d`](webpack/webpack-cli@134e62d) feat(webpack-cli): support json5/yaml/toml configs via direct parsing (no int... * [`0b22f77`](webpack/webpack-cli@0b22f77) fix(cli): make config loading errors more verbose ([#4776](https://redirect.github.com/webpack/webpack-cli/issues/4776)) * [`a5af401`](webpack/webpack-cli@a5af401) chore(deps): bump launch-editor from 2.13.1 to 2.14.1 ([#4774](https://redirect.github.com/webpack/webpack-cli/issues/4774)) * Additional commits viewable in [compare view](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.0.3...webpack-cli@7.1.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps https://github.com/rbubley/mirrors-prettier from v3.8.4 to 3.9.1.
Commits
4923370Mirror: 3.9.13cd345fMirror: 3.9.0c895849Mirror: 3.8.5Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)