Skip to content

fix(deps): update dependencies minor and patch updates#822

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

fix(deps): update dependencies minor and patch updates#822
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 13, 2024

This PR contains the following updates:

Package Change Age Confidence
@making-sense/antlr-editor 2.5.02.6.0 age confidence
@tanstack/react-query (source) 5.99.05.100.10 age confidence
@tanstack/react-router (source) 1.168.221.169.2 age confidence
monaco-editor ^0.51.0^0.55.0 age confidence
oidc-spa (source) 10.2.110.2.3 age confidence
react-hook-form (source) 7.72.17.75.0 age confidence
zod (source) 4.3.64.4.3 age confidence

Release Notes

Making-Sense-Info/ANTLR-Editor (@​making-sense/antlr-editor)

v2.6.0

Compare Source

TanStack/query (@​tanstack/react-query)

v5.100.10

Patch Changes

v5.100.9

Compare Source

Patch Changes

v5.100.8

Compare Source

Patch Changes

v5.100.7

Compare Source

Patch Changes

v5.100.6

Compare Source

Patch Changes

v5.100.5

Compare Source

Patch Changes

v5.100.4

Compare Source

Patch Changes

v5.100.3

Compare Source

Patch Changes

v5.100.2

Patch Changes

v5.100.1

Patch Changes

v5.100.0

Compare Source

Patch Changes

v5.99.2

Compare Source

Patch Changes

v5.99.1

Compare Source

Patch Changes
TanStack/router (@​tanstack/react-router)

v1.169.2

Compare Source

Patch Changes

v1.169.1

Compare Source

Patch Changes

v1.169.0

Compare Source

Minor Changes
  • Allow params.parse to experimentally return false to skip an incoming route candidate during path matching. Thrown parse errors still surface on the selected match instead of falling through, and outgoing typed route-template links continue to use exact route lookup followed by params.stringify for URL generation. (#​7263)
Patch Changes

v1.168.26

Compare Source

Patch Changes

v1.168.25

Compare Source

Patch Changes

v1.168.24

Compare Source

Patch Changes
  • Add TanStack Start inline CSS manifest support for SSR so route styles can be embedded in the HTML response and hydrated without duplicate stylesheet links. (#​7253)

  • Updated dependencies [4d864ee]:

v1.168.23

Compare Source

Patch Changes
  • fix(react-router): prevent webpack static analysis of React.use with let binding (#​7182)
microsoft/monaco-editor (monaco-editor)

v0.55.1

Compare Source

  • Fixes missing language exports (monaco.json/typescript/...) due to wrong "types" path - #​5123

v0.55.0

Compare Source

Breaking Changes
  • Moves nested namespaces (languages.css, languages.html, languages.json, languages.typescript) to top level namespaces (css, html, json, typescript) to simplify the build process and align with typescript recommendations.
New Features
  • Adds native LSP support (see new lsp namespace).
Bug Fixes
  • Updates dompurify to 3.2.7

v0.54.0

Compare Source

  • Adds option editor.mouseMiddleClickAction
  • Various bug fixes

v0.53.0

Compare Source

  • ⚠️ This release deprecates the AMD build and ships with significant changes of the AMD build. The AMD build will still be shipped for a while, but we don't offer support for it anymore. Please migrate to the ESM build.
New Features
  • Next Edit Suggestion support.
  • Scroll On Middle Click
  • Edit Context Support
Breaking Changes
  • Internal AMD modules are no longer accessible. Accessing internal AMD modules was never supported. While this is still possible in the ESM build, we don't encourage this usage pattern.
  • The browser-script-editor scenario for unbundled synchronous script import and editor creation no longer works. Instead, a the ESM build should be used with a bundler, such as vite or webpack.
  • Custom AMD workers don't work anymore out of the box.

v0.52.2

Compare Source

Changes:

This list of changes was auto generated.

v0.52.0

Compare Source

  • Comment added inside of IModelContentChangedEvent
keycloakify/oidc-spa (oidc-spa)

v10.2.3

Compare Source

What's Changed
Other Changes

Full Changelog: keycloakify/oidc-spa@v10.2.2...v10.2.3

v10.2.2

Compare Source

Full Changelog: keycloakify/oidc-spa@v10.2.1...v10.2.2

react-hook-form/react-hook-form (react-hook-form)

v7.75.0: Version 7.75.0

Compare Source

🦧 feat: improve get dirty fields prune empty fields (#​13363)

+ dirtyFields: { test: [{ data: false }] }
- dirtyFields: {} // removed the empty node with false value

🎹 typescript 6.0 (#​13330)
🌡️ chore: minor improvement on setValue & reset (#​13366)
🐞 fix #​13403: include setValues in FormProvider context value (#​13404)
🐞 fix: recompute isDirty after re-registering a previously unregistered field (#​13399)
🐞 fix: preserve watch updates on field array unmount fixes #​13375 (#​13385)
🐞 fix: prevent useWatch re-render when unrelated field validation is … (#​13398)

thanks to @​dfedoryshchev, @​cyky & @​gkarabelos

v7.74.0: Version 7.74.0

Compare Source

🪇 feat: setValues (#​13201)

setValues((data) => {
  return {
    ...data,
    name: 'test'
  }
})

setValues(formValues);

🐞 fix: preserve previous field value when useController name changes (#​13395)
🐞 fix: handle null parent when unregistering nested field (#​13396)
🐞 fix: treat NaN as empty when valueAsNumber is true in validateField (#​13388)
🪢 fix build to exclude test files (#​13387)

thanks to @​Yihao-G & @​mixelburg

v7.73.1

Compare Source

colinhacks/zod (zod)

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

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 added the Type: Dependencies Pull requests that update a dependency file label Sep 13, 2024
@renovate renovate Bot force-pushed the renovate/minor-patch branch 3 times, most recently from 0c2b756 to cae9e09 Compare September 16, 2024 12:28
@renovate renovate Bot changed the title fix(deps): update dependencies minor and patch updates fix(deps): update dependencies minor and patch updates to v18.3.1 Sep 16, 2024
@renovate renovate Bot force-pushed the renovate/minor-patch branch from cae9e09 to b77185f Compare September 19, 2024 14:28
@renovate renovate Bot changed the title fix(deps): update dependencies minor and patch updates to v18.3.1 fix(deps): update dependencies minor and patch updates Sep 19, 2024
@renovate renovate Bot force-pushed the renovate/minor-patch branch 2 times, most recently from 1b5bdfa to 7b98036 Compare September 23, 2024 08:04
@renovate renovate Bot force-pushed the renovate/minor-patch branch 2 times, most recently from c9816d6 to dc331b2 Compare October 4, 2024 03:43
@renovate renovate Bot force-pushed the renovate/minor-patch branch 4 times, most recently from 1a8748a to 0b8b5dd Compare October 15, 2024 16:02
@renovate renovate Bot force-pushed the renovate/minor-patch branch 2 times, most recently from 2f271e7 to a0a31f5 Compare October 21, 2024 17:24
@renovate renovate Bot force-pushed the renovate/minor-patch branch 2 times, most recently from 0bdd692 to 88494b6 Compare November 14, 2024 19:45
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 88494b6 to 7e2e76d Compare November 18, 2024 00:44
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 7e2e76d to 5dd7bb6 Compare December 2, 2024 08:11
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 5dd7bb6 to b941f84 Compare December 9, 2024 15:39
@renovate renovate Bot force-pushed the renovate/minor-patch branch 3 times, most recently from 38db725 to d000ff0 Compare December 18, 2024 21:03
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/minor-patch branch from d000ff0 to 2303e4f Compare April 1, 2026 09:42
@renovate renovate Bot changed the base branch from main to next April 1, 2026 09:42
@renovate renovate Bot force-pushed the renovate/minor-patch branch 2 times, most recently from 0768937 to e508003 Compare April 3, 2026 10:09
@renovate renovate Bot changed the base branch from next to main April 16, 2026 12:30
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 747cc77 to 9f61d76 Compare April 18, 2026 18:50
@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.55.0 fix(deps): update dependencies minor and patch updates Apr 18, 2026
@renovate renovate Bot force-pushed the renovate/minor-patch branch 10 times, most recently from 7aeabc5 to 190b771 Compare April 25, 2026 17:01
@renovate renovate Bot force-pushed the renovate/minor-patch branch 12 times, most recently from e69148f to b5f59a9 Compare May 2, 2026 16:39
@renovate renovate Bot force-pushed the renovate/minor-patch branch from b5f59a9 to 764f861 Compare May 3, 2026 18:12
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 5, 2026

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 7, 2026

⚠️ 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: legacy/pnpm-lock.yaml
warn: This version of pnpm requires at least Node.js v22.13
warn: The current version of Node.js is v20.20.2
warn: Visit https://r.pnpm.io/comp to see the list of past pnpm versions with respective Node.js version support.
node:internal/modules/cjs/loader:1031
      throw new ERR_UNKNOWN_BUILTIN_MODULE(request);
            ^

Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:sqlite
    at Module._load (node:internal/modules/cjs/loader:1031:13)
    at Module.require (node:internal/modules/cjs/loader:1289:19)
    at require (node:internal/modules/helpers:182:18)
    at ../store/index/lib/index.js (file:///opt/containerbase/tools/pnpm/11.1.1/20.20.2/node_modules/pnpm/dist/pnpm.mjs:16044:25)
    at __init (file:///opt/containerbase/tools/pnpm/11.1.1/20.20.2/node_modules/pnpm/dist/pnpm.mjs:15:56)
    at ../resolving/npm-resolver/lib/index.js (file:///opt/containerbase/tools/pnpm/11.1.1/20.20.2/node_modules/pnpm/dist/pnpm.mjs:26854:5)
    at __init (file:///opt/containerbase/tools/pnpm/11.1.1/20.20.2/node_modules/pnpm/dist/pnpm.mjs:15:56)
    at ../workspace/projects-graph/lib/index.js (file:///opt/containerbase/tools/pnpm/11.1.1/20.20.2/node_modules/pnpm/dist/pnpm.mjs:27000:5)
    at __init (file:///opt/containerbase/tools/pnpm/11.1.1/20.20.2/node_modules/pnpm/dist/pnpm.mjs:15:56)
    at ../workspace/projects-filter/lib/index.js (file:///opt/containerbase/tools/pnpm/11.1.1/20.20.2/node_modules/pnpm/dist/pnpm.mjs:42903:5) {
  code: 'ERR_UNKNOWN_BUILTIN_MODULE'
}

Node.js v20.20.2

@sonarqubecloud
Copy link
Copy Markdown

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

Labels

Type: Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant