Skip to content

build(deps): bump the npm_and_yarn group across 1 directory with 8 updates#690

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-67c8cdd748
Open

build(deps): bump the npm_and_yarn group across 1 directory with 8 updates#690
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-67c8cdd748

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2026

Bumps the npm_and_yarn group with 8 updates in the / directory:

Package From To
js-yaml 3.14.1 3.14.2
lodash 4.17.21 4.17.23
mdast-util-to-hast 13.2.0 13.2.1
mermaid 11.6.0 11.12.2
node-forge 1.3.1 1.3.3
tar-fs 2.1.3 2.1.4
tar 7.4.3 7.5.7
webpack 5.99.9 5.105.2

Updates js-yaml from 3.14.1 to 3.14.2

Changelog

Sourced from js-yaml's changelog.

[3.14.2] - 2025-11-15

Security

  • Backported v4.1.1 fix to v3

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.

[4.1.0] - 2021-04-15

Added

  • Types are now exported as yaml.types.XXX.
  • Every type now has options property with original arguments kept as they were (see yaml.types.int.options as an example).

Changed

  • Schema.extend() now keeps old type order in case of conflicts (e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered as abcd instead of cbad).

[4.0.0] - 2021-01-03

Changed

  • Check migration guide to see details for all breaking changes.
  • Breaking: "unsafe" tags !!js/function, !!js/regexp, !!js/undefined are moved to js-yaml-js-types package.
  • Breaking: removed safe* functions. Use load, loadAll, dump instead which are all now safe by default.
  • yaml.DEFAULT_SAFE_SCHEMA and yaml.DEFAULT_FULL_SCHEMA are removed, use yaml.DEFAULT_SCHEMA instead.
  • yaml.Schema.create(schema, tags) is removed, use schema.extend(tags) instead.
  • !!binary now always mapped to Uint8Array on load.
  • Reduced nesting of /lib folder.
  • Parse numbers according to YAML 1.2 instead of YAML 1.1 (01234 is now decimal, 0o1234 is octal, 1:23 is parsed as string instead of base60).
  • dump() no longer quotes :, [, ], (, ) except when necessary, #470, #557.
  • Line and column in exceptions are now formatted as (X:Y) instead of at line X, column Y (also present in compact format), #332.
  • Code snippet created in exceptions now contains multiple lines with line numbers.
  • dump() now serializes undefined as null in collections and removes keys with undefined in mappings, #571.
  • dump() with skipInvalid=true now serializes invalid items in collections as null.
  • Custom tags starting with ! are now dumped as !tag instead of !<!tag>, #576.
  • Custom tags starting with tag:yaml.org,2002: are now shorthanded using !!, #258.

Added

  • Added .mjs (es modules) support.
  • Added quotingType and forceQuotes options for dumper to configure string literal style, #290, #529.
  • Added styles: { '!!null': 'empty' } option for dumper (serializes { foo: null } as "foo: "), #570.

... (truncated)

Commits

Updates lodash from 4.17.21 to 4.17.23

Commits

Updates mdast-util-to-hast from 13.2.0 to 13.2.1

Release notes

Sourced from mdast-util-to-hast's releases.

13.2.1

Fix

  • ab3a795 Fix support for spaces in class names

Types

  • efb5312 Refactor to use @imports
  • a5bc210 Add declaration maps

Full Changelog: syntax-tree/mdast-util-to-hast@13.2.0...13.2.1

Commits

Updates mermaid from 11.6.0 to 11.12.2

Release notes

Sourced from mermaid's releases.

mermaid@11.12.2

Patch Changes

mermaid@11.12.1

Patch Changes

mermaid@11.12.0

Minor Changes

Patch Changes

mermaid@11.11.0

Minor Changes

  • #6704 012530e Thanks @​omkarht! - feat: Added support for new participant types (actor, boundary, control, entity, database, collections, queue) in sequenceDiagram.

  • #6802 c8e5027 Thanks @​darshanr0107! - feat: Update mindmap rendering to support multiple layouts, improved edge intersections, and new shapes

Patch Changes

mermaid@11.10.1

Patch Changes

mermaid@11.10.0

Minor Changes

... (truncated)

Commits
  • bd85b51 fix: Upgrade npm to v11 to support trusted publishing
  • 939aff9 Merge pull request #7201 from mermaid-js/changeset-release/master
  • e72b26c Version Packages
  • 4bcb8f0 Merge pull request #7200 from mermaid-js/pre-release
  • de7ed10 Merge pull request #7197 from mermaid-js/fix/5496-gantt-tickinterval-app-crash
  • 762b44c Merge pull request #7108 from mermaid-js/changeset-release/master
  • 02c0091 Version Packages
  • 16359ad Merge pull request #7107 from mermaid-js/patch/dagre-d3-es-7.0.13
  • 061632c Update .changeset/slick-wasps-bathe.md
  • cbf8946 fix: update dagre-d3-es to version 7.0.13
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for mermaid since your current version.


Updates node-forge from 1.3.1 to 1.3.3

Changelog

Sourced from node-forge's changelog.

1.3.3 - 2025-12-02

Fixed

  • [pkcs12] Make digestAlgorithm parameters optional to fix PKCS#12/PFX issues introduced in 1.3.2.

1.3.2 - 2025-11-25

Security

  • HIGH: ASN.1 Validator Desynchronization
    • An Interpretation Conflict (CWE-436) vulnerability in node-forge versions 1.3.1 and below enables remote, unauthenticated attackers to craft ASN.1 structures to desynchronize schema validations, yielding a semantic divergence that may bypass downstream cryptographic verifications and security decisions.
    • Reported by Hunter Wodzenski.
    • CVE ID: CVE-2025-12816
    • GHSA ID: GHSA-5gfm-wpxj-wjgq
  • HIGH: ASN.1 Unbounded Recursion
    • An Uncontrolled Recursion (CWE-674) vulnerability in node-forge versions 1.3.1 and below enables remote, unauthenticated attackers to craft deep ASN.1 structures that trigger unbounded recursive parsing. This leads to a Denial-of-Service (DoS) via stack exhaustion when parsing untrusted DER inputs.
    • Reported by Hunter Wodzenski.
    • CVE ID: CVE-2025-66031
    • GHSA ID: GHSA-554w-wpv2-vw27
  • MODERATE: ASN.1 OID Integer Truncation
    • An Integer Overflow (CWE-190) vulnerability in node-forge versions 1.3.1 and below enables remote, unauthenticated attackers to craft ASN.1 structures containing OIDs with oversized arcs. These arcs may be decoded as smaller, trusted OIDs due to 32-bit bitwise truncation, enabling the bypass of downstream OID-based security decisions.
    • Reported by Hunter Wodzenski.
    • CVE ID: CVE-2025-66030
    • GHSA ID: GHSA-65ch-62r8-g69g

Fixed

  • [asn1] Fix for vulnerability identified by CVE-2025-12816 PKCS#12 MAC verification bypass due to missing macData enforcement and improper asn1.validate routine.
  • [asn1] Add fromDer() max recursion depth check.
    • Add a asn1.maxDepth global configurable maximum depth of 256.
    • Add a asn1.fromDer() per-call maxDepth option.
    • NOTE: The default maximum is assumed to be higher than needed for valid data. If this assumption is false then this could be a breaking change. Please file an issue if there are use cases that need a higher maximum.
    • NOTE: The per-call maxDepth parameter has not been exposed up through all of the API stack due to the complexities involved. Please file an issue if there are use cases that require this instead of changing the default

... (truncated)

Commits

Updates tar-fs from 2.1.3 to 2.1.4

Commits

Updates tar from 7.4.3 to 7.5.7

Changelog

Sourced from tar's changelog.

Changelog

7.5

  • Added zstd compression support.
  • Consistent TOCTOU behavior in sync t.list
  • Only read from ustar block if not specified in Pax
  • Fix sync tar.list when file size reduces while reading
  • Sanitize absolute linkpaths properly
  • Prevent writing hardlink entries to the archive ahead of their file target

7.4

  • Deprecate onentry in favor of onReadEntry for clarity.

7.3

  • Add onWriteEntry option

7.2

  • DRY the command definitions into a single makeCommand method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.

7.1

  • Update minipass to v7.1.0
  • Update the type definitions of write() and end() methods on Unpack and Parser classes to be compatible with the NodeJS.WritableStream type in the latest versions of @types/node.

7.0

  • Drop support for node <18
  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for tar since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates webpack from 5.99.9 to 5.105.2

Release notes

Sourced from webpack's releases.

v5.105.2

Patch Changes

v5.105.1

Patch Changes

  • Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use toSafePath to replace colons (:) with double underscores (__) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by @​xiaoxiaojx in #20424)

  • Revert part of the createRequire generation behavior for require("node:...") to keep compatibility with those modules exports, e.g. const EventEmitter = require("node:events");. (by @​hai-x in #20433)

  • Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by @​hai-x in #20433)

v5.105.0

Minor Changes

  • Allow resolving worker module by export condition name when using new Worker() (by @​hai-x in #20353)

  • Detect conditional imports to avoid compile-time linking errors for non-existent exports. (by @​hai-x in #20320)

  • Added the tsconfig option for the resolver options (replacement for tsconfig-paths-webpack-plugin). Can be false (disabled), true (use the default tsconfig.json file to search for it), a string path to tsconfig.json, or an object with configFile and references options. (by @​alexander-akait in #20400)

  • Support import.defer() for context modules. (by @​ahabhgk in #20399)

  • Added support for array values ​​to the devtool option. (by @​hai-x in #20191)

  • Improve rendering node built-in modules for ECMA module output. (by @​hai-x in #20255)

  • Unknown import.meta properties are now determined at runtime instead of being statically analyzed at compile time. (by @​xiaoxiaojx in #20312)

Patch Changes

  • Fixed ESM default export handling for .mjs files in Module Federation (by @​y-okt in #20189)

  • Optimized import.meta.env handling in destructuring assignments by using cached stringified environment definitions. (by @​xiaoxiaojx in #20313)

  • Respect the stats.errorStack option in stats output. (by @​samarthsinh2660 in #20258)

  • Fixed a bug where declaring a module variable in module scope would conflict with the default moduleArgument. (by @​xiaoxiaojx in #20265)

  • Fix VirtualUrlPlugin to set resourceData.context for proper module resolution. Previously, when context was not set, it would fallback to the virtual scheme path (e.g., virtual:routes), which is not a valid filesystem path, causing subsequent resolve operations to fail. (by @​xiaoxiaojx in #20390)

  • Fixed Worker self-import handling to support various URL patterns (e.g., import.meta.url, new URL(import.meta.url), new URL(import.meta.url, import.meta.url), new URL("./index.js", import.meta.url)). Workers that resolve to the same module are now properly deduplicated, regardless of the URL syntax used. (by @​xiaoxiaojx in #20381)

  • Reuse the same async entrypoint for the same Worker URL within a module to avoid circular dependency warnings when multiple Workers reference the same resource. (by @​xiaoxiaojx in #20345)

  • Fixed a bug where a self-referencing dependency would have an unused export name when imported inside a web worker. (by @​samarthsinh2660 in #20251)

  • Fix missing export generation when concatenated modules in different chunks share the same runtime in module library bundles. (by @​hai-x in #20346)

... (truncated)

Changelog

Sourced from webpack's changelog.

5.105.2

Patch Changes

5.105.1

Patch Changes

  • Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use toSafePath to replace colons (:) with double underscores (__) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by @​xiaoxiaojx in #20424)

  • Revert part of the createRequire generation behavior for require("node:...") to keep compatibility with those modules exports, e.g. const EventEmitter = require("node:events");. (by @​hai-x in #20433)

  • Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by @​hai-x in #20433)

5.105.0

Minor Changes

  • Allow resolving worker module by export condition name when using new Worker() (by @​hai-x in #20353)

  • Detect conditional imports to avoid compile-time linking errors for non-existent exports. (by @​hai-x in #20320)

  • Added the tsconfig option for the resolver options (replacement for tsconfig-paths-webpack-plugin). Can be false (disabled), true (use the default tsconfig.json file to search for it), a string path to tsconfig.json, or an object with configFile and references options. (by @​alexander-akait in #20400)

  • Support import.defer() for context modules. (by @​ahabhgk in #20399)

  • Added support for array values ​​to the devtool option. (by @​hai-x in #20191)

  • Improve rendering node built-in modules for ECMA module output. (by @​hai-x in #20255)

  • Unknown import.meta properties are now determined at runtime instead of being statically analyzed at compile time. (by @​xiaoxiaojx in #20312)

Patch Changes

  • Fixed ESM default export handling for .mjs files in Module Federation (by @​y-okt in #20189)

  • Optimized import.meta.env handling in destructuring assignments by using cached stringified environment definitions. (by @​xiaoxiaojx in #20313)

  • Respect the stats.errorStack option in stats output. (by @​samarthsinh2660 in #20258)

  • Fixed a bug where declaring a module variable in module scope would conflict with the default moduleArgument. (by @​xiaoxiaojx in #20265)

  • Fix VirtualUrlPlugin to set resourceData.context for proper module resolution. Previously, when context was not set, it would fallback to the virtual scheme path (e.g., virtual:routes), which is not a valid filesystem path, causing subsequent resolve operations to fail. (by @​xiaoxiaojx in #20390)

  • Fixed Worker self-import handling to support various URL patterns (e.g., import.meta.url, new URL(import.meta.url), new URL(import.meta.url, import.meta.url), new URL("./index.js", import.meta.url)). Workers that resolve to the same module are now properly deduplicated, regardless of the URL syntax used. (by @​xiaoxiaojx in #20381)

  • Reuse the same async entrypoint for the same Worker URL within a module to avoid circular dependency warnings when multiple Workers reference the same resource. (by @​xiaoxiaojx in #20345)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for webpack since your current version.


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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…dates

Bumps the npm_and_yarn group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [js-yaml](https://github.com/nodeca/js-yaml) | `3.14.1` | `3.14.2` |
| [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.17.23` |
| [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) | `13.2.0` | `13.2.1` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.6.0` | `11.12.2` |
| [node-forge](https://github.com/digitalbazaar/forge) | `1.3.1` | `1.3.3` |
| [tar-fs](https://github.com/mafintosh/tar-fs) | `2.1.3` | `2.1.4` |
| [tar](https://github.com/isaacs/node-tar) | `7.4.3` | `7.5.7` |
| [webpack](https://github.com/webpack/webpack) | `5.99.9` | `5.105.2` |



Updates `js-yaml` from 3.14.1 to 3.14.2
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.14.1...3.14.2)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)

Updates `mermaid` from 11.6.0 to 11.12.2
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.6.0...mermaid@11.12.2)

Updates `node-forge` from 1.3.1 to 1.3.3
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@v1.3.1...v1.3.3)

Updates `tar-fs` from 2.1.3 to 2.1.4
- [Commits](mafintosh/tar-fs@v2.1.3...v2.1.4)

Updates `tar` from 7.4.3 to 7.5.7
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.4.3...v7.5.7)

Updates `webpack` from 5.99.9 to 5.105.2
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.99.9...v5.105.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mdast-util-to-hast
  dependency-version: 13.2.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mermaid
  dependency-version: 11.12.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: node-forge
  dependency-version: 1.3.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar-fs
  dependency-version: 2.1.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-version: 7.5.7
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-version: 5.105.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 14, 2026

Deploying zsh with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3757ad7
Status: ✅  Deploy successful!
Preview URL: https://c50c2068.zsh.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-npm-pfw3.zsh.pages.dev

View logs

@trunk-io
Copy link

trunk-io bot commented Feb 14, 2026

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

@github-actions
Copy link
Contributor

Size Change: +71.5 kB (+0.78%)

Total Size: 9.24 MB

Filename Size Change
build/assets/js/1074.********.js 0 B -161 B (removed) 🏆
build/assets/js/1423.********.js 0 B -21.7 kB (removed) 🏆
build/assets/js/1535.********.js 0 B -34.5 kB (removed) 🏆
build/assets/js/1745.********.js 0 B -3.73 kB (removed) 🏆
build/assets/js/175b49cb.********.js 40.8 kB +252 B (+0.62%)
build/assets/js/1790.********.js 0 B -19.8 kB (removed) 🏆
build/assets/js/1874.********.js 14.3 kB -114 B (-0.79%)
build/assets/js/1a4e3797.********.js 85 kB -41 B (-0.05%)
build/assets/js/2202.********.js 0 B -314 kB (removed) 🏆
build/assets/js/2286.********.js 0 B -3.84 kB (removed) 🏆
build/assets/js/2973.********.js 0 B -158 B (removed) 🏆
build/assets/js/2e789afb.********.js 70.1 kB +236 B (+0.34%)
build/assets/js/303.********.js 0 B -16 kB (removed) 🏆
build/assets/js/3250.********.js 0 B -159 B (removed) 🏆
build/assets/js/3376.********.js 0 B -157 B (removed) 🏆
build/assets/js/4111.********.js 0 B -33.7 kB (removed) 🏆
build/assets/js/42.********.js 0 B -8.22 kB (removed) 🏆
build/assets/js/4299.********.js 0 B -99.9 kB (removed) 🏆
build/assets/js/4326.********.js 0 B -37.1 kB (removed) 🏆
build/assets/js/4333.********.js 0 B -104 B (removed) 🏆
build/assets/js/4830.********.js 0 B -89.8 kB (removed) 🏆
build/assets/js/4905.********.js 0 B -1.29 kB (removed) 🏆
build/assets/js/5264.********.js 0 B -71 kB (removed) 🏆
build/assets/js/5490.********.js 0 B -397 B (removed) 🏆
build/assets/js/5529.********.js 0 B -21.9 kB (removed) 🏆
build/assets/js/567.********.js 0 B -45.3 kB (removed) 🏆
build/assets/js/6353.********.js 0 B -615 B (removed) 🏆
build/assets/js/6371.********.js 0 B -400 B (removed) 🏆
build/assets/js/6580.********.js 0 B -76.6 kB (removed) 🏆
build/assets/js/6636.********.js 0 B -30.6 kB (removed) 🏆
build/assets/js/6875c492.********.js 10.3 kB -30 B (-0.29%)
build/assets/js/6924.********.js 0 B -8.19 kB (removed) 🏆
build/assets/js/6991.********.js 0 B -60 kB (removed) 🏆
build/assets/js/7055.********.js 0 B -11.1 kB (removed) 🏆
build/assets/js/7116.********.js 0 B -41.6 kB (removed) 🏆
build/assets/js/7129.********.js 0 B -496 B (removed) 🏆
build/assets/js/7178.********.js 0 B -28.2 kB (removed) 🏆
build/assets/js/7354.********.js 0 B -11.3 kB (removed) 🏆
build/assets/js/7459.********.js 0 B -145 kB (removed) 🏆
build/assets/js/8096.********.js 0 B -397 B (removed) 🏆
build/assets/js/8349.********.js 0 B -536 kB (removed) 🏆
build/assets/js/8367.********.js 0 B -165 B (removed) 🏆
build/assets/js/8429.********.js 0 B -25.5 kB (removed) 🏆
build/assets/js/8871.********.js 0 B -23.8 kB (removed) 🏆
build/assets/js/8953.********.js 0 B -1.12 kB (removed) 🏆
build/assets/js/9110.********.js 0 B -156 B (removed) 🏆
build/assets/js/9409.********.js 0 B -37.3 kB (removed) 🏆
build/assets/js/9434.********.js 0 B -24.3 kB (removed) 🏆
build/assets/js/9614.********.js 0 B -21.8 kB (removed) 🏆
build/assets/js/986.********.js 0 B -6.05 kB (removed) 🏆
build/assets/js/d40a1e80.********.js 10.6 kB +246 B (+2.38%)
build/assets/js/f53487f0.********.js 12.7 kB +241 B (+1.93%)
build/assets/js/main.********.js 595 kB -433 B (-0.07%)
build/assets/js/runtime~main.********.js 8.71 kB -120 B (-1.36%)
build/assets/js/1138.********.js 10.9 kB +10.9 kB (new file) 🆕
build/assets/js/1370.********.js 11.3 kB +11.3 kB (new file) 🆕
build/assets/js/2180.********.js 25 kB +25 kB (new file) 🆕
build/assets/js/2327.********.js 60.6 kB +60.6 kB (new file) 🆕
build/assets/js/2706.********.js 434 B +434 B (new file) 🆕
build/assets/js/3308.********.js 99.1 kB +99.1 kB (new file) 🆕
build/assets/js/3421.********.js 16 kB +16 kB (new file) 🆕
build/assets/js/3721.********.js 1.12 kB +1.12 kB (new file) 🆕
build/assets/js/3725.********.js 146 kB +146 kB (new file) 🆕
build/assets/js/3767.********.js 21.9 kB +21.9 kB (new file) 🆕
build/assets/js/3899.********.js 168 B +168 B (new file) 🆕
build/assets/js/4167.********.js 38.7 kB +38.7 kB (new file) 🆕
build/assets/js/4359.********.js 21.5 kB +21.5 kB (new file) 🆕
build/assets/js/4390.********.js 428 B +428 B (new file) 🆕
build/assets/js/4413.********.js 639 B +639 B (new file) 🆕
build/assets/js/4453.********.js 20.2 kB +20.2 kB (new file) 🆕
build/assets/js/4584.********.js 8.73 kB +8.73 kB (new file) 🆕
build/assets/js/4632.********.js 77.3 kB +77.3 kB (new file) 🆕
build/assets/js/483.********.js 4.39 kB +4.39 kB (new file) 🆕
build/assets/js/4860.********.js 166 B +166 B (new file) 🆕
build/assets/js/4872.********.js 554 kB +554 kB (new file) 🆕
build/assets/js/5060.********.js 498 B +498 B (new file) 🆕
build/assets/js/5168.********.js 47.6 kB +47.6 kB (new file) 🆕
build/assets/js/5179.********.js 24.4 kB +24.4 kB (new file) 🆕
build/assets/js/5182.********.js 45.9 kB +45.9 kB (new file) 🆕
build/assets/js/5820.********.js 173 B +173 B (new file) 🆕
build/assets/js/6340.********.js 21.7 kB +21.7 kB (new file) 🆕
build/assets/js/6376.********.js 25.6 kB +25.6 kB (new file) 🆕
build/assets/js/6456.********.js 113 B +113 B (new file) 🆕
build/assets/js/654.********.js 166 B +166 B (new file) 🆕
build/assets/js/6603.********.js 434 B +434 B (new file) 🆕
build/assets/js/6761.********.js 11.5 kB +11.5 kB (new file) 🆕
build/assets/js/6873.********.js 71 kB +71 kB (new file) 🆕
build/assets/js/6961.********.js 329 kB +329 kB (new file) 🆕
build/assets/js/7039.********.js 170 B +170 B (new file) 🆕
build/assets/js/7204.********.js 6.06 kB +6.06 kB (new file) 🆕
build/assets/js/7616.********.js 4.03 kB +4.03 kB (new file) 🆕
build/assets/js/7626.********.js 8.21 kB +8.21 kB (new file) 🆕
build/assets/js/764.********.js 36.3 kB +36.3 kB (new file) 🆕
build/assets/js/7655.********.js 21.9 kB +21.9 kB (new file) 🆕
build/assets/js/7876.********.js 80.8 kB +80.8 kB (new file) 🆕
build/assets/js/800.********.js 1.3 kB +1.3 kB (new file) 🆕
build/assets/js/8071.********.js 33.7 kB +33.7 kB (new file) 🆕
build/assets/js/8907.********.js 165 B +165 B (new file) 🆕
build/assets/js/9176.********.js 37.2 kB +37.2 kB (new file) 🆕
build/assets/js/967.********.js 167 B +167 B (new file) 🆕
build/assets/js/9741.********.js 28.1 kB +28.1 kB (new file) 🆕
build/assets/js/9748.********.js 30.6 kB +30.6 kB (new file) 🆕
ℹ️ View Unchanged
Filename Size Change
.docusaurus/globalData.json 11.9 kB 0 B
build/404.html 15.5 kB 0 B
build/assets/css/styles.********.css 142 kB 0 B
build/assets/js/0058b4c6.********.js 4.26 kB +11 B (+0.26%)
build/assets/js/01a85c17.********.js 7.24 kB +5 B (+0.07%)
build/assets/js/073fbc7c.********.js 16.2 kB +6 B (+0.04%)
build/assets/js/09a4fe5a.********.js 68.4 kB 0 B
build/assets/js/0a6cf40a.********.js 37.7 kB +3 B (+0.01%)
build/assets/js/0fd216e9.********.js 8.96 kB +2 B (+0.02%)
build/assets/js/12cfd228.********.js 7.08 kB +3 B (+0.04%)
build/assets/js/14eb3368.********.js 9.72 kB -8 B (-0.08%)
build/assets/js/167d542a.********.js 12.1 kB +6 B (+0.05%)
build/assets/js/17896441.********.js 640 B +3 B (+0.47%)
build/assets/js/1b355a49.********.js 8.26 kB +2 B (+0.02%)
build/assets/js/1df93b7f.********.js 9.41 kB -15 B (-0.16%)
build/assets/js/1f391b9e.********.js 6.91 kB -14 B (-0.2%)
build/assets/js/221b35f7.********.js 12.2 kB 0 B
build/assets/js/245d11de.********.js 56 kB +6 B (+0.01%)
build/assets/js/263b985f.********.js 33.9 kB -4 B (-0.01%)
build/assets/js/352f0e19.********.js 8.68 kB +5 B (+0.06%)
build/assets/js/35475145.********.js 461 B +11 B (+2.44%)
build/assets/js/36994c47.********.js 183 B +11 B (+6.4%) 🔍
build/assets/js/3868.********.js 161 B +9 B (+5.92%) 🔍
build/assets/js/3894e54f.********.js 21 kB +2 B (+0.01%)
build/assets/js/3a2db09e.********.js 253 B +11 B (+4.55%) 🔍
build/assets/js/3a9ef7ca.********.js 450 B +11 B (+2.51%)
build/assets/js/3dd168bd.********.js 18.3 kB -4 B (-0.02%)
build/assets/js/3fc333ae.********.js 30.7 kB -4 B (-0.01%)
build/assets/js/402c530c.********.js 469 B +11 B (+2.4%)
build/assets/js/40c845af.********.js 31.3 kB +3 B (+0.01%)
build/assets/js/4382960e.********.js 9.79 kB -1 B (-0.01%)
build/assets/js/446e416b.********.js 9.66 kB -1 B (-0.01%)
build/assets/js/47a5fc0a.********.js 184 B +11 B (+6.36%) 🔍
build/assets/js/4911.********.js 191 kB +9 B (0%)
build/assets/js/4edc808e.********.js 15 kB -4 B (-0.03%)
build/assets/js/4f649d07.********.js 3.82 kB +5 B (+0.13%)
build/assets/js/55b84506.********.js 12.1 kB +6 B (+0.05%)
build/assets/js/573f7f56.********.js 3.41 kB +6 B (+0.18%)
build/assets/js/57a8643e.********.js 14.3 kB -17 B (-0.12%)
build/assets/js/5847.********.js 113 B +9 B (+8.65%) 🔍
build/assets/js/5c2e370e.********.js 497 B +11 B (+2.26%)
build/assets/js/5e95c892.********.js 358 B +9 B (+2.58%)
build/assets/js/621db11d.********.js 1.71 kB +7 B (+0.41%)
build/assets/js/635ad0e8.********.js 515 B +11 B (+2.18%)
build/assets/js/6561.********.js 5.85 kB +9 B (+0.15%)
build/assets/js/6be15ea1.********.js 9.38 kB +6 B (+0.06%)
build/assets/js/70442256.********.js 39 kB +3 B (+0.01%)
build/assets/js/78a4fd52.********.js 4.92 kB +6 B (+0.12%)
build/assets/js/79af6410.********.js 388 B +11 B (+2.92%)
build/assets/js/7bf4542e.********.js 18.2 kB +3 B (+0.02%)
build/assets/js/7c5c12ac.********.js 9.67 kB -1 B (-0.01%)
build/assets/js/8090.********.js 427 kB +17 B (0%)
build/assets/js/814f3328.********.js 297 B +11 B (+3.85%)
build/assets/js/8357758b.********.js 19.5 kB -20 B (-0.1%)
build/assets/js/8ebcaa6c.********.js 18.3 kB +6 B (+0.03%)
build/assets/js/93c7665c.********.js 1.96 kB +7 B (+0.36%)
build/assets/js/9402.********.js 275 kB +9 B (0%)
build/assets/js/945b49d0.********.js 13.7 kB +2 B (+0.01%)
build/assets/js/98822c48.********.js 12.9 kB +6 B (+0.05%)
build/assets/js/991ed628.********.js 17 kB -4 B (-0.02%)
build/assets/js/9b0b65a6.********.js 11.1 kB +3 B (+0.03%)
build/assets/js/9e4087bc.********.js 2.06 kB +5 B (+0.24%)
build/assets/js/a21c20db.********.js 40.5 kB -3 B (-0.01%)
build/assets/js/a6aa9e1f.********.js 7.93 kB -18 B (-0.23%)
build/assets/js/a7456010.********.js 184 B +11 B (+6.36%) 🔍
build/assets/js/a7bd4aaa.********.js 706 B +10 B (+1.44%)
build/assets/js/a821d7a1.********.js 14.4 kB -1 B (-0.01%)
build/assets/js/a94703ab.********.js 11.3 kB +8 B (+0.07%)
build/assets/js/aba21aa0.********.js 183 B +11 B (+6.4%) 🔍
build/assets/js/acecf23e.********.js 203 B +11 B (+5.73%) 🔍
build/assets/js/b14e0f74.********.js 15.3 kB +2 B (+0.01%)
build/assets/js/b28a5f0c.********.js 20.2 kB -4 B (-0.02%)
build/assets/js/b4616e61.********.js 18 kB +2 B (+0.01%)
build/assets/js/b4645c50.********.js 32.2 kB +6 B (+0.02%)
build/assets/js/bc6be8dd.********.js 449 B +11 B (+2.51%)
build/assets/js/bc7db166.********.js 21.8 kB -1 B (0%)
build/assets/js/c141421f.********.js 183 B +11 B (+6.4%) 🔍
build/assets/js/c15d9823.********.js 261 B +11 B (+4.4%)
build/assets/js/c7b90d82.********.js 23.1 kB +6 B (+0.03%)
build/assets/js/ccc49370.********.js 13.3 kB -29 B (-0.22%)
build/assets/js/cf55cfec.********.js 469 B +11 B (+2.4%)
build/assets/js/d2436a2b.********.js 4.53 kB +11 B (+0.24%)
build/assets/js/d5c68bbd.********.js 42.3 kB -4 B (-0.01%)
build/assets/js/d6cb878b.********.js 483 B +11 B (+2.33%)
build/assets/js/db8d5f16.********.js 11.1 kB +2 B (+0.02%)
build/assets/js/e0719818.********.js 185 B +11 B (+6.32%) 🔍
build/assets/js/e76149f9.********.js 9.39 kB +11 B (+0.12%)
build/assets/js/e9ebadb9.********.js 12.6 kB +6 B (+0.05%)
build/assets/js/ea82e367.********.js 13.1 kB -1 B (-0.01%)
build/assets/js/eb7ebca6.********.js 34.4 kB +6 B (+0.02%)
build/assets/js/ebed0d07.********.js 1.88 kB +7 B (+0.37%)
build/assets/js/ec281f2e.********.js 16.2 kB +6 B (+0.04%)
build/assets/js/eecb7248.********.js 2.94 kB +6 B (+0.2%)
build/assets/js/ef8b811a.********.js 324 B +11 B (+3.51%)
build/assets/js/f077d5db.********.js 32.8 kB -1 B (0%)
build/assets/js/f1028ce8.********.js 476 B +11 B (+2.37%)
build/assets/js/f13553a8.********.js 447 B +11 B (+2.52%)
build/assets/js/f1b373af.********.js 379 B +11 B (+2.99%)
build/assets/js/f81c1134.********.js 5.29 kB +11 B (+0.21%)
build/assets/js/fd2064b2.********.js 11 kB +2 B (+0.02%)
build/assets/js/fedb50c8.********.js 44.3 kB +2 B (0%)
build/blog.html 20.3 kB 0 B
build/blog/archive.html 16 kB 0 B
build/blog/authors.html 16.6 kB 0 B
build/blog/feature-rich-plugin-manager.html 25.3 kB 0 B
build/blog/tags.html 16.5 kB 0 B
build/blog/tags/github.html 19.3 kB 0 B
build/blog/tags/zsh.html 19.2 kB 0 B
build/community.html 21.6 kB 0 B
build/community/category/-collection.html 25.6 kB 0 B
build/community/category/-gallery-of-invocations.html 21.7 kB 0 B
build/community/category/-roadmap.html 22.3 kB 0 B
build/community/category/-zsh-users-guide.html 21.6 kB 0 B
build/community/contributors.html 30.7 kB 0 B
build/community/gallery/collection.html 28.8 kB 0 B
build/community/gallery/collection/completions.html 94.8 kB 0 B
build/community/gallery/collection/plugins.html 105 kB 0 B
build/community/gallery/collection/programs.html 236 kB 0 B
build/community/gallery/collection/services.html 30 kB 0 B
build/community/gallery/collection/snippets.html 31 kB 0 B
build/community/gallery/collection/themes.html 80.2 kB 0 B
build/community/zsh_guide/roadmap/expansion.html 39.5 kB 0 B
build/community/zsh_handbook.html 180 kB 0 B
build/community/zsh_plugin_standard.html 121 kB 0 B
build/docs.html 30.5 kB 0 B
build/docs/category/-getting-started.html 22 kB 0 B
build/docs/category/-guides.html 22.7 kB 0 B
build/docs/category/️-syntax.html 23.9 kB 0 B
build/docs/code.html 24.9 kB 0 B
build/docs/getting_started/installation.html 73.2 kB 0 B
build/docs/getting_started/migration.html 126 kB 0 B
build/docs/getting_started/overview.html 123 kB 0 B
build/docs/guides/benchmark.html 64.6 kB 0 B
build/docs/guides/commands.html 99.2 kB 0 B
build/docs/guides/customization.html 97.5 kB 0 B
build/docs/guides/syntax/bindkey.html 47.1 kB 0 B
build/docs/guides/syntax/for.html 80.5 kB 0 B
build/docs/guides/syntax/ice-modifiers.html 54.2 kB 0 B
build/docs/guides/syntax/standard.html 179 kB 0 B
build/ecosystem.html 21.5 kB 0 B
build/ecosystem/annexes/bin-gem-node.html 150 kB 0 B
build/ecosystem/annexes/default-ice.html 37.6 kB 0 B
build/ecosystem/annexes/eval.html 46.9 kB 0 B
build/ecosystem/annexes/linkbin.html 38.8 kB 0 B
build/ecosystem/annexes/meta-plugins.html 45.9 kB 0 B
build/ecosystem/annexes/overview.html 70.7 kB 0 B
build/ecosystem/annexes/patch-dl.html 34.6 kB 0 B
build/ecosystem/annexes/readurl.html 48.6 kB 0 B
build/ecosystem/annexes/rust.html 54.3 kB 0 B
build/ecosystem/annexes/submods.html 30.4 kB 0 B
build/ecosystem/annexes/unscope.html 52.8 kB 0 B
build/ecosystem/category/-annexes.html 26.6 kB 0 B
build/ecosystem/category/-packages.html 21.6 kB 0 B
build/ecosystem/category/️-plugins.html 30.2 kB 0 B
build/ecosystem/packages/synopsis.html 42.6 kB 0 B
build/ecosystem/packages/usage.html 103 kB 0 B
build/ecosystem/plugins/diff-so-fancy.html 52.1 kB 0 B
build/ecosystem/plugins/f-sy-h.html 137 kB 0 B
build/ecosystem/plugins/h-s-mw.html 62.4 kB 0 B
build/ecosystem/plugins/zbrowse.html 33.9 kB 0 B
build/ecosystem/plugins/zconvey.html 39 kB 0 B
build/ecosystem/plugins/zi-console.html 42.1 kB 0 B
build/ecosystem/plugins/zprompts.html 35.9 kB 0 B
build/ecosystem/plugins/zsh-cmd-architect.html 44.9 kB 0 B
build/ecosystem/plugins/zsh-editing-workbench.html 38.3 kB 0 B
build/ecosystem/plugins/zsh-modules.html 45.9 kB 0 B
build/ecosystem/plugins/zsh-navigation-tools.html 91.3 kB 0 B
build/ecosystem/plugins/zsh-select.html 46.1 kB 0 B
build/ecosystem/plugins/zsh-unique-id.html 38.9 kB 0 B
build/ecosystem/plugins/zui.html 221 kB 0 B
build/ecosystem/plugins/zzcomplete.html 35.8 kB 0 B
build/index.html 19.6 kB 0 B
build/legal/CODE_OF_CONDUCT.html 25.2 kB 0 B
build/legal/PRIVACY.html 37.1 kB 0 B
build/search.html 23.8 kB 0 B

compressed-size-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments