Skip to content

chore(deps): update devdependencies (non-major) - #18251

Merged
Xavier Fournet (xfournet) merged 1 commit into
masterfrom
renovate/dev-dependencies-non-major
Sep 17, 2026
Merged

Xavier Fournet (xfournet) merged 1 commit into
masterfrom
renovate/dev-dependencies-non-major

Conversation

@renovate

@renovate renovate Bot commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@graphql-codegen/cli (source) 7.4.07.4.1 age confidence devDependencies patch
@playwright/test (source) 1.62.11.63.0 age confidence devDependencies minor
@testing-library/dom 10.4.110.4.2 age confidence devDependencies patch
@types/node (source) 22.20.122.20.2 age confidence devDependencies patch 22.20.3
@types/react (source) 19.2.1819.3.0 age confidence devDependencies minor
@types/react-dom (source) 19.2.519.3.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.69.08.70.0 age confidence devDependencies minor
dom-accessibility-api 0.5.160.7.1 age confidence devDependencies minor
eslint (source) 10.9.110.10.0 age confidence devDependencies minor
github/codeql-action v4.37.9v4.38.0 age confidence action minor
knip (source) 6.34.06.35.1 age confidence devDependencies minor 6.36.0
monocart-reporter 2.12.62.13.1 age confidence devDependencies minor
nx (source) 23.2.023.2.1 age confidence devDependencies patch
typescript-eslint (source) 8.69.08.70.0 age confidence devDependencies minor
vite (source) 8.2.28.3.0 age confidence devDependencies minor

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v7.4.1

Compare Source

Patch Changes
  • #​10935
    fb1a7c4
    Thanks @​eddeee888! - dependencies updates:

  • #​10942
    57c3e7b
    Thanks @​eddeee888! - dependencies updates:

  • #​10942
    57c3e7b
    Thanks @​eddeee888! - Bump @graphql-tools/merge from ^9.0.6 to
    ^9.2.4.

  • #​10935
    fb1a7c4
    Thanks @​eddeee888! - Fix a Windows-specific import() failure on
    absolute paths when loading a schema/document from a .js/.cjs/.mjs file (via
    @graphql-tools/code-file-loader), and when loading modules passed to that loader's own require
    option. Node's dynamic import() rejects raw absolute Windows paths (the drive letter is parsed
    as a URL scheme). Fixed by bumping @graphql-tools/code-file-loader to 8.1.39, which contains
    the upstream fix
    (ardatan/graphql-tools#8421).

  • #​10936
    9521c0c
    Thanks @​eddeee888! - Fix watch mode's generated ignore glob
    patterns using the platform path separator (\ on Windows), which @parcel/watcher never
    matched, so generated output files were watched (and could re-trigger builds) instead of being
    ignored. Ignore patterns are now always forward-slash, as @parcel/watcher expects.

    Also fixes the test suite's TempDir.clean() helper on Windows, where rimraf.sync() rejected
    its own glob-style cleanup pattern as containing illegal path characters; now passes
    { glob: true }. This is a test-only change (tests/utils.ts is not part of the published
    package) included here since it was needed to get the suite green on Windows alongside the
    watch-mode fix.

microsoft/playwright (@​playwright/test)

v1.63.0

Compare Source

testing-library/dom-testing-library (@​testing-library/dom)

v10.4.2

Compare Source

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

v8.70.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.

eps1lon/dom-accessibility-api (dom-accessibility-api)

v0.7.1

Compare Source

Patch Changes

v0.7.0

Compare Source

Minor Changes
  • #​1048 d9ad334 Thanks @​TomPridham! - Cache window.getComputedStyle results

    Should improve performance in environments that don't cache these results natively e.g. JSDOM.
    This increases memory usage.
    If this results in adverse effects (e.g. resource constrained browser environments), please file an issue.

v0.6.3

Compare Source

Patch Changes

v0.6.2

Compare Source

Patch Changes

v0.6.1

Compare Source

Patch Changes

v0.6.0

Compare Source

Minor Changes
eslint/eslint (eslint)

v10.10.0

Compare Source

github/codeql-action (github/codeql-action)

v4.38.0

Compare Source

  • On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. #​4124
  • The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native linux-arm64 CodeQL bundle when available. #​4072
  • Update default CodeQL bundle version to 2.27.0. #​4129
webpro-nl/knip (knip)

v6.35.1: Release 6.35.1

Compare Source

v6.35.0: Release 6.35.0

Compare Source

cenfun/monocart-reporter (monocart-reporter)

v2.13.1

Compare Source

  • collapsed suite rows by default in case details
  • improved wrapping for long titles in case details
  • compacted overflowing title tags in report grids
  • fixed title tag colors, alignment, and tooltips
  • fixed bug (#​209)

Full Changelog: cenfun/monocart-reporter@2.13.0...2.13.1

v2.13.0

Compare Source

What's Changed

  • feat: Optionally include descendants when searching by @​jack5github in #​208
  • feat: preserve complete search keywords and report, detail, and network request state with Vue Router deep links
  • changed deep-link URLs to hash routes (#/report, #/detail/:id, and #/request/:id) and replaced the tag-only tags parameter with keywords
  • improved grouping controls, title/tag rendering, detail layouts, switches, and tooltips
  • migrated the frontend build to Vite and consolidated utilities shared by browser and Node.js code
  • updated the report preview animation and removed unused UI assets

Full Changelog: cenfun/monocart-reporter@2.12.6...2.13.0

nrwl/nx (nx)

v23.2.1

Compare Source

23.2.1 (2026-09-09)

🚀 Features
🩹 Fixes
  • angular: correct declaration maps and exports of buildable libraries (#​36373, #​36357)
  • core: separate daemon runtime env from graph identity (#​36565, #​36564)
  • core: validate the migrations path before extracting package migrations (#​36887)
  • core: release per-run process listeners and task history results (#​36866)
  • core: read the pnpm 12 min-release-age policy instead of deferring to an install (#​36915, #​36914)
  • core: carry minimumReleaseAge into pruned pnpm deploy output (#​36900, #​36899)
  • core: report how a plugin worker was lost instead of always calling it an exit (#​36894)
  • core: keep the cache in the workspace on CI (#​36922)
  • core: restore the wasm walker imports dropped by a stray cfg attribute (#​36924)
  • core: avoid mutating target options when resolving configurations (#​36934)
  • js: resolve tsconfig to absolute path so ${configDir} paths type-check without baseUrl (#​36445)
  • misc: scan package projects for env vars (#​36847)
  • release: exclude AI coding agents from the changelog Thank You section (#​36892)
  • release: use the release group name when resolving the previous tag for fixed groups (#​36554)
  • repo: provision JDK 17 for Gradle builds with mise (#​36965)
  • repo: guard JAVA17_HOME against an uninstalled JDK (#​36969)
  • rspack: write the normalized cache option in NxAppRspackPlugin (#​36905, #​36878)
❤️ Thank You
typescript-eslint/typescript-eslint (typescript-eslint)

v8.70.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#​12780)
❤️ Thank You

See GitHub Releases for more information.

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

vitejs/vite (vite)

v8.3.0

Compare Source

Features
  • build: avoid settling seen preload dependencies for performance (#​23446) (e6f6b3e)
Bug Fixes
Performance Improvements

Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • Only on Sunday (* * * * 0)
  • 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.

Copilot AI lite review requested due to automatic review settings September 12, 2026 22:59
@renovate renovate Bot added dependencies Pull requests that update a dependency file. filigran team Item from the Filigran team. labels Sep 12, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates non-major development dependencies, lockfiles, and the CodeQL Action across the monorepo.

Changes:

  • Updated development tooling, testing packages, types, Nx, and reporting dependencies.
  • Refreshed frontend and backend lockfiles.
  • Pinned CodeQL Action to v4.38.0.

Reviewed changes

Copilot reviewed 5 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Summary
yarn.lock Resolves updated root dependencies.
package.json Updates Nx.
opencti-platform/opencti-graphql/yarn.lock Resolves backend dependency updates.
opencti-platform/opencti-graphql/package.json Updates backend tooling and Node types.
opencti-platform/opencti-front/yarn.lock Resolves frontend dependency updates.
opencti-platform/opencti-front/packages/eslint-plugin-custom-rules/package.json Updates the TypeScript ESLint parser.
opencti-platform/opencti-front/package.json Updates frontend tooling, testing, and type packages.
.github/workflows/codeql-analysis.yml Pins CodeQL Action v4.38.0.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@codecov

codecov Bot commented Sep 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 36.75%. Comparing base (8829bab) to head (a4e8a42).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #18251      +/-   ##
==========================================
- Coverage   36.76%   36.75%   -0.02%     
==========================================
  Files        3470     3470              
  Lines      141349   141349              
  Branches    38175    38175              
==========================================
- Hits        51962    51946      -16     
- Misses      89387    89403      +16     
Flag Coverage Δ
opencti-client-python 49.85% <ø> (ø)
opencti-front 13.14% <ø> (ø)
opencti-graphql 71.70% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot force-pushed the renovate/dev-dependencies-non-major branch 4 times, most recently from a3d7081 to a9357d9 Compare September 17, 2026 12:07
@xfournet
Xavier Fournet (xfournet) force-pushed the renovate/dev-dependencies-non-major branch from a9357d9 to a4e8a42 Compare September 17, 2026 19:38
@renovate

renovate Bot commented Sep 17, 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.

@xfournet
Xavier Fournet (xfournet) merged commit 8e21738 into master Sep 17, 2026
57 of 58 checks passed
@xfournet
Xavier Fournet (xfournet) deleted the renovate/dev-dependencies-non-major branch September 17, 2026 20:19
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. filigran team Item from the Filigran team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants