Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies j:kit-282 #4808

Merged
merged 3 commits into from
Dec 27, 2024
Merged

Conversation

renovate-coveo[bot]
Copy link
Contributor

@renovate-coveo renovate-coveo bot commented Dec 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@commitlint/load (source) 19.5.0 -> 19.6.1 age adoption passing confidence devDependencies minor
@coveo/semantic-monorepo-tools 2.6.1 -> 2.6.2 age adoption passing confidence dependencies patch
@cspell/eslint-plugin (source) 8.16.1 -> 8.17.1 age adoption passing confidence devDependencies minor
@microsoft/api-extractor (source) 7.48.0 -> 7.48.1 age adoption passing confidence devDependencies patch
@microsoft/api-extractor-model (source) 7.30.0 -> 7.30.1 age adoption passing confidence devDependencies patch
@microsoft/api-extractor-model (source) 7.30.0 -> 7.30.1 age adoption passing confidence dependencies patch
@nx/js (source) 20.2.2 -> 20.3.0 age adoption passing confidence devDependencies minor
@nx/storybook (source) 20.2.2 -> 20.3.0 age adoption passing confidence devDependencies minor
@nx/vite (source) 20.2.2 -> 20.3.0 age adoption passing confidence devDependencies minor
@nx/web (source) 20.2.2 -> 20.3.0 age adoption passing confidence devDependencies minor
@rollup/plugin-commonjs (source) 28.0.1 -> 28.0.2 age adoption passing confidence devDependencies patch
@rollup/plugin-replace (source) 6.0.1 -> 6.0.2 age adoption passing confidence devDependencies patch
actions/create-github-app-token 5d869da -> c1a2851 action digest
actions/upload-artifact b4b15b8 -> 6f51ac0 action digest
cspell (source) 8.16.1 -> 8.17.1 age adoption passing confidence devDependencies minor
cypress (source) 13.16.1 -> 13.17.0 age adoption passing confidence devDependencies minor
esbuild 0.24.0 -> 0.24.2 age adoption passing confidence devDependencies patch
eslint-plugin-jest 28.9.0 -> 28.10.0 age adoption passing confidence devDependencies minor
i18next (source) 24.1.0 -> 24.2.0 age adoption passing confidence dependencies minor
nx (source) 19.0.4 -> 19.8.14 age adoption passing confidence devDependencies minor
puppeteer (source) 23.10.3 -> 23.11.1 age adoption passing confidence devDependencies minor
resolve 1.22.8 -> 1.22.10 age adoption passing confidence devDependencies patch
rollup (source) 4.28.1 -> 4.29.0 age adoption passing confidence devDependencies minor 4.29.1
rollup (source) 4.24.0 -> 4.29.0 age adoption passing confidence devDependencies minor 4.29.1
tailwindcss (source) 3.4.16 -> 3.4.17 age adoption passing confidence devDependencies patch
webpack 5.94.0 -> 5.97.1 age adoption passing confidence devDependencies minor
zone.js (source, changelog) 0.14.10 -> 0.15.0 age adoption passing confidence dependencies minor

Release Notes

conventional-changelog/commitlint (@​commitlint/load)

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/load

coveo/semantic-monorepo-tools (@​coveo/semantic-monorepo-tools)

v2.6.2

Compare Source

Bug Fixes
streetsidesoftware/cspell (@​cspell/eslint-plugin)

v8.17.1

Compare Source

v8.17.0

Compare Source

microsoft/rushstack (@​microsoft/api-extractor)

v7.48.1

Compare Source

Sat, 14 Dec 2024 01:11:07 GMT

Version update only

microsoft/rushstack (@​microsoft/api-extractor-model)

v7.30.1

Compare Source

Sat, 14 Dec 2024 01:11:07 GMT

Version update only

nrwl/nx (@​nx/js)

v20.3.0

Compare Source

20.3.0 (2024-12-20)
🚀 Features
  • angular: support ngrx v19 (#​29398)
  • core: support rollup.config.ts (#​28240)
  • core: use custom resolution to resolve from source local plugins with artifacts pointing to the outputs (#​29222)
  • core: add spinners when graph compute takes long time (#​28966)
  • core: not exit when one plugin installation failed (#​28684)
  • core: nx-plugin-checks accounts for outDir and rootDir of projects when checking file existence (#​29391)
  • core: add lib/** glob to workspaces so we support it out of the box (#​29403)
  • core: show progress on ci if graph construction takes longer than expected (#​29392)
  • eslint: rename eslint.config.js to eslint.config.cjs to resolve them as CommonJS (#​29334)
  • expo: upgrade Expo to v52 (#​29142)
  • js: update vue/node app and lib generators to support TS solutions (#​29299)
  • misc: handle artifact generators' path options including file extensions (#​29111)
  • nx-dev: link more customer videos on enterprise page (7498e470fa)
  • nx-plugin: added support for vitest test runner (#​29140)
  • release: allow automated git push from version or changelog step (#​29280)
  • rsbuild: add intial package (#​29147)
  • rsbuild: add inferred targets plugin (#​29192)
  • rsbuild: add rsbuild configuration generator (#​29321)
  • rsbuild: add react and vue support for app generation (#​29349)
  • rsbuild: move plugin export to root of package (#​29415)
  • storybook: use createNodesV2 for init and convert-to-inferred generators (#​28092)
  • testing: allow custom address for local registry (#​29050)
  • vite: add angular option to vitest generator (#​29055)
🩹 Fixes
  • typo in environment-variables.md (#​29294)
  • angular: handle removed angular-eslint rules in root eslint config files and update package (#​29262)
  • angular: normalize prerender and appShell options of the application executor correctly (#​29281)
  • angular: correctly normalize dev-server options (#​29322)
  • angular: add-localize-polyfill-to-targets fails if polyfills is a string (#​29324)
  • angular: normalize name when forced to build selector (#​29417)
  • angular: set up host and remote ssr apps correctly #​29442 (#​29447, #​29442)
  • bundling: ensure vitest timestamp files are ignored (#​29418)
  • core: add workspaces path if package path is not included (#​28824)
  • core: fix process being prevented from exiting (#​29240)
  • core: defer loading package manager until necessary (#​29248)
  • core: hashing fixes (#​29247)
  • core: Update bundlers to not typecheck if using new TS solution setup (#​29227)
  • core: ensure @​nx/module-federation is listed in package group (#​29292)
  • core: ensure rsbuild is part of nx package group (#​29310)
  • core: avoid storing hash details for empty fileset (#​29316)
  • core: resolve imports from linked workspace projects (#​29328)
  • core: collect all logs from forked processes (#​27778)
  • core: Update move/remove workspace generators to work with ts project references (#​29331)
  • core: Adding react apps/libs to workspaces so they can be referenced. (#​29202)
  • core: make packageExports metadata optional field (#​29407)
  • core: graph spinners should update properly (#​29433)
  • core: update yarn-parser to handle yarn v4 syntax (#​29067)
  • gradle: cache gradle report (#​29381)
  • js: switch from fast-glob to tinyglobby (#​29141)
  • js: ensure typescript-sync generator produces formatted references when no prettier is installed (#​29368)
  • js: Configure typescript plugin to handle non-buildable libs (#​29393)
  • js: handle resolution from within node_module in the sync generator (#​29412)
  • misc: ensure tsBuildInfoFile is generated inside outDir (#​29343)
  • misc: fix misc generation issues with the ts solution setup (#​29350)
  • module-federation: ensure @​nx/module-federation package is installed for users (#​29416)
  • module-federation: dynamic federation helpers should normalize remote names (#​29427)
  • nuxt: change tsconfig path on server part (#​28864)
  • nx-dev: update Nx Cloud proj created (#​29272)
  • nx-dev: update hero image on blog post (#​29405)
  • react: add files entry for publishable libraries (#​29277)
  • react: assert test property is defined on webpack rule in nx-react-webpack-plugin (#​27525)
  • react: fix issues with react ts setup (#​29312)
  • react: fix tailwind for react library and component (#​29319)
  • react-native: default template fails when envs are not set (#​28931)
  • react-native: typescript lib schema (#​27955)
  • react-native: fix react native storybook for lib (#​29210)
  • release: use prepatch version for pre-release dependent package updates (#​29123)
  • release: make commits separator in git log command more unique (#​29261)
  • repo: cleanup old plugins promise (#​29295)
  • rsbuild: set publish config correctly (#​29282)
  • storybook: only install react deps for storybook 7 #​29213 (#​29231, #​29213)
  • storybook: ensure 'storybook' dep is installed for non-crystal workspaces (#​29235)
  • testing: force node10 module resolution for jest atomized tasks (#​29421)
  • ⚠️ vite: generate config with esm by default (#​29270)
  • vite: resolves files with dot suffixes correctly (#​28518)
  • webpack: Add useTsconfigPaths to app-webpack-plugin (#​29291)
⚠️ Breaking Changes
  • ⚠️ vite: generate config with esm by default (#​29270)
❤️ Thank You
rollup/plugins (@​rollup/plugin-commonjs)

v28.0.2

2024-12-15

Updates
  • docs: output.exports recommendation also applies to IIFE (#​1810)
rollup/plugins (@​rollup/plugin-replace)

v6.0.2

2024-12-15

Bugfixes
  • fix: add missing types for objectGuards option (#​1818)
streetsidesoftware/cspell (cspell)

v8.17.1

Compare Source

v8.17.0

Compare Source

cypress-io/cypress (cypress)

v13.17.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#13-17-0

evanw/esbuild (esbuild)

v0.24.2

Compare Source

  • Fix regression with --define and import.meta (#​4010, #​4012, #​4013)

    The previous change in version 0.24.1 to use a more expression-like parser for define values to allow quoted property names introduced a regression that removed the ability to use --define:import.meta=.... Even though import is normally a keyword that can't be used as an identifier, ES modules special-case the import.meta expression to behave like an identifier anyway. This change fixes the regression.

    This fix was contributed by @​sapphi-red.

v0.24.1

Compare Source

  • Allow es2024 as a target in tsconfig.json (#​4004)

    TypeScript recently added es2024 as a compilation target, so esbuild now supports this in the target field of tsconfig.json files, such as in the following configuration file:

    {
      "compilerOptions": {
        "target": "ES2024"
      }
    }

    As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in the documentation.

    This fix was contributed by @​billyjanitsch.

  • Allow automatic semicolon insertion after get/set

    This change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:

    class Foo {
      get
      *x() {}
      set
      *y() {}
    }

    The above code will be considered valid starting with this release. This change to esbuild follows a similar change to TypeScript which will allow this syntax starting with TypeScript 5.7.

  • Allow quoted property names in --define and --pure (#​4008)

    The define and pure API options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes --define and --pure consistent with --global-name, which already supported quoted property names. For example, the following is now possible:

    // The following code now transforms to "return true;\n"
    console.log(esbuild.transformSync(
      `return process.env['SOME-TEST-VAR']`,
      { define: { 'process.env["SOME-TEST-VAR"]': 'true' } },
    ))

    Note that if you're passing values like this on the command line using esbuild's --define flag, then you'll need to know how to escape quote characters for your shell. You may find esbuild's JavaScript API more ergonomic and portable than writing shell code.

  • Minify empty try/catch/finally blocks (#​4003)

    With this release, esbuild will now attempt to minify empty try blocks:

    // Original code
    try {} catch { foo() } finally { bar() }
    
    // Old output (with --minify)
    try{}catch{foo()}finally{bar()}
    
    // New output (with --minify)
    bar();

    This can sometimes expose additional minification opportunities.

  • Include entryPoint metadata for the copy loader (#​3985)

    Almost all entry points already include a entryPoint field in the outputs map in esbuild's build metadata. However, this wasn't the case for the copy loader as that loader is a special-case that doesn't behave like other loaders. This release adds the entryPoint field in this case.

  • Source mappings may now contain null entries (#​3310, #​3878)

    With this change, sources that result in an empty source map may now emit a null source mapping (i.e. one with a generated position but without a source index or original position). This change improves source map accuracy by fixing a problem where minified code from a source without any source mappings could potentially still be associated with a mapping from another source file earlier in the generated output on the same minified line. It manifests as nonsensical files in source mapped stack traces. Now the null mapping "resets" the source map so that any lookups into the minified code without any mappings resolves to null (which appears as the output file in stack traces) instead of the incorrect source file.

    This change shouldn't affect anything in most situations. I'm only mentioning it in the release notes in case it introduces a bug with source mapping. It's part of a work-in-progress future feature that will let you omit certain unimportant files from the generated source map to reduce source map size.

  • Avoid using the parent directory name for determinism (#​3998)

    To make generated code more readable, esbuild includes the name of the source file when generating certain variable names within the file. Specifically bundling a CommonJS file generates a variable to store the lazily-evaluated module initializer. However, if a file is named index.js (or with a different extension), esbuild will use the name of the parent directory instead for a better name (since many packages have files all named index.js but have unique directory names).

    This is problematic when the bundle entry point is named index.js and the parent directory name is non-deterministic (e.g. a temporary directory created by a build script). To avoid non-determinism in esbuild's output, esbuild will now use index instead of the parent directory in this case. Specifically this will happen if the parent directory is equal to esbuild's outbase API option, which defaults to the lowest common ancestor of all user-specified entry point paths.

  • Experimental support for esbuild on NetBSD (#​3974)

    With this release, esbuild now has a published binary executable for NetBSD in the @esbuild/netbsd-arm64 npm package, and esbuild's installer has been modified to attempt to use it when on NetBSD. Hopefully this makes installing esbuild via npm work on NetBSD. This change was contributed by @​bsiegert.

    ⚠️ Note: NetBSD is not one of Node's supported platforms, so installing esbuild may or may not work on NetBSD depending on how Node has been patched. This is not a problem with esbuild. ⚠️

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.10.0

Compare Source

Features
  • unbound-method: ignore functions passed to jest.mocked (#​1681) (d868636)
i18next/i18next (i18next)

v24.2.0

Compare Source

  • feat(typescript): Add strictKeyChecks option to enforce checking key existence when defaultValue is used 2274, fixes 2043

v24.1.2

Compare Source

  • optimize fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273

v24.1.1

Compare Source

  • fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273
puppeteer/puppeteer (puppeteer)

v23.11.1: puppeteer: v23.11.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 23.11.0 to 23.11.1

v23.11.0: puppeteer: v23.11.0

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 23.10.4 to 23.11.0

v23.10.4: puppeteer: v23.10.4

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 23.10.3 to 23.10.4
browserify/resolve (resolve)

v1.22.10

Compare Source

v1.22.9

Compare Source

rollup/rollup (rollup)

v4.29.0

Compare Source

2024-12-20

Features
  • Treat objects as truthy and always check second argument to better simplify logical expressions (#​5763)
Pull Requests
tailwindlabs/tailwindcss (tailwindcss)

v3.4.17

Compare Source

Fixed
webpack/webpack (webpack)

v5.97.1

Compare Source

Bug Fixes

  • Performance regression
  • Sub define key should't be renamed when it's a defined variable

v5.97.0

Compare Source

Bug Fixes

  • Don't crash with filesystem cache and unknown scheme
  • Generate a valid code when output.iife is true and output.library.type is umd
  • Fixed conflict variable name with concatenate modules and runtime code
  • Merge duplicate chunks before
  • Collisions in ESM library
  • Use recursive search for versions of shared dependencies
  • [WASM] Don't crash WebAssembly with Reference Types (sync and async)
  • [WASM] Fixed wasm loading for sync and async webassembly
  • [CSS] Don't add [uniqueName] to localIdentName when it is empty
  • [CSS] Parsing strings on Windows
  • [CSS] Fixed CSS local escaping

New Features

  • Added support for injecting debug IDs
  • Export the MergeDuplicateChunks plugin
  • Added universal loading for JS chunks and JS worker chunks (only ES modules)
  • [WASM] Added universal loading for WebAssembly chunks (only for async WebAssembly)
  • [CSS] Allow initial CSS chunks to be placed anywhere - the output.cssHeadDataCompression option was deleted
  • [CSS] Added universal loading for CSS chunks
  • [CSS] Parse ICSS @value at-rules in CSS modules
  • [CSS] Parse ICSS :import rules in CSS modules
  • [CSS] Added the url and import options for CSS
  • [CSS] Allow to import custom properties in CSS modules

Performance

  • Faster Queue implementation, also fixed queue iterator state in dequeue method to ensure correct behavior after item removal

v5.96.1

Compare Source

Bug Fixes

  • [Types] Add @types/eslint-scope to dependencieS
  • [Types] Fixed regression in validate

v5.96.0

Compare Source

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

v5.95.0

Compare Source

Bug Fixes

  • Fixed hanging when attempting to read a symlink-like file that it can't read
  • Handle default for import context element dependency
  • Merge duplicate chunks call after split chunks
  • Generate correctly code for dynamically importing the same file twice and destructuring
  • Use content hash as [base] and [name] for extracted DataURI's
  • Distinguish module and import in module-import for externals import's
  • [Types] Make EnvironmentPlugin default values types less strict
  • [Types] Typescript 5.6 compatibility

New Features

  • Add new optimization.avoidEntryIife option (true by default for the production mode)
  • Pass output.hash* options to loader context

Performance

  • Avoid unneeded re-visit in build chunk graph
angular/angular (zone.js)

v0.15.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4:00am on Tuesday" in timezone America/Toronto, 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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-coveo renovate-coveo bot requested a review from a team as a code owner December 24, 2024 05:08
@renovate-coveo renovate-coveo bot added the dependencies Pull requests that update a dependency file label Dec 24, 2024
Copy link

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

Live demo links

Bundle Size

File Old (kb) New (kb) Change (%)
case-assist 242.9 242.9 0
commerce 354 354 0
search 414 414 0
insight 405.2 405.2 0
recommendation 255.1 255.1 0
ssr 407.4 407.4 0
ssr-commerce 371.3 371.3 0

SSR Progress

Use case SSR (#) CSR (#) Progress (%)
search 39 44 89
recommendation 0 4 0
case-assist 0 6 0
insight 0 27 0
commerce 0 15 0
Detailed logs search : buildInteractiveResult
search : buildInteractiveInstantResult
search : buildInteractiveRecentResult
search : buildInteractiveCitation
search : buildGeneratedAnswer
recommendation : missing SSR support
case-assist : missing SSR support
insight : missing SSR support
commerce : missing SSR support

@renovate-coveo renovate-coveo bot requested a review from a team as a code owner December 24, 2024 18:36
@renovate-coveo
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@alexprudhomme alexprudhomme added this pull request to the merge queue Dec 27, 2024
Merged via the queue into master with commit c1ad91c Dec 27, 2024
124 checks passed
github-merge-queue bot pushed a commit that referenced this pull request Dec 27, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update | Pending |
|---|---|---|---|---|---|---|---|---|
| [@commitlint/load](https://commitlint.js.org/)
([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/load))
| [`19.5.0` ->
`19.6.1`](https://renovatebot.com/diffs/npm/@commitlint%2fload/19.5.0/19.6.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fload/19.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fload/19.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fload/19.5.0/19.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fload/19.5.0/19.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
|
[@coveo/semantic-monorepo-tools](https://redirect.github.com/coveo/semantic-monorepo-tools)
| [`2.6.1` ->
`2.6.2`](https://renovatebot.com/diffs/npm/@coveo%2fsemantic-monorepo-tools/2.6.1/2.6.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@coveo%2fsemantic-monorepo-tools/2.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@coveo%2fsemantic-monorepo-tools/2.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@coveo%2fsemantic-monorepo-tools/2.6.1/2.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@coveo%2fsemantic-monorepo-tools/2.6.1/2.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | |
|
[@cspell/eslint-plugin](https://redirect.github.com/streetsidesoftware/cspell/tree/main/packages/cspell-eslint-plugin#readme)
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin))
| [`8.16.1` ->
`8.17.1`](https://renovatebot.com/diffs/npm/@cspell%2feslint-plugin/8.16.1/8.17.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@cspell%2feslint-plugin/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@cspell%2feslint-plugin/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@cspell%2feslint-plugin/8.16.1/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@cspell%2feslint-plugin/8.16.1/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [@microsoft/api-extractor](https://api-extractor.com)
([source](https://redirect.github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor))
| [`7.48.0` ->
`7.48.1`](https://renovatebot.com/diffs/npm/@microsoft%2fapi-extractor/7.48.0/7.48.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@microsoft%2fapi-extractor/7.48.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@microsoft%2fapi-extractor/7.48.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@microsoft%2fapi-extractor/7.48.0/7.48.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@microsoft%2fapi-extractor/7.48.0/7.48.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
| [@microsoft/api-extractor-model](https://api-extractor.com)
([source](https://redirect.github.com/microsoft/rushstack/tree/HEAD/libraries/api-extractor-model))
| [`7.30.0` ->
`7.30.1`](https://renovatebot.com/diffs/npm/@microsoft%2fapi-extractor-model/7.30.0/7.30.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@microsoft%2fapi-extractor-model/7.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@microsoft%2fapi-extractor-model/7.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@microsoft%2fapi-extractor-model/7.30.0/7.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@microsoft%2fapi-extractor-model/7.30.0/7.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
| [@microsoft/api-extractor-model](https://api-extractor.com)
([source](https://redirect.github.com/microsoft/rushstack/tree/HEAD/libraries/api-extractor-model))
| [`7.30.0` ->
`7.30.1`](https://renovatebot.com/diffs/npm/@microsoft%2fapi-extractor-model/7.30.0/7.30.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@microsoft%2fapi-extractor-model/7.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@microsoft%2fapi-extractor-model/7.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@microsoft%2fapi-extractor-model/7.30.0/7.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@microsoft%2fapi-extractor-model/7.30.0/7.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | |
| [@nx/js](https://nx.dev)
([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/js)) |
[`20.2.2` ->
`20.3.0`](https://renovatebot.com/diffs/npm/@nx%2fjs/20.2.2/20.3.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fjs/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2fjs/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2fjs/20.2.2/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2fjs/20.2.2/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [@nx/storybook](https://nx.dev)
([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/storybook))
| [`20.2.2` ->
`20.3.0`](https://renovatebot.com/diffs/npm/@nx%2fstorybook/20.2.2/20.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fstorybook/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2fstorybook/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2fstorybook/20.2.2/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2fstorybook/20.2.2/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [@nx/vite](https://nx.dev)
([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/vite))
| [`20.2.2` ->
`20.3.0`](https://renovatebot.com/diffs/npm/@nx%2fvite/20.2.2/20.3.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fvite/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2fvite/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2fvite/20.2.2/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2fvite/20.2.2/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [@nx/web](https://nx.dev)
([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/web)) |
[`20.2.2` ->
`20.3.0`](https://renovatebot.com/diffs/npm/@nx%2fweb/20.2.2/20.3.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fweb/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2fweb/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2fweb/20.2.2/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2fweb/20.2.2/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
|
[@rollup/plugin-commonjs](https://redirect.github.com/rollup/plugins/tree/master/packages/commonjs/#readme)
([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/commonjs))
| [`28.0.1` ->
`28.0.2`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-commonjs/28.0.1/28.0.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fplugin-commonjs/28.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rollup%2fplugin-commonjs/28.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rollup%2fplugin-commonjs/28.0.1/28.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fplugin-commonjs/28.0.1/28.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
|
[@rollup/plugin-replace](https://redirect.github.com/rollup/plugins/tree/master/packages/replace#readme)
([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/replace))
| [`6.0.1` ->
`6.0.2`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-replace/6.0.1/6.0.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fplugin-replace/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rollup%2fplugin-replace/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rollup%2fplugin-replace/6.0.1/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fplugin-replace/6.0.1/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
|
[actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token)
| `5d869da` -> `c1a2851` | | | | | action | digest | |
|
[actions/upload-artifact](https://redirect.github.com/actions/upload-artifact)
| `b4b15b8` -> `6f51ac0` | | | | | action | digest | |
| [cspell](https://cspell.org/)
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell))
| [`8.16.1` ->
`8.17.1`](https://renovatebot.com/diffs/npm/cspell/8.16.1/8.17.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/8.16.1/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/8.16.1/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [cypress](https://cypress.io)
([source](https://redirect.github.com/cypress-io/cypress)) | [`13.16.1`
-> `13.17.0`](https://renovatebot.com/diffs/npm/cypress/13.16.1/13.17.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/13.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/13.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/13.16.1/13.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/13.16.1/13.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [esbuild](https://redirect.github.com/evanw/esbuild) | [`0.24.0` ->
`0.24.2`](https://renovatebot.com/diffs/npm/esbuild/0.24.0/0.24.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/esbuild/0.24.0/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/esbuild/0.24.0/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
|
[eslint-plugin-jest](https://redirect.github.com/jest-community/eslint-plugin-jest)
| [`28.9.0` ->
`28.10.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jest/28.9.0/28.10.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jest/28.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-jest/28.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-jest/28.9.0/28.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jest/28.9.0/28.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [i18next](https://www.i18next.com)
([source](https://redirect.github.com/i18next/i18next)) | [`24.1.0` ->
`24.2.0`](https://renovatebot.com/diffs/npm/i18next/24.1.0/24.2.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/i18next/24.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/i18next/24.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/i18next/24.1.0/24.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/i18next/24.1.0/24.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | |
| [nx](https://nx.dev)
([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/nx)) |
[`19.0.4` ->
`19.8.14`](https://renovatebot.com/diffs/npm/nx/19.0.4/19.8.14) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nx/19.8.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nx/19.8.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nx/19.0.4/19.8.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nx/19.0.4/19.8.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
|
[puppeteer](https://redirect.github.com/puppeteer/puppeteer/tree/main#readme)
([source](https://redirect.github.com/puppeteer/puppeteer)) | [`23.10.3`
->
`23.11.1`](https://renovatebot.com/diffs/npm/puppeteer/23.10.3/23.11.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/puppeteer/23.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/puppeteer/23.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/puppeteer/23.10.3/23.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/puppeteer/23.10.3/23.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [resolve](https://redirect.github.com/browserify/resolve) | [`1.22.8`
-> `1.22.10`](https://renovatebot.com/diffs/npm/resolve/1.22.8/1.22.10)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/resolve/1.22.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/resolve/1.22.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/resolve/1.22.8/1.22.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/resolve/1.22.8/1.22.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
| [rollup](https://rollupjs.org/)
([source](https://redirect.github.com/rollup/rollup)) | [`4.28.1` ->
`4.29.0`](https://renovatebot.com/diffs/npm/rollup/4.28.1/4.29.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/4.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/4.28.1/4.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.28.1/4.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | `4.29.1` |
| [rollup](https://rollupjs.org/)
([source](https://redirect.github.com/rollup/rollup)) | [`4.24.0` ->
`4.29.0`](https://renovatebot.com/diffs/npm/rollup/4.28.1/4.29.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/4.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/4.28.1/4.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.28.1/4.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | `4.29.1` |
| [tailwindcss](https://tailwindcss.com)
([source](https://redirect.github.com/tailwindlabs/tailwindcss)) |
[`3.4.16` ->
`3.4.17`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.16/3.4.17) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/tailwindcss/3.4.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tailwindcss/3.4.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tailwindcss/3.4.16/3.4.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tailwindcss/3.4.16/3.4.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
| [webpack](https://redirect.github.com/webpack/webpack) | [`5.94.0` ->
`5.97.1`](https://renovatebot.com/diffs/npm/webpack/5.94.0/5.97.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/webpack/5.97.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/webpack/5.97.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/webpack/5.94.0/5.97.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/webpack/5.94.0/5.97.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [zone.js](https://redirect.github.com/angular/angular)
([source](https://redirect.github.com/angular/angular/tree/HEAD/packages/zone.js),
[changelog](https://redirect.github.com/angular/angular/blob/master/packages/zone.js/CHANGELOG.md))
| [`0.14.10` ->
`0.15.0`](https://renovatebot.com/diffs/npm/zone.js/0.14.10/0.15.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/zone.js/0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zone.js/0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zone.js/0.14.10/0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zone.js/0.14.10/0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | |

---

### Release Notes

<details>
<summary>conventional-changelog/commitlint
(@&#8203;commitlint/load)</summary>

###
[`v19.6.1`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/load/CHANGELOG.md#1961-2024-12-15)

[Compare
Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.1)

**Note:** Version bump only for package
[@&#8203;commitlint/load](https://redirect.github.com/commitlint/load)

</details>

<details>
<summary>coveo/semantic-monorepo-tools
(@&#8203;coveo/semantic-monorepo-tools)</summary>

###
[`v2.6.2`](https://redirect.github.com/coveo/semantic-monorepo-tools/blob/HEAD/CHANGELOG.md#262-2024-12-16)

[Compare
Source](https://redirect.github.com/coveo/semantic-monorepo-tools/compare/v2.6.1...v2.6.2)

##### Bug Fixes

- **deps:** update all dependencies
([#&#8203;280](https://redirect.github.com/coveo/semantic-monorepo-tools/issues/280))
([0e003f6](https://redirect.github.com/coveo/semantic-monorepo-tools/commits/0e003f62b9ea4c4139abd1bcfea317e0cf75f23d))

</details>

<details>
<summary>streetsidesoftware/cspell
(@&#8203;cspell/eslint-plugin)</summary>

###
[`v8.17.1`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell-eslint-plugin/CHANGELOG.md#small8171-2024-12-16-small)

[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.17.0...v8.17.1)

- chore: Update Integration Test Performance Data
([#&#8203;6681](https://redirect.github.com/streetsidesoftware/cspell/issues/6681))
([4b19439](https://redirect.github.com/streetsidesoftware/cspell/commit/4b19439)),
closes
[#&#8203;6681](https://redirect.github.com/streetsidesoftware/cspell/issues/6681)

###
[`v8.17.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell-eslint-plugin/CHANGELOG.md#8170-2024-12-15)

[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.16.1...v8.17.0)

- chore: Update Integration Test Performance Data
([#&#8203;6676](https://redirect.github.com/streetsidesoftware/cspell/issues/6676))
([f9cb45f](https://redirect.github.com/streetsidesoftware/cspell/commit/f9cb45f)),
closes
[#&#8203;6676](https://redirect.github.com/streetsidesoftware/cspell/issues/6676)

</details>

<details>
<summary>microsoft/rushstack (@&#8203;microsoft/api-extractor)</summary>

###
[`v7.48.1`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7481)

[Compare
Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.48.0...@microsoft/api-extractor_v7.48.1)

Sat, 14 Dec 2024 01:11:07 GMT

*Version update only*

</details>

<details>
<summary>microsoft/rushstack
(@&#8203;microsoft/api-extractor-model)</summary>

###
[`v7.30.1`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/libraries/api-extractor-model/CHANGELOG.md#7301)

[Compare
Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor-model_v7.30.0...@microsoft/api-extractor-model_v7.30.1)

Sat, 14 Dec 2024 01:11:07 GMT

*Version update only*

</details>

<details>
<summary>nrwl/nx (@&#8203;nx/js)</summary>

### [`v20.3.0`](https://redirect.github.com/nrwl/nx/releases/tag/20.3.0)

[Compare
Source](https://redirect.github.com/nrwl/nx/compare/20.2.2...20.3.0)

##### 20.3.0 (2024-12-20)

##### 🚀 Features

- **angular:** support ngrx v19
([#&#8203;29398](https://redirect.github.com/nrwl/nx/pull/29398))
- **core:** support rollup.config.ts
([#&#8203;28240](https://redirect.github.com/nrwl/nx/pull/28240))
- **core:** use custom resolution to resolve from source local plugins
with artifacts pointing to the outputs
([#&#8203;29222](https://redirect.github.com/nrwl/nx/pull/29222))
- **core:** add spinners when graph compute takes long time
([#&#8203;28966](https://redirect.github.com/nrwl/nx/pull/28966))
- **core:** not exit when one plugin installation failed
([#&#8203;28684](https://redirect.github.com/nrwl/nx/pull/28684))
- **core:** nx-plugin-checks accounts for outDir and rootDir of projects
when checking file existence
([#&#8203;29391](https://redirect.github.com/nrwl/nx/pull/29391))
- **core:** add lib/\*\* glob to workspaces so we support it out of the
box ([#&#8203;29403](https://redirect.github.com/nrwl/nx/pull/29403))
- **core:** show progress on ci if graph construction takes longer than
expected
([#&#8203;29392](https://redirect.github.com/nrwl/nx/pull/29392))
- **eslint:** rename eslint.config.js to eslint.config.cjs to resolve
them as CommonJS
([#&#8203;29334](https://redirect.github.com/nrwl/nx/pull/29334))
- **expo:** upgrade Expo to v52
([#&#8203;29142](https://redirect.github.com/nrwl/nx/pull/29142))
- **js:** update vue/node app and lib generators to support TS solutions
([#&#8203;29299](https://redirect.github.com/nrwl/nx/pull/29299))
- **misc:** handle artifact generators' `path` options including file
extensions
([#&#8203;29111](https://redirect.github.com/nrwl/nx/pull/29111))
- **nx-dev:** link more customer videos on enterprise page
([7498e470fa](https://redirect.github.com/nrwl/nx/commit/7498e470fa))
- **nx-plugin:** added support for vitest test runner
([#&#8203;29140](https://redirect.github.com/nrwl/nx/pull/29140))
- **release:** allow automated git push from version or changelog step
([#&#8203;29280](https://redirect.github.com/nrwl/nx/pull/29280))
- **rsbuild:** add intial package
([#&#8203;29147](https://redirect.github.com/nrwl/nx/pull/29147))
- **rsbuild:** add inferred targets plugin
([#&#8203;29192](https://redirect.github.com/nrwl/nx/pull/29192))
- **rsbuild:** add rsbuild configuration generator
([#&#8203;29321](https://redirect.github.com/nrwl/nx/pull/29321))
- **rsbuild:** add react and vue support for app generation
([#&#8203;29349](https://redirect.github.com/nrwl/nx/pull/29349))
- **rsbuild:** move plugin export to root of package
([#&#8203;29415](https://redirect.github.com/nrwl/nx/pull/29415))
- **storybook:** use createNodesV2 for init and convert-to-inferred
generators
([#&#8203;28092](https://redirect.github.com/nrwl/nx/pull/28092))
- **testing:** allow custom address for local registry
([#&#8203;29050](https://redirect.github.com/nrwl/nx/pull/29050))
- **vite:** add angular option to vitest generator
([#&#8203;29055](https://redirect.github.com/nrwl/nx/pull/29055))

##### 🩹 Fixes

- typo in environment-variables.md
([#&#8203;29294](https://redirect.github.com/nrwl/nx/pull/29294))
- **angular:** handle removed angular-eslint rules in root eslint config
files and update package
([#&#8203;29262](https://redirect.github.com/nrwl/nx/pull/29262))
- **angular:** normalize prerender and appShell options of the
application executor correctly
([#&#8203;29281](https://redirect.github.com/nrwl/nx/pull/29281))
- **angular:** correctly normalize dev-server options
([#&#8203;29322](https://redirect.github.com/nrwl/nx/pull/29322))
- **angular:** add-localize-polyfill-to-targets fails if polyfills is a
string ([#&#8203;29324](https://redirect.github.com/nrwl/nx/pull/29324))
- **angular:** normalize name when forced to build selector
([#&#8203;29417](https://redirect.github.com/nrwl/nx/pull/29417))
- **angular:** set up host and remote ssr apps correctly
[#&#8203;29442](https://redirect.github.com/nrwl/nx/issues/29442)
([#&#8203;29447](https://redirect.github.com/nrwl/nx/pull/29447),
[#&#8203;29442](https://redirect.github.com/nrwl/nx/issues/29442))
- **bundling:** ensure vitest timestamp files are ignored
([#&#8203;29418](https://redirect.github.com/nrwl/nx/pull/29418))
- **core:** add workspaces path if package path is not included
([#&#8203;28824](https://redirect.github.com/nrwl/nx/pull/28824))
- **core:** fix process being prevented from exiting
([#&#8203;29240](https://redirect.github.com/nrwl/nx/pull/29240))
- **core:** defer loading package manager until necessary
([#&#8203;29248](https://redirect.github.com/nrwl/nx/pull/29248))
- **core:** hashing fixes
([#&#8203;29247](https://redirect.github.com/nrwl/nx/pull/29247))
- **core:** Update bundlers to not typecheck if using new TS solution
setup ([#&#8203;29227](https://redirect.github.com/nrwl/nx/pull/29227))
- **core:** ensure
[@&#8203;nx/module-federation](https://redirect.github.com/nx/module-federation)
is listed in package group
([#&#8203;29292](https://redirect.github.com/nrwl/nx/pull/29292))
- **core:** ensure rsbuild is part of nx package group
([#&#8203;29310](https://redirect.github.com/nrwl/nx/pull/29310))
- **core:** avoid storing hash details for empty fileset
([#&#8203;29316](https://redirect.github.com/nrwl/nx/pull/29316))
- **core:** resolve imports from linked workspace projects
([#&#8203;29328](https://redirect.github.com/nrwl/nx/pull/29328))
- **core:** collect all logs from forked processes
([#&#8203;27778](https://redirect.github.com/nrwl/nx/pull/27778))
- **core:** Update move/remove workspace generators to work with ts
project references
([#&#8203;29331](https://redirect.github.com/nrwl/nx/pull/29331))
- **core:** Adding react apps/libs to workspaces so they can be
referenced.
([#&#8203;29202](https://redirect.github.com/nrwl/nx/pull/29202))
- **core:** make packageExports metadata optional field
([#&#8203;29407](https://redirect.github.com/nrwl/nx/pull/29407))
- **core:** graph spinners should update properly
([#&#8203;29433](https://redirect.github.com/nrwl/nx/pull/29433))
- **core:** update yarn-parser to handle yarn v4 syntax
([#&#8203;29067](https://redirect.github.com/nrwl/nx/pull/29067))
- **gradle:** cache gradle report
([#&#8203;29381](https://redirect.github.com/nrwl/nx/pull/29381))
- **js:** switch from fast-glob to tinyglobby
([#&#8203;29141](https://redirect.github.com/nrwl/nx/pull/29141))
- **js:** ensure typescript-sync generator produces formatted references
when no prettier is installed
([#&#8203;29368](https://redirect.github.com/nrwl/nx/pull/29368))
- **js:** Configure typescript plugin to handle non-buildable libs
([#&#8203;29393](https://redirect.github.com/nrwl/nx/pull/29393))
- **js:** handle resolution from within node_module in the sync
generator
([#&#8203;29412](https://redirect.github.com/nrwl/nx/pull/29412))
- **misc:** ensure `tsBuildInfoFile` is generated inside `outDir`
([#&#8203;29343](https://redirect.github.com/nrwl/nx/pull/29343))
- **misc:** fix misc generation issues with the ts solution setup
([#&#8203;29350](https://redirect.github.com/nrwl/nx/pull/29350))
- **module-federation:** ensure
[@&#8203;nx/module-federation](https://redirect.github.com/nx/module-federation)
package is installed for users
([#&#8203;29416](https://redirect.github.com/nrwl/nx/pull/29416))
- **module-federation:** dynamic federation helpers should normalize
remote names
([#&#8203;29427](https://redirect.github.com/nrwl/nx/pull/29427))
- **nuxt:** change tsconfig path on server part
([#&#8203;28864](https://redirect.github.com/nrwl/nx/pull/28864))
- **nx-dev:** update Nx Cloud proj created
([#&#8203;29272](https://redirect.github.com/nrwl/nx/pull/29272))
- **nx-dev:** update hero image on blog post
([#&#8203;29405](https://redirect.github.com/nrwl/nx/pull/29405))
- **react:** add files entry for publishable libraries
([#&#8203;29277](https://redirect.github.com/nrwl/nx/pull/29277))
- **react:** assert test property is defined on webpack rule in
nx-react-webpack-plugin
([#&#8203;27525](https://redirect.github.com/nrwl/nx/pull/27525))
- **react:** fix issues with react ts setup
([#&#8203;29312](https://redirect.github.com/nrwl/nx/pull/29312))
- **react:** fix tailwind for react library and component
([#&#8203;29319](https://redirect.github.com/nrwl/nx/pull/29319))
- **react-native:** default template fails when envs are not set
([#&#8203;28931](https://redirect.github.com/nrwl/nx/pull/28931))
- **react-native:** typescript lib schema
([#&#8203;27955](https://redirect.github.com/nrwl/nx/pull/27955))
- **react-native:** fix react native storybook for lib
([#&#8203;29210](https://redirect.github.com/nrwl/nx/pull/29210))
- **release:** use prepatch version for pre-release dependent package
updates
([#&#8203;29123](https://redirect.github.com/nrwl/nx/pull/29123))
- **release:** make commits separator in git log command more unique
([#&#8203;29261](https://redirect.github.com/nrwl/nx/pull/29261))
- **repo:** cleanup old plugins promise
([#&#8203;29295](https://redirect.github.com/nrwl/nx/pull/29295))
- **rsbuild:** set publish config correctly
([#&#8203;29282](https://redirect.github.com/nrwl/nx/pull/29282))
- **storybook:** only install react deps for storybook 7
[#&#8203;29213](https://redirect.github.com/nrwl/nx/issues/29213)
([#&#8203;29231](https://redirect.github.com/nrwl/nx/pull/29231),
[#&#8203;29213](https://redirect.github.com/nrwl/nx/issues/29213))
- **storybook:** ensure 'storybook' dep is installed for non-crystal
workspaces
([#&#8203;29235](https://redirect.github.com/nrwl/nx/pull/29235))
- **testing:** force node10 module resolution for jest atomized tasks
([#&#8203;29421](https://redirect.github.com/nrwl/nx/pull/29421))
- ⚠️ **vite:** generate config with esm by default
([#&#8203;29270](https://redirect.github.com/nrwl/nx/pull/29270))
- **vite:** resolves files with dot suffixes correctly
([#&#8203;28518](https://redirect.github.com/nrwl/nx/pull/28518))
- **webpack:** Add useTsconfigPaths to app-webpack-plugin
([#&#8203;29291](https://redirect.github.com/nrwl/nx/pull/29291))

##### ⚠️  Breaking Changes

- ⚠️ **vite:** generate config with esm by default
([#&#8203;29270](https://redirect.github.com/nrwl/nx/pull/29270))

##### ❤️ Thank You

- Ben McCann [@&#8203;benmccann](https://redirect.github.com/benmccann)
-   Chau Tran
-   Colum Ferry [@&#8203;Coly010](https://redirect.github.com/Coly010)
- Craigory Coppola
[@&#8203;AgentEnder](https://redirect.github.com/AgentEnder)
-   Dusty Greif [@&#8203;dgreif](https://redirect.github.com/dgreif)
-   Emily Xiong [@&#8203;xiongemi](https://redirect.github.com/xiongemi)
-   Fábio Correia
-   Gustavo Perdomo
-   Jack Hsu [@&#8203;jaysoo](https://redirect.github.com/jaysoo)
-   Jacob Ley [@&#8203;JacobLey](https://redirect.github.com/JacobLey)
- James Henry
[@&#8203;JamesHenry](https://redirect.github.com/JamesHenry)
- Jason Jean
[@&#8203;FrozenPandaz](https://redirect.github.com/FrozenPandaz)
-   Juri [@&#8203;juristr](https://redirect.github.com/juristr)
- Juri Strumpflohner
[@&#8203;juristr](https://redirect.github.com/juristr)
-   Konstantin Kai
- Leosvel Pérez Espinosa
[@&#8203;leosvelperez](https://redirect.github.com/leosvelperez)
- Maciej Stosio
[@&#8203;maciekstosio](https://redirect.github.com/maciekstosio)
-   master96
- Nicholas Cunningham
[@&#8203;ndcunningham](https://redirect.github.com/ndcunningham)
- Nicolas Beaussart
[@&#8203;beaussan](https://redirect.github.com/beaussan)
-   Nigel Sirisomphone
-   Petr Plenkov
- Phillip Barta
[@&#8203;Phillip9587](https://redirect.github.com/Phillip9587)
- Samar Panda
[@&#8203;samarpanda](https://redirect.github.com/samarpanda)
-   Sebastian Podgajny
-   Stian Morsund
-   Tine Kondo [@&#8203;tinesoft](https://redirect.github.com/tinesoft)
- Yohann Valentin
[@&#8203;yvalentin](https://redirect.github.com/yvalentin)
-   Younes Jaaidi [@&#8203;yjaaidi](https://redirect.github.com/yjaaidi)
-   Zach Tindall [@&#8203;a88zach](https://redirect.github.com/a88zach)

</details>

<details>
<summary>rollup/plugins (@&#8203;rollup/plugin-commonjs)</summary>

###
[`v28.0.2`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2802)

*2024-12-15*

##### Updates

- docs: `output.exports` recommendation also applies to IIFE
([#&#8203;1810](https://redirect.github.com/rollup/plugins/issues/1810))

</details>

<details>
<summary>rollup/plugins (@&#8203;rollup/plugin-replace)</summary>

###
[`v6.0.2`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v602)

*2024-12-15*

##### Bugfixes

- fix: add missing types for `objectGuards` option
([#&#8203;1818](https://redirect.github.com/rollup/plugins/issues/1818))

</details>

<details>
<summary>streetsidesoftware/cspell (cspell)</summary>

###
[`v8.17.1`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8171-2024-12-16-small)

[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.17.0...v8.17.1)

- chore: Update Integration Test Performance Data
([#&#8203;6681](https://redirect.github.com/streetsidesoftware/cspell/issues/6681))
([4b19439](https://redirect.github.com/streetsidesoftware/cspell/commit/4b19439)),
closes
[#&#8203;6681](https://redirect.github.com/streetsidesoftware/cspell/issues/6681)

###
[`v8.17.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8170-2024-12-15)

[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.16.1...v8.17.0)

- chore: Update Integration Test Performance Data
([#&#8203;6676](https://redirect.github.com/streetsidesoftware/cspell/issues/6676))
([f9cb45f](https://redirect.github.com/streetsidesoftware/cspell/commit/f9cb45f)),
closes
[#&#8203;6676](https://redirect.github.com/streetsidesoftware/cspell/issues/6676)

</details>

<details>
<summary>cypress-io/cypress (cypress)</summary>

###
[`v13.17.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.17.0)

[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v13.16.1...v13.17.0)

Changelog: https://docs.cypress.io/app/references/changelog#13-17-0

</details>

<details>
<summary>evanw/esbuild (esbuild)</summary>

###
[`v0.24.2`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0242)

[Compare
Source](https://redirect.github.com/evanw/esbuild/compare/v0.24.1...v0.24.2)

- Fix regression with `--define` and `import.meta`
([#&#8203;4010](https://redirect.github.com/evanw/esbuild/issues/4010),
[#&#8203;4012](https://redirect.github.com/evanw/esbuild/issues/4012),
[#&#8203;4013](https://redirect.github.com/evanw/esbuild/pull/4013))

The previous change in version 0.24.1 to use a more expression-like
parser for `define` values to allow quoted property names introduced a
regression that removed the ability to use `--define:import.meta=...`.
Even though `import` is normally a keyword that can't be used as an
identifier, ES modules special-case the `import.meta` expression to
behave like an identifier anyway. This change fixes the regression.

This fix was contributed by
[@&#8203;sapphi-red](https://redirect.github.com/sapphi-red).

###
[`v0.24.1`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0241)

[Compare
Source](https://redirect.github.com/evanw/esbuild/compare/v0.24.0...v0.24.1)

- Allow `es2024` as a target in `tsconfig.json`
([#&#8203;4004](https://redirect.github.com/evanw/esbuild/issues/4004))

TypeScript recently [added
`es2024`](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/#support-for---target-es2024-and---lib-es2024)
as a compilation target, so esbuild now supports this in the `target`
field of `tsconfig.json` files, such as in the following configuration
file:

    ```json
    {
      "compilerOptions": {
        "target": "ES2024"
      }
    }
    ```

As a reminder, the only thing that esbuild uses this field for is
determining whether or not to use legacy TypeScript behavior for class
fields. You can read more in [the
documentation](https://esbuild.github.io/content-types/#tsconfig-json).

This fix was contributed by
[@&#8203;billyjanitsch](https://redirect.github.com/billyjanitsch).

-   Allow automatic semicolon insertion after `get`/`set`

This change fixes a grammar bug in the parser that incorrectly treated
the following code as a syntax error:

    ```ts
    class Foo {
      get
      *x() {}
      set
      *y() {}
    }
    ```

The above code will be considered valid starting with this release. This
change to esbuild follows a [similar change to
TypeScript](https://redirect.github.com/microsoft/TypeScript/pull/60225)
which will allow this syntax starting with TypeScript 5.7.

- Allow quoted property names in `--define` and `--pure`
([#&#8203;4008](https://redirect.github.com/evanw/esbuild/issues/4008))

The `define` and `pure` API options now accept identifier expressions
containing quoted property names. Previously all identifiers in the
identifier expression had to be bare identifiers. This change now makes
`--define` and `--pure` consistent with `--global-name`, which already
supported quoted property names. For example, the following is now
possible:

    ```js
    // The following code now transforms to "return true;\n"
    console.log(esbuild.transformSync(
      `return process.env['SOME-TEST-VAR']`,
      { define: { 'process.env["SOME-TEST-VAR"]': 'true' } },
    ))
    ```

Note that if you're passing values like this on the command line using
esbuild's `--define` flag, then you'll need to know how to escape quote
characters for your shell. You may find esbuild's JavaScript API more
ergonomic and portable than writing shell code.

- Minify empty `try`/`catch`/`finally` blocks
([#&#8203;4003](https://redirect.github.com/evanw/esbuild/issues/4003))

With this release, esbuild will now attempt to minify empty `try`
blocks:

    ```js
    // Original code
    try {} catch { foo() } finally { bar() }

    // Old output (with --minify)
    try{}catch{foo()}finally{bar()}

    // New output (with --minify)
    bar();
    ```

    This can sometimes expose additional minification opportunities.

- Include `entryPoint` metadata for the `copy` loader
([#&#8203;3985](https://redirect.github.com/evanw/esbuild/issues/3985))

Almost all entry points already include a `entryPoint` field in the
`outputs` map in esbuild's build metadata. However, this wasn't the case
for the `copy` loader as that loader is a special-case that doesn't
behave like other loaders. This release adds the `entryPoint` field in
this case.

- Source mappings may now contain `null` entries
([#&#8203;3310](https://redirect.github.com/evanw/esbuild/issues/3310),
[#&#8203;3878](https://redirect.github.com/evanw/esbuild/issues/3878))

With this change, sources that result in an empty source map may now
emit a `null` source mapping (i.e. one with a generated position but
without a source index or original position). This change improves
source map accuracy by fixing a problem where minified code from a
source without any source mappings could potentially still be associated
with a mapping from another source file earlier in the generated output
on the same minified line. It manifests as nonsensical files in source
mapped stack traces. Now the `null` mapping "resets" the source map so
that any lookups into the minified code without any mappings resolves to
`null` (which appears as the output file in stack traces) instead of the
incorrect source file.

This change shouldn't affect anything in most situations. I'm only
mentioning it in the release notes in case it introduces a bug with
source mapping. It's part of a work-in-progress future feature that will
let you omit certain unimportant files from the generated source map to
reduce source map size.

- Avoid using the parent directory name for determinism
([#&#8203;3998](https://redirect.github.com/evanw/esbuild/issues/3998))

To make generated code more readable, esbuild includes the name of the
source file when generating certain variable names within the file.
Specifically bundling a CommonJS file generates a variable to store the
lazily-evaluated module initializer. However, if a file is named
`index.js` (or with a different extension), esbuild will use the name of
the parent directory instead for a better name (since many packages have
files all named `index.js` but have unique directory names).

This is problematic when the bundle entry point is named `index.js` and
the parent directory name is non-deterministic (e.g. a temporary
directory created by a build script). To avoid non-determinism in
esbuild's output, esbuild will now use `index` instead of the parent
directory in this case. Specifically this will happen if the parent
directory is equal to esbuild's `outbase` API option, which defaults to
the [lowest common
ancestor](https://en.wikipedia.org/wiki/Lowest_common_ancestor) of all
user-specified entry point paths.

- Experimental support for esbuild on NetBSD
([#&#8203;3974](https://redirect.github.com/evanw/esbuild/pull/3974))

With this release, esbuild now has a published binary executable for
[NetBSD](https://www.netbsd.org/) in the
[`@esbuild/netbsd-arm64`](https://www.npmjs.com/package/@&#8203;esbuild/netbsd-arm64)
npm package, and esbuild's installer has been modified to attempt to use
it when on NetBSD. Hopefully this makes installing esbuild via npm work
on NetBSD. This change was contributed by
[@&#8203;bsiegert](https://redirect.github.com/bsiegert).

⚠️ Note: NetBSD is not one of [Node's supported
platforms](https://nodejs.org/api/process.html#process_process_platform),
so installing esbuild may or may not work on NetBSD depending on how
Node has been patched. This is not a problem with esbuild. ⚠️

</details>

<details>
<summary>jest-community/eslint-plugin-jest
(eslint-plugin-jest)</summary>

###
[`v28.10.0`](https://redirect.github.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#28100-2024-12-19)

[Compare
Source](https://redirect.github.com/jest-community/eslint-plugin-jest/compare/v28.9.0...v28.10.0)

##### Features

- **unbound-method:** ignore functions passed to `jest.mocked`
([#&#8203;1681](https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1681))
([d868636](https://redirect.github.com/jest-community/eslint-plugin-jest/commit/d868636623497060f32c6b4ecd397ac7f40c2eae))

</details>

<details>
<summary>i18next/i18next (i18next)</summary>

###
[`v24.2.0`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2420)

[Compare
Source](https://redirect.github.com/i18next/i18next/compare/v24.1.2...v24.2.0)

- feat(typescript): Add strictKeyChecks option to enforce checking key
existence when defaultValue is used
[2274](https://redirect.github.com/i18next/i18next/pull/2274), fixes
[2043](https://redirect.github.com/i18next/i18next/issues/2043)

###
[`v24.1.2`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2412)

[Compare
Source](https://redirect.github.com/i18next/i18next/compare/v24.1.1...v24.1.2)

- optimize fix: Bug Report: Unsafe Behavior in i18n.t Function Leading
to Potential Code Execution
[2273](https://redirect.github.com/i18next/i18next/issues/2273)

###
[`v24.1.1`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2411)

[Compare
Source](https://redirect.github.com/i18next/i18next/compare/v24.1.0...v24.1.1)

- fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to
Potential Code Execution
[2273](https://redirect.github.com/i18next/i18next/issues/2273)

</details>

<details>
<summary>puppeteer/puppeteer (puppeteer)</summary>

###
[`v23.11.1`](https://redirect.github.com/puppeteer/puppeteer/releases/tag/puppeteer-v23.11.1):
puppeteer: v23.11.1

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v23.11.0...puppeteer-v23.11.1)

##### Miscellaneous Chores

-   **puppeteer:** Synchronize puppeteer versions

##### Dependencies

-   The following workspace dependencies were updated
    -   dependencies
        -   puppeteer-core bumped from 23.11.0 to 23.11.1

###
[`v23.11.0`](https://redirect.github.com/puppeteer/puppeteer/releases/tag/puppeteer-v23.11.0):
puppeteer: v23.11.0

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v23.10.4...puppeteer-v23.11.0)

##### Bug Fixes

- **deps:** bump chromium-bidi to 0.11.0
([#&#8203;13418](https://redirect.github.com/puppeteer/puppeteer/issues/13418))
([771e4b2](https://redirect.github.com/puppeteer/puppeteer/commit/771e4b27abf21436dba80d568b82c9235bfb7de3))

##### Dependencies

-   The following workspace dependencies were updated
    -   dependencies
        -   puppeteer-core bumped from 23.10.4 to 23.11.0

###
[`v23.10.4`](https://redirect.github.com/puppeteer/puppeteer/releases/tag/puppeteer-v23.10.4):
puppeteer: v23.10.4

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v23.10.3...puppeteer-v23.10.4)

##### Miscellaneous Chores

-   **puppeteer:** Synchronize puppeteer versions

##### Dependencies

-   The following workspace dependencies were updated
    -   dependencies
        -   puppeteer-core bumped from 23.10.3 to 23.10.4

</details>

<details>
<summary>browserify/resolve (resolve)</summary>

###
[`v1.22.10`](https://redirect.github.com/browserify/resolve/compare/v1.22.9...v1.22.10)

[Compare
Source](https://redirect.github.com/browserify/resolve/compare/v1.22.9...v1.22.10)

###
[`v1.22.9`](https://redirect.github.com/browserify/resolve/compare/v1.22.8...v1.22.9)

[Compare
Source](https://redirect.github.com/browserify/resolve/compare/v1.22.8...v1.22.9)

</details>

<details>
<summary>rollup/rollup (rollup)</summary>

###
[`v4.29.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4290)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.28.1...v4.29.0)

*2024-12-20*

##### Features

- Treat objects as truthy and always check second argument to better
simplify logical expressions
([#&#8203;5763](https://redirect.github.com/rollup/rollup/issues/5763))

##### Pull Requests

- [#&#8203;5759](https://redirect.github.com/rollup/rollup/pull/5759):
docs: add utf-8 encoding to JSON file reading
([@&#8203;chouchouji](https://redirect.github.com/chouchouji))
- [#&#8203;5760](https://redirect.github.com/rollup/rollup/pull/5760):
fix(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5763](https://redirect.github.com/rollup/rollup/pull/5763):
fix: introduce UnknownFalsyValue for enhancing if statement tree-shaking
([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi))
- [#&#8203;5766](https://redirect.github.com/rollup/rollup/pull/5766):
chore(deps): update dependency
[@&#8203;rollup/plugin-node-resolve](https://redirect.github.com/rollup/plugin-node-resolve)
to v16 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5767](https://redirect.github.com/rollup/rollup/pull/5767):
fix(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])

</details>

<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>

###
[`v3.4.17`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.17)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.16...v3.4.17)

##### Fixed

- Work around Node v22.12+ issue
([#&#8203;15421](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15421))

</details>

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

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

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

#### Bug Fixes

-   Performance regression
-   Sub define key should't be renamed when it's a defined variable

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

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

#### Bug Fixes

-   Don't crash with filesystem cache and unknown scheme
- Generate a valid code when `output.iife` is `true` and
output.library.type is `umd`
- Fixed conflict variable name with concatenate modules and runtime code
-   Merge duplicate chunks before
-   Collisions in ESM library
-   Use recursive search for versions of shared dependencies
- **\[WASM]** Don't crash WebAssembly with Reference Types (sync and
async)
-   **\[WASM]** Fixed wasm loading for sync and async webassembly
- **\[CSS]** Don't add `[uniqueName]` to `localIdentName` when it is
empty
-   **\[CSS]** Parsing strings on Windows
-   **\[CSS]** Fixed CSS local escaping

#### New Features

-   Added support for injecting debug IDs
-   Export the `MergeDuplicateChunks` plugin
- Added universal loading for JS chunks and JS worker chunks (only ES
modules)
- **\[WASM]** Added universal loading for WebAssembly chunks (only for
async WebAssembly)
- **\[CSS]** Allow initial CSS chunks to be placed anywhere - **the
`output.cssHeadDataCompression` option was deleted**
-   **\[CSS]** Added universal loading for CSS chunks
-   **\[CSS]** Parse ICSS `@value` at-rules in CSS modules
-   **\[CSS]** Parse ICSS `:import` rules in CSS modules
-   **\[CSS]** Added the `url` and `import` options for CSS
-   **\[CSS]** Allow to import custom properties in CSS modules

#### Performance

- Faster Queue implementation, also fixed queue iterator state in
dequeue method to ensure correct behavior after item removal

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

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

#### Bug Fixes

-   **\[Types]** Add `@types/eslint-scope` to dependencieS
-   **\[Types]** Fixed regression in `validate`

###
[`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

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

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

#### Bug Fixes

- Fixed hanging when attempting to read a symlink-like file that it
can't read
-   Handle `default` for import context element dependency
-   Merge duplicate chunks call after split chunks
- Generate correctly code for dynamically importing the same file twice
and destructuring
-   Use content hash as \[base] and \[name] for extracted DataURI's
- Distinguish `module` and `import` in `module-import` for externals
`import`'s
-   \[Types] Make `EnvironmentPlugin` default values types less strict
-   \[Types] Typescript 5.6 compatibility

#### New Features

- Add new `optimization.avoidEntryIife` option (`true` by default for
the `production` mode)
-   Pass output.hash\* options to loader context

#### Performance

-   Avoid unneeded re-visit in build chunk graph

</details>

<details>
<summary>angular/angular (zone.js)</summary>

###
[`v0.15.0`](https://redirect.github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0150-2024-08-15)

[Compare
Source](https://redirect.github.com/angular/angular/compare/zone.js-0.14.10...zone.js-0.15.0)

##### Bug Fixes

- **zone.js:** Add support for addition jest functions.
([#&#8203;57280](https://redirect.github.com/angular/angular/issues/57280))
([e1240c6](https://redirect.github.com/angular/angular/commit/e1240c6f5d9a3d68ccef7ffbf0a0646ad1164cd8)),
closes
[#&#8203;57277](https://redirect.github.com/angular/angular/issues/57277)
- **zone.js:** Update the default behavior of fakeAsync to flush after
the test
([#&#8203;57240](https://redirect.github.com/angular/angular/issues/57240))
([70e8b40](https://redirect.github.com/angular/angular/

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4:00am on Tuesday" in timezone
America/Toronto, 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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi4xIiwidXBkYXRlZEluVmVyIjoiMzkuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

---------

Co-authored-by: renovate-coveo[bot] <115253437+renovate-coveo[bot]@users.noreply.github.com>
Co-authored-by: Alex Prudhomme <[email protected]>
@alexprudhomme alexprudhomme deleted the renovate/all branch December 27, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant