Skip to content

[patch-upgrades] Update all patch dependencies#114

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-patch
Open

[patch-upgrades] Update all patch dependencies#114
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-patch

Conversation

@renovate

@renovate renovate Bot commented Jan 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@eslint/eslintrc 3.3.33.3.5 age confidence
@eslint/js (source) 9.39.29.39.4 age confidence
css-loader 7.1.27.1.4 age confidence
eslint (source) 9.39.29.39.4 age confidence
html-webpack-plugin 5.6.65.6.7 age confidence
prettier (source) 3.8.13.8.4 age confidence
ts-jest (source) 29.4.629.4.11 age confidence
webpack-dev-server 5.2.35.2.5 age confidence

Release Notes

eslint/eslintrc (@​eslint/eslintrc)

v3.3.5

Compare Source

Bug Fixes

v3.3.4

Compare Source

Bug Fixes
  • update ajv to 6.14.0 to address security vulnerabilities (#​221) (9139140)
  • update minimatch to 3.1.3 to address security vulnerabilities (#​224) (30339d0)
eslint/eslint (@​eslint/js)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

webpack/css-loader (css-loader)

v7.1.4

Compare Source

v7.1.3

Compare Source

jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.7

Compare Source

prettier/prettier (prettier)

v3.8.4

Compare Source

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#​17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a

  - b

- c

  - d

<!-- Prettier 3.8.3 -->
- a
  - b
- c
  - d

<!-- Prettier 3.8.4 -->
- a

  - b

- c

  - d

v3.8.3

Compare Source

diff

SCSS: Prevent trailing comma in if() function (#​18471 by @​kovsu)
// Input
$value: if(sass(false): 1; else: -1);

// Prettier 3.8.2
$value: if(
  sass(false): 1; else: -1,
);

// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

v3.8.2

Compare Source

diff

Angular: Support Angular v21.2 (#​18722, #​19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @&#8203; character, you should use the "&#&#8203;64;" HTML entity instead. (3:3)

<!-- Prettier 3.8.2 -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

arrow function and instanceof expressions.

<!-- Input -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.1 -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.2 -->
@&#8203;let fn = (a) => (a ? 1 : 2);

{{ fn(a instanceof b) }}
kulshekhar/ts-jest (ts-jest)

v29.4.11

Compare Source

Bug Fixes
  • preserve Bundler on the CJS path under TypeScript >= 6 (3941818), closes #​4198

v29.4.10

Compare Source

Bug Fixes
  • pass resolutionMode to ts.resolveModuleName for hybrid module support (b557a85)
  • rebuild Program when consecutive compiles need different module kinds (a82a2b3), closes #​4774
  • respect tsconfig moduleResolution instead of forcing Node10 (1bffffc)
  • transformer: transpile mjs files from node_modules for CJS mode (96d025d)
  • transformer: use a consistent comparator in hoist-jest sortStatements (8a8fd2f)

v29.4.9

Compare Source

Bug Fixes
  • use correct registry for npm OIDC trusted publishing (f8a9cc9)

v29.4.8

Compare Source

Bug Fixes
  • wrong published assets

v29.4.7

Compare Source

Features
webpack/webpack-dev-server (webpack-dev-server)

v5.2.5

Compare Source

Patch Changes
  • Skip the HMR WebSocket path when forwarding upgrade requests to user-defined proxies, so custom proxy WebSocket upgrades are no longer intercepted by the dev server. (by @​bjohansebas in #​5680)

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.2.4 (2026-05-11)
Bug Fixes
  • set Cross-Origin-Resource-Policy header to prevent source code theft over HTTP
5.2.3 (2026-01-12)
Bug Fixes
  • add cause for errorObject (#​5518) (37b033d)
  • compatibility with event target and universal target and lazy compilation (574026c)
  • overlay: add ESC key to dismiss overlay (#​5598) (f91baa8)
  • progress indicator styles (#​5557) (41a53a1)
  • upgrade selfsigned to v5
5.2.2 (2025-06-03)
Bug Fixes

v5.2.4

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title [patch-upgrades] Update dependency axios to v1.13.3 [patch-upgrades] Update all patch dependencies Jan 27, 2026
@renovate renovate Bot force-pushed the renovate/all-patch branch 4 times, most recently from 25f363e to f6f04db Compare February 3, 2026 10:53
@renovate renovate Bot force-pushed the renovate/all-patch branch 5 times, most recently from 5aa149a to 7c8fb46 Compare February 10, 2026 16:43
@renovate renovate Bot force-pushed the renovate/all-patch branch 2 times, most recently from b5ec0af to 53a3b50 Compare February 20, 2026 13:58
@renovate renovate Bot force-pushed the renovate/all-patch branch 7 times, most recently from f8235ff to 6b069d9 Compare March 2, 2026 09:24
@renovate renovate Bot force-pushed the renovate/all-patch branch 7 times, most recently from 73a799b to 7b5bf4d Compare March 11, 2026 10:41
@renovate renovate Bot force-pushed the renovate/all-patch branch 10 times, most recently from d127a27 to 76ecd66 Compare April 1, 2026 05:17
@renovate renovate Bot force-pushed the renovate/all-patch branch 5 times, most recently from 30a05a8 to 59426dc Compare April 8, 2026 19:20
@renovate renovate Bot force-pushed the renovate/all-patch branch 8 times, most recently from 9cc116c to 01bcd59 Compare April 15, 2026 04:40
@renovate renovate Bot force-pushed the renovate/all-patch branch 6 times, most recently from eea566b to 55602bd Compare April 24, 2026 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants