Skip to content

chore(deps): bump the npm-minor-patch group in /openmetadata-ui/src/main/resources/ui with 20 updates#28187

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/openmetadata-ui/src/main/resources/ui/npm-minor-patch-bd3aea8ebd
Open

chore(deps): bump the npm-minor-patch group in /openmetadata-ui/src/main/resources/ui with 20 updates#28187
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/openmetadata-ui/src/main/resources/ui/npm-minor-patch-bd3aea8ebd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Bumps the npm-minor-patch group in /openmetadata-ui/src/main/resources/ui with 20 updates:

Package From To
@analytics/session-utils 0.1.19 0.2.4
@antv/g6 5.1.0 5.1.1
@melloware/react-logviewer 6.4.1 6.5.2
antlr4 4.9.2 4.13.2
axios 1.15.2 1.16.1
dompurify 3.4.1 3.4.3
elkjs 0.9.3 0.11.1
html-to-image 1.11.11 1.11.13
katex 0.16.45 0.16.46
qs 6.14.2 6.15.1
@types/qs 6.15.0 6.15.1
@babel/preset-env 7.29.2 7.29.5
@playwright/test 1.57.0 1.60.0
@types/use-analytics 0.0.0 0.0.3
@typescript-eslint/eslint-plugin 8.59.0 8.59.3
@typescript-eslint/parser 8.59.0 8.59.3
less 4.1.3 4.6.4
postcss 8.5.10 8.5.14
sync-i18n 0.0.20 0.0.21
vite-plugin-node-polyfills 0.24.0 0.27.0

Updates @analytics/session-utils from 0.1.19 to 0.2.4

Commits
  • 96a8643 chore(release): 🎉 🚀 [skip ci]
  • daa78b6 chore: add type
  • 6e721e2 fix: update package.json main fields to use .cjs extension and add build veri...
  • c69e93a chore(release): 🎉 🚀 [skip ci]
  • 219df7b fix: update TypeScript types and enhance JSDoc comments in analytics-util-act...
  • 4f3dad2 chore(release): 🎉 🚀 [skip ci]
  • e99ddd2 chore: ignore
  • ddd8bc5 chore: update pnpm-lock.yaml to include TypeScript 5.9.2 and modify test case...
  • 704ae93 feat: enhance analytics-util-activity with TypeScript support and improved do...
  • bc14ca8 chore: lock
  • Additional commits viewable in compare view

Updates @antv/g6 from 5.1.0 to 5.1.1

Release notes

Sourced from @​antv/g6's releases.

5.1.1

What's Changed

... (truncated)

Commits

Updates @melloware/react-logviewer from 6.4.1 to 6.5.2

Release notes

Sourced from @​melloware/react-logviewer's releases.

6.5.2

  • Fix #81 Enable Links causes issues

New Contributors

Full Changelog: melloware/react-logviewer@6.5.1...6.5.2

6.5.1

What's Changed

Dependencies 👒

Full Changelog: melloware/react-logviewer@6.5.0...6.5.1

6.5.0

Fix #136 Add className and searchBarClassName to properties

Full Changelog: melloware/react-logviewer@6.4.1...6.5.0

Commits

Updates antlr4 from 4.9.2 to 4.13.2

Release notes

Sourced from antlr4's releases.

4.13.2

Minor updates release.

Pull requests grouped by target

cpp target

go target

javascript target

python3 target

Contributors

4.13.1

Pull requests grouped by target

csharp target

  • [[CSharp] Fix for #4386 -- change signatures for ReportAttemptingFullContext() and ReportContextSensitivity() to be identical to all other targets](antlr/antlr4#4399) (target:csharp, type:cleanup)

go target

java target

javascript target

swift target

... (truncated)

Commits
  • cc82115 [maven-release-plugin] prepare release 4.13.2
  • b91cecf Update 4.13.1 -> 4.13.2
  • 35ff30d Update release docs to say 4.13.2; rebuild XPathLexers
  • 2559349 fix(javascript): fix types not being recognized for NodeNext module resolutio...
  • e8bf978 rule name 'state' conflict with Python runtime.
  • 88a0c7a Support TypeScript bundler module resolution
  • caf46b9 [Python3] Replace deprecated assertEquals() to fix py3.12 compat
  • 17f3f5e Add include dirs direclty to cpp targets
  • b3bb743 chore: fix error link
  • 7d4cea9 Fix singleton memory leaks
  • Additional commits viewable in compare view

Updates axios from 1.15.2 to 1.16.1

Release notes

Sourced from axios's releases.

v1.16.1 — May 13, 2026

This release ships a defence-in-depth fix for prototype pollution in formDataToJSON, hardens proxy and CI workflows, restores Webpack 4 compatibility for the fetch adapter, and includes several small bug fixes and maintenance improvements.

🔒 Security Fixes

  • Prototype Pollution Defence-in-Depth: Hardened formDataToJSON against already-polluted Object.prototype by walking own properties only, so attacker-controlled keys inherited from a poisoned prototype cannot propagate through deserialization. (#7413)
  • Proxy Cleartext Leak: Fixed an issue where HTTPS request data could be transmitted in cleartext to an HTTP proxy under certain configurations. (#10858)
  • CI Cache Removal: Removed all GitHub Actions caches as a defence-in-depth measure against cache poisoning vectors in the build pipeline. (#10882)

🐛 Bug Fixes

  • Data URI Parsing: Updated the fromDataURI regex to match RFC 2397 more strictly, fixing edge cases in data: URL handling. (#10829)
  • Unicode Headers: Preserved Unicode header values when running through request interceptors, so non-ASCII header content is no longer corrupted before dispatch. (#10850)
  • XHR Upload Progress: Guarded against malformed ProgressEvent payloads emitted by some environments during XHR upload, preventing crashes when loaded / total are missing or invalid. (#10868)
  • Webpack 4 Fetch Adapter: Fixed an "unexpected token" error caused by syntax in the fetch adapter that Webpack 4 could not parse, restoring compatibility for legacy bundler users. (#10864)
  • Type Definitions: Made parseReviver context.source optional in the type definitions to align with the ES2023 specification. (#10837)
  • URL Object Support Reverted: Reverted the change that allowed passing a URL object as config.url (originally #10866) due to regressions; this support will be reintroduced in a later release once the underlying issues are addressed. (#10874)

🔧 Maintenance & Chores

  • Cycle Detection Refactor: Replaced the array-based cycle tracker in toJSONObject with a WeakSet, improving performance and memory behaviour on large nested structures. (#10832)
  • composeSignals Cleanup: Refactored composeSignals to use a clearer early-return structure, simplifying the cancellation/abort composition path. (#10844)
  • AI Readiness & Repo Docs: Added AGENTS.md and related contributor-guide updates for both human and AI agents, plus post-release documentation improvements. (#10835, #10841)
  • Docs Improvements: Clarified the GET request example, fixed the interceptor eject example to reference the correct instance, and corrected the Buzzoid sponsor description in the README. (#10836, #10853, #10856)
  • Sponsorship Tooling: Fixed empty sponsor arrays in the sponsor processing script, added the ability to inject additional sponsors, updated the sponsorship link, and added a Twicsy advertisement entry. (#10843, #10859, #10869)
  • Dependencies: Bumped @commitlint/cli from 20.5.0 to 20.5.2. (#10846)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog

v1.16.0 — May 2, 2026

This release adds support for the QUERY HTTP method and a new ECONNREFUSED error constant, lands a substantial wave of HTTP, fetch, and XHR adapter bug fixes around redirects, aborts, headers, and timeouts, and welcomes 23 new contributors.

⚠️ Notable Changes

A handful of fixes in this release are either security-adjacent or change observable behaviour. Please review before upgrading:

... (truncated)

Changelog

Sourced from axios's changelog.

Changelog

v1.16.0 — May 2, 2026

This release adds support for the QUERY HTTP method and a new ECONNREFUSED error constant, lands a substantial wave of HTTP, fetch, and XHR adapter bug fixes around redirects, aborts, headers, and timeouts, and welcomes 23 new contributors.

⚠️ Notable Changes

A handful of fixes in this release are either security-adjacent or change observable behaviour. Please review before upgrading:

  • Fetch adapter now enforces maxBodyLength and maxContentLength. These limits were silently ignored on the fetch adapter prior to 1.16.0 — anyone relying on them as a safety net (DoS protection, accidental large uploads) had no protection. (#10795)
  • Proxy requests now preserve user-supplied Host headers. Previously, the proxy path could overwrite a custom Host. Virtual-host-style routing through a proxy will now behave correctly. (#10822)
  • Basic auth credentials embedded in URLs are now URL-decoded. If you have percent-encoded credentials in a URL (e.g. https://user:p%40ss@host), the decoded value is what now goes on the wire. (#10825)
  • parseProtocol now strictly requires a colon in the protocol separator. Strings that loosely parsed as protocols before may no longer match. (#10729)
  • Deprecated unescape() replaced with modern UTF-8 encoding. Non-ASCII URL handling is now spec-correct; consumers depending on legacy unescape() quirks may see different output bytes. (#7378)
  • transformRequest input typing change was reverted. The typing change introduced in #10745 was reverted in #10810 after follow-up review — net behavior is unchanged from 1.15.2. (#10745, #10810)

🚀 New Features

  • QUERY HTTP Method: Added support for the QUERY HTTP method across adapters and type definitions. (#10802)
  • ECONNREFUSED Error Constant: Exposed ECONNREFUSED as a constant on AxiosError so callers can match connection-refused failures without comparing string literals (closes #6485). (#10680)
  • Encode Helper Export: Exported the internal encode helper from buildURL so userland param serializers can reuse the same encoding logic that axios uses internally. (#6897)

🐛 Bug Fixes

  • HTTP Adapter — Redirects & Headers: Cleared stale headers when a redirect targets a no-proxy host, fixed the redirect listener chain so listeners no longer stack across hops, restored the missing requestDetails argument on beforeRedirect, preserved user-supplied Host headers when forwarding through a proxy, and properly URL-decoded basic auth credentials. (#10794, #10800, #6241, #10822, #10825)
  • HTTP Adapter — Streams & Timeouts: Preserved the partial response object on AxiosError when a stream is aborted after headers arrive, honoured the timeout option during the connect phase when redirects are disabled, and resolved an unsettled-promise hang when an aborted request was combined with compression and maxRedirects: 0. (#10708, #10819, #7149)
  • Fetch Adapter: Enforced maxBodyLength / maxContentLength in the fetch adapter, set the User-Agent header to match the HTTP adapter, preserved the original abort reason instead of replacing it with a generic error, and deferred global access so importing the module no longer throws a TypeError in restricted environments. (#10795, #10772, #10806, #7260)
  • XHR Adapter: Unsubscribed the cancelToken and AbortSignal listeners on the error, timeout, and abort code paths to prevent leaked subscriptions. (#10787)
  • Error Handling: Attached the parsed response to AxiosError when JSON.parse fails inside dispatchRequest, prevented settle from emitting undefined error codes, and tightened the parseProtocol regex to require a colon in the protocol separator. (#10724, #7276, #10729)
  • Types & Exports: Aligned the CommonJS CancelToken typings with the ESM build, fixed a compiler error caused by RawAxiosHeaders, and re-exported create from the package index. (#7414, #6389, #6460)
  • UTF-8 Encoding: Replaced the deprecated unescape() call with a modern UTF-8 encoding implementation. (#7378)
  • Misc Cleanup: Resolved a batch of small inconsistencies and gadget-level issues across the codebase. (#10833)

🔧 Maintenance & Chores

  • Refactor — ES6 Modernisation: Modernised the utils module and XHR adapter to use ES6 features, and tidied the multipart boundary error message. (#10588, #7419)
  • Tests: Hardened the HTTP test server lifecycle to fix flaky FormData EPIPE failures, fixed Win32 platform support for the pipe tests, and corrected an incorrect test assumption. (#10820, #10791, #10796)
  • Docs: Documented paramsSerializer.encode for strict RFC 3986 query encoding, updated the parseReviver TypeScript definitions and configuration docs for ES2023, added timeout guidance to the README's first async example, and expanded notes around the recent type changes. (#10821, #10782, #10759, #10804)
  • Reverted: Reverted the transformRequest input typing change from #10745 after follow-up review. (#10745, #10810)
  • Dependencies: Bumped actions/setup-node, the github-actions group, and postcss (in /docs) to their latest versions. (#10785, #10813, #10814)
  • Release: Updated changelog and packages, and prepared the 1.16.0 release. (#10790, #10834)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

... (truncated)

Commits
  • 1337d6b chore(release): prepare release 1.16.1 (#10877)
  • 858a790 fix: remove all caches (#10882)
  • 34adfd9 revert: "fix: support URL object as config.url input (#10866)" (#10874)
  • 847d89b fix: support URL object as config.url input (#10866)
  • 4094886 fix(progress): guard malformed XHR upload events (#10868)
  • 44f0c5b chore: change sponsorship link and add Twicsy advertisement (#10869)
  • 64e1095 chore: update PR and issue template to use h2 (#10865)
  • 3e6b4e1 fix: error unexpected token in fetch JS compatibility issue with Webpack 4 (#...
  • c4453ba fix: add the ability to add additional sponsors to the process sponsors scrip...
  • caa00a9 fix: https data in cleartext to proxy (#10858)
  • Additional commits viewable in compare view

Updates dompurify from 3.4.1 to 3.4.3

Release notes

Sourced from dompurify's releases.

DOMPurify 3.4.3

  • Fixed an issue with handling of nested Shadow DOM trees, thanks @​fishjojo1
  • Fixed the template regexes to be more robust against ReDoS attacks, thanks @​aleung27
  • Updated the node iteration code to catch more Shadow DOM related issues
  • Updated Playwright and added Node 26 to test matrix
  • Updated existing workflows, fuzzer, release signing, etc., added more tests
  • Bumped several dependencies where possible

DOMPurify 3.4.2

  • Fixed an issue with URI validation on attributes allowed via ADD_ATTR callback, thanks @​nelstrom
  • Fixed an issue with source maps referring to non-existing files, thanks @​cmdcolin
  • Updated existing workflows, fuzzer, release signing, etc., added more tests
  • Bumped several dependencies where possible
Commits

Updates elkjs from 0.9.3 to 0.11.1

Release notes

Sourced from elkjs's releases.

0.11.1

Release based on 28e5173243cab0cf4e2c9816c803bc0d5c47ab24 at ELK master.

This patch is a security release.

Full Changelog: kieler/elkjs@0.11.0...0.11.1

0.11.0

Based on ELK 0.11.0

For changes and fixed issues see the release notes.

Full Changelog: kieler/elkjs@0.10.2...0.11.0

0.10.2

Release based on 28e5173243cab0cf4e2c9816c803bc0d5c47ab24 at ELK master.

What's changed?

eclipse-elk/elk#1144 eclipse-elk/elk#1142 eclipse-elk/elk#1154 eclipse-elk/elk#1155

0.10.1

Based on ELK 0.10.0

What's Changed

Full Changelog: kieler/elkjs@0.10.0...0.10.1

0.10.0

Based on ELK 0.10.0

For changes and fixed issues see the release notes.

elkjs changes

Full Changelog: kieler/elkjs@0.9.3...0.10.0

Commits
  • 572e733 add files for release 0.11.1
  • 99d7faf Merge pull request #371 from kieler/copilot/update-mocha-version
  • ff6af54 Merge pull request #369 from kieler/dependabot/npm_and_yarn/qs-6.14.2
  • 48718b9 Merge pull request #367 from kieler/mka/publish-from-ci
  • 8f65a8a Fix typo in README regarding GitHub release
  • 4bbb572 Update mocha from ^10.3.0 to ^11.0.0
  • 2211570 Initial plan
  • aeea8c8 Merge pull request #370 from kieler/dependabot/npm_and_yarn/multi-acd8535d99
  • 9ab5a46 Bump minimatch
  • e7593d4 Bump qs from 6.14.1 to 6.14.2
  • Additional commits viewable in compare view

Updates html-to-image from 1.11.11 to 1.11.13

Release notes

Sourced from html-to-image's releases.

v1.11.13

1.11.13 (2025-02-14)

Bug Fixes

  • mask: add support for -webkit-mask and -webkit-mask-image (#382) (5bdfda7)

This release is also available on:

v1.11.12

1.11.12 (2025-02-12)

Bug Fixes

  • add possibility to use own handling of onerror which will not en… (#453) (04160c3)
  • ensure images are totally prcoessed before using them (ios) (#478) (51fb98f)
  • Fix fontEmbedCSS incorrect sizing (#422) (7020162)

Performance Improvements


This release is also available on:

Changelog

Sourced from html-to-image's changelog.

1.11.13 (2025-02-14)

Bug Fixes

  • mask: add support for -webkit-mask and -webkit-mask-image (#382) (5bdfda7)

1.11.12 (2025-02-12)

Bug Fixes

  • add possibility to use own handling of onerror which will not en… (#453) (04160c3)
  • ensure images are totally prcoessed before using them (ios) (#478) (51fb98f)
  • Fix fontEmbedCSS incorrect sizing (#422) (7020162)

Performance Improvements

Commits
  • 9957281 chore(release): v1.11.13 [skip ci]
  • d9b2fcf docs: Update README.md
  • a02abc6 chore: update contributors [skip ci]
  • 9de3db6 test: add spec
  • 3cd8093 chore: update CONTRIBUTORS [skip ci]
  • bad0d9c Add option to selectively include style properties when cloning element (#436)
  • f0d0341 chore: update CONTRIBUTORS [skip ci]
  • 5bdfda7 fix(mask): add support for -webkit-mask and -webkit-mask-image (#382)
  • aa3c979 chore: update contributors [skip ci]
  • 5b25b52 chore: update CONTRIBUTORS [skip ci]
  • Additional commits viewable in compare view

Updates katex from 0.16.45 to 0.16.46

Release notes

Sourced from katex's releases.

v0.16.46

0.16.46 (2026-05-13)

Bug Fixes

Changelog

Sourced from katex's changelog.

0.16.46 (2026-05-13)

Bug Fixes

Commits
  • 2c25b47 chore(release): 0.16.46 [ci skip]
  • e9ee046 fix: preserve math font in some styling commands (#4214)
  • 88256c0 ci(screenshotter): require safe to test label for PRs (#4211)
  • a3fce45 ci(screenshotter): disable cache (#4209)
  • 9de4b3d chore: update linters (#4205)
  • c224153 refactor: improve typing for fonts (#4200)
  • 89a3d67 chore(deps): update dependency postcss to v8.5.10 [security] (#4202)
  • 441e6ca chore: update stylelint and adjust styles for updated set of rules (#4201)
  • bdec9b0 docs: support for persian/arabic numerals (#4190)
  • efedddd refactor(types): resolve most as any casts and TODO(ts) comments (#4171)
  • Additional commits viewable in compare view

Updates qs from 6.14.2 to 6.15.1

Changelog

Sourced from qs's changelog.

6.15.1

  • [Fix] parse: parameterLimit: Infinity with throwOnLimitExceeded: true silently drops all parameters
  • [Deps] update @ljharb/eslint-config
  • [Dev Deps] update @ljharb/eslint-config, iconv-lite
  • [Tests] increase coverage

6.15.0

  • [New] parse: add strictMerge option to wrap object/primitive conflicts in an array (#425, #122)
  • [Fix] duplicates option should not apply to bracket notation keys (#514)
Commits

Bumps the npm-minor-patch group in /openmetadata-ui/src/main/resources/ui with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@analytics/session-utils](https://github.com/DavidWells/analytics) | `0.1.19` | `0.2.4` |
| [@antv/g6](https://github.com/antvis/g6) | `5.1.0` | `5.1.1` |
| [@melloware/react-logviewer](https://github.com/melloware/react-logviewer) | `6.4.1` | `6.5.2` |
| [antlr4](https://github.com/antlr/antlr4) | `4.9.2` | `4.13.2` |
| [axios](https://github.com/axios/axios) | `1.15.2` | `1.16.1` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.4.1` | `3.4.3` |
| [elkjs](https://github.com/kieler/elkjs) | `0.9.3` | `0.11.1` |
| [html-to-image](https://github.com/bubkoo/html-to-image) | `1.11.11` | `1.11.13` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.45` | `0.16.46` |
| [qs](https://github.com/ljharb/qs) | `6.14.2` | `6.15.1` |
| [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs) | `6.15.0` | `6.15.1` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.29.2` | `7.29.5` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.57.0` | `1.60.0` |
| [@types/use-analytics](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/use-analytics) | `0.0.0` | `0.0.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.59.0` | `8.59.3` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.0` | `8.59.3` |
| [less](https://github.com/less/less.js) | `4.1.3` | `4.6.4` |
| [postcss](https://github.com/postcss/postcss) | `8.5.10` | `8.5.14` |
| [sync-i18n](https://github.com/andreip1123/sync-i18n) | `0.0.20` | `0.0.21` |
| [vite-plugin-node-polyfills](https://github.com/davidmyersdev/vite-plugin-node-polyfills) | `0.24.0` | `0.27.0` |


Updates `@analytics/session-utils` from 0.1.19 to 0.2.4
- [Commits](https://github.com/DavidWells/analytics/compare/@analytics/session-utils@0.1.19...@analytics/session-utils@0.2.4)

Updates `@antv/g6` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/antvis/g6/releases)
- [Changelog](https://github.com/antvis/G6/blob/v5/CHANGELOG.md)
- [Commits](https://github.com/antvis/g6/commits/5.1.1)

Updates `@melloware/react-logviewer` from 6.4.1 to 6.5.2
- [Release notes](https://github.com/melloware/react-logviewer/releases)
- [Commits](melloware/react-logviewer@6.4.1...6.5.2)

Updates `antlr4` from 4.9.2 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](antlr/antlr4@4.9.2...4.13.2)

Updates `axios` from 1.15.2 to 1.16.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.15.2...v1.16.1)

Updates `dompurify` from 3.4.1 to 3.4.3
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.4.1...3.4.3)

Updates `elkjs` from 0.9.3 to 0.11.1
- [Release notes](https://github.com/kieler/elkjs/releases)
- [Commits](kieler/elkjs@0.9.3...0.11.1)

Updates `html-to-image` from 1.11.11 to 1.11.13
- [Release notes](https://github.com/bubkoo/html-to-image/releases)
- [Changelog](https://github.com/bubkoo/html-to-image/blob/master/CHANGELOG.md)
- [Commits](bubkoo/html-to-image@v1.11.11...v1.11.13)

Updates `katex` from 0.16.45 to 0.16.46
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.45...v0.16.46)

Updates `qs` from 6.14.2 to 6.15.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.14.2...v6.15.1)

Updates `@types/qs` from 6.15.0 to 6.15.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs)

Updates `@babel/preset-env` from 7.29.2 to 7.29.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.5/packages/babel-preset-env)

Updates `@playwright/test` from 1.57.0 to 1.60.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.57.0...v1.60.0)

Updates `@types/qs` from 6.15.0 to 6.15.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs)

Updates `@types/use-analytics` from 0.0.0 to 0.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/use-analytics)

Updates `@typescript-eslint/eslint-plugin` from 8.59.0 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.59.0 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/parser)

Updates `less` from 4.1.3 to 4.6.4
- [Release notes](https://github.com/less/less.js/releases)
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/less/less.js/commits)

Updates `postcss` from 8.5.10 to 8.5.14
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.10...8.5.14)

Updates `sync-i18n` from 0.0.20 to 0.0.21
- [Commits](https://github.com/andreip1123/sync-i18n/commits)

Updates `vite-plugin-node-polyfills` from 0.24.0 to 0.27.0
- [Release notes](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases)
- [Commits](davidmyersdev/vite-plugin-node-polyfills@v0.24.0...v0.27.0)

---
updated-dependencies:
- dependency-name: "@analytics/session-utils"
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@antv/g6"
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@melloware/react-logviewer"
  dependency-version: 6.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: antlr4
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: axios
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: dompurify
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: elkjs
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: html-to-image
  dependency-version: 1.11.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: katex
  dependency-version: 0.16.46
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: qs
  dependency-version: 6.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@types/qs"
  dependency-version: 6.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@babel/preset-env"
  dependency-version: 7.29.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@types/qs"
  dependency-version: 6.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@types/use-analytics"
  dependency-version: 0.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.59.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: less
  dependency-version: 4.6.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: postcss
  dependency-version: 8.5.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: sync-i18n
  dependency-version: 0.0.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: vite-plugin-node-polyfills
  dependency-version: 0.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 16, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 16, 2026 07:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Hi there 👋 Thanks for your contribution!

The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test, the CI workflows
will start executing and we'll be able to make sure everything is working as expected.

Let us know if you need any help!

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants