Skip to content

chore(deps): update dev dependencies (non-major) - #1394

Merged
CourtHive merged 1 commit into
mainfrom
renovate/dev-dependencies-(non-major)
Sep 17, 2026
Merged

CourtHive merged 1 commit into
mainfrom
renovate/dev-dependencies-(non-major)

Conversation

@renovate

@renovate renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@storybook/addon-docs (source) 10.5.810.6.0 age confidence
@storybook/addon-links (source) 10.5.810.6.0 age confidence
@storybook/html (source) 10.5.810.6.0 age confidence
@storybook/html-vite (source) 10.5.810.6.0 age confidence
@typescript-eslint/eslint-plugin (source) 8.67.08.69.0 age confidence
@typescript-eslint/parser (source) 8.67.08.69.0 age confidence
cz-git (source) 1.13.21.14.0 age confidence
electron 44.0.044.2.0 age confidence
eslint (source) 10.8.110.10.0 age confidence
globals 17.11.017.12.0 age confidence
inquirer (source) 14.0.214.2.1 age confidence
lint-staged 17.3.017.4.1 age confidence
storybook (source) 10.5.810.6.0 age confidence
vite (source) 8.2.18.2.2 age confidence

Release Notes

storybookjs/storybook (@​storybook/addon-docs)

v10.6.0

Compare Source

New skills architecture for agentic workflows

Storybook 10.6 contains hundreds of fixes and improvements:

  • 💻 CLI bindings for agent tools/skills
  • 🅰️ Angular-Vite MCP/skills support and improved docgen/snippets (experimental)
  • 🟢 Vue MCP/skills support and improved docgen/snippets (experimental)
  • 🧩 Tanstack / NextJS-Vite framework bugfixes
  • ⚡ Improved performance and reduced bundle size
List of all updates

v10.5.10

Compare Source

v10.5.9

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.69.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-promises] add flagUnions option for checkConditionals (#​12603)
🩹 Fixes
  • eslint-plugin: [no-meaningless-void-operator] report void on non-call expressions (#​12727)
  • eslint-plugin: [unified-signatures] compare type parameters by constraint instead of name (#​12741)
  • eslint-plugin: [no-mixed-enums] use scope analysis instead of type checking for merged namespaces (#​12731)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.68.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-void-return] add fix suggestions (#​12086)
🩹 Fixes
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#​12739)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#​12646)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#​12711)
  • eslint-plugin: [unified-signatures] report identical signatures (#​12678)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#​12707)
  • eslint-plugin: [unified-signatures] deduplicate types in report (#​12656)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.69.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.68.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Zhengqbbb/cz-git (cz-git)

v1.14.0

Compare Source

Features

1.13.2 (2026-08-11)

Bug Fixes
  • cz-git: throw an error when AI reasoning_content is empty (#​260) (0e78718)

1.13.1 (2026-05-09)

Bug Fixes
electron/electron (electron)

v44.2.0: electron v44.2.0

Compare Source

Release Notes for v44.2.0

Fixes

  • Fixed a pending read on a net.request chunked upload stream inside a protocol handler never settling when the request failed or was aborted. #​53373 (Also in 43, 45)
  • Fixed a potential crash when using menu.popup with a frame from an offscreen rendered window. #​53362 (Also in 43)
  • Fixed an intermittent crash (access violation) on Windows when an ASAR integrity violation is detected, so the process now exits with code 1 as intended. #​53455 (Also in 43, 45)
  • Fixed application crash after a large number of IPC messages from renderers. #​53417 (Also in 42, 43, 45)
  • Fixed native addons deriving from node::ObjectWrap aborting during garbage collection on Node.js 24.19.0 and later. #​53392 (Also in 42, 43, 45)

Other Changes

  • Backported fixes from upstream ANGLE, Chromium, Skia and V8. #​53479
  • Improved throughput of responses that protocol.handle handlers return straight from net.fetch. #​53378
  • Updated Chromium to 152.0.7977.76. #​53382
  • Updated Node.js to v24.20.0. #​53250

v44.1.1: electron v44.1.1

Compare Source

Release Notes for v44.1.1

Fixes

  • Fixed chrome.tabs.query() returning tab url and title to extensions without the tabs permission or host access, aligning with tabs.get. #​53354 (Also in 42, 43, 45)
  • Fixed a renderer crash when an array with a throwing property getter is passed across contextBridge, and several main/utility-process crashes when option objects passed to Electron APIs contain throwing accessors or Proxy traps. #​53331 (Also in 42, 43)
  • Fixed an intermittent crash at startup on Linux caused by a race between Pango and the main thread initializing fontconfig. #​53340 (Also in 43, 45)
  • Fixed an issue where an exception thrown by a property getter on an object passed through contextBridge was swallowed instead of being thrown back to the caller. #​53335 (Also in 43, 45)
  • Fixed main process crashes when navigating to http://accessibility/ or http://devtools/, when an extension background page used navigator.mediaDevices, and when calling SerialPort.forget() for a disconnected device. #​53333 (Also in 43, 45)
  • Fixed the PDF viewer failing to save an edited PDF with NotAllowedError: Third party iframes are not allowed to show a file picker. #​53328 (Also in 43, 45)

v44.1.0: electron v44.1.0

Compare Source

Release Notes for v44.1.0

Fixes

  • Fixed fs.constants.O_DIRECTORY, O_NOFOLLOW and O_DIRECT holding x86 values on Linux arm64 and armv7l, which made opening a directory fail with EINVAL, and made require('trace_events') behave the same on cross-compiled builds as on native ones. #​53320 (Also in 42, 43, 45)
  • Fixed webContents.executeJavaScriptInIsolatedWorld resolving with undefined when worldId was not an integer. #​53238 (Also in 43)
  • Fixed webContents.print() honoring printBackground, duplexMode, and printer default duplex settings. #​53159 (Also in 42, 43)
  • Fixed a crash on Windows when V8 posted a delayed worker task during shutdown. #​53201 (Also in 42, 43)
  • Fixed a crash on macOS when a WebAuthn Touch ID prompt was requested while no locale resources were loaded. #​53194 (Also in 43)
  • Fixed a crash on macOS when a notification's icon could not be attached; the notification is now shown without the icon. #​53146 (Also in 42, 43)
  • Fixed a crash when calling node:wasi functions in optimized code. #​53268 (Also in 42, 43, 45)
  • Fixed a crash when calling utilityProcess.postMessage() after the utility process had exited. #​53300 (Also in 43, 45)
  • Fixed a regression where a window created with a custom title can show an empty title after using back/forward navigation. #​53218 (Also in 42, 43)
  • Fixed an issue where pages loaded in a detached WebContentsView wouldn't see the correct window size. #​53153 (Also in 42, 43)
  • Fixed crashes in sharedTexture, service-worker ipcRenderer and utilityProcess.fork() caused by object lifetime bugs. #​53279 (Also in 43, 45)
  • Fixed crashes in the main process when a webRequest.onBeforeRequest listener redirected a CORS preflight request, and when calling net.fetch() with a webRequest-permission extension loaded. #​53303 (Also in 43, 45)
  • Fixed crashes when a webContents or parent window is destroyed while other APIs still reference it. [#​53287](https://redirect.github.com/elect

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/dev-dependencies-(non-major) branch 24 times, most recently from 1514df2 to b4bd83d Compare September 6, 2026 23:49
@renovate
renovate Bot force-pushed the renovate/dev-dependencies-(non-major) branch from b4bd83d to b7b35d0 Compare September 7, 2026 00:46
@renovate

renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Error: ERR_PNPM_STRICT_MIN_RELEASE_AGE_REQUIRES_SAVE

  × updating dependencies
  ╰─▶ minimumReleaseAgeStrict cannot be combined with --no-save: approval
      would require writing to minimumReleaseAgeExclude in pnpm-
      workspace.yaml, which --no-save prevents.
  help: Drop --no-save so the exclude list can be persisted, or set
        minimumReleaseAgeStrict: false.


@renovate
renovate Bot force-pushed the renovate/dev-dependencies-(non-major) branch 4 times, most recently from aa06eab to 6e5e87f Compare September 7, 2026 12:53
@renovate
renovate Bot force-pushed the renovate/dev-dependencies-(non-major) branch 4 times, most recently from d2e250c to 051a795 Compare September 7, 2026 19:37
@renovate

renovate Bot commented Sep 8, 2026

Copy link
Copy Markdown
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.

Rebased onto current `main`. The renovate branch had been conflicting since 2026-09-08 and its CI
evidence was a month old, so the lockfile is regenerated against today's tree with the pinned
pnpm 12.4.1 rather than carried forward.

- @typescript-eslint/eslint-plugin, @typescript-eslint/parser 8.67.0 → 8.69.0
- eslint 10.8.1 → 10.10.0
- globals 17.11.0 → 17.12.0
- inquirer 14.0.2 → 14.2.1
- lint-staged 17.3.0 → 17.4.1
- cz-git 1.13.2 → 1.14.0
- vite 8.2.1 → 8.2.2

The eslint and typescript-eslint bumps are the ones that could have bitten; `pnpm lint` is clean
at `--max-warnings 0` with no rule changes needed. Lockfile carries no bare `@pnpm/exe` block.

Verified: check-types, lint, format:check, attr-audit --ci, i18n-audit --ci, mutation-drift all
exit 0; 1998 unit tests pass; production build succeeds.
@CourtHive
CourtHive force-pushed the renovate/dev-dependencies-(non-major) branch from 36260c1 to ff7676f Compare September 17, 2026 00:33
@CourtHive
CourtHive merged commit 4f0df40 into main Sep 17, 2026
2 checks passed
@CourtHive
CourtHive deleted the renovate/dev-dependencies-(non-major) branch September 17, 2026 00:35
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.

1 participant