Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps the ui-dev-deps group in /ui with 9 updates:

Package From To
@antfu/eslint-config 4.11.0 4.12.0
@eslint-react/eslint-plugin 1.40.3 1.47.0
@samchon/openapi 4.0.0 4.1.0
@types/node 22.14.0 22.14.1
@types/react 19.1.0 19.1.1
@types/react-dom 19.1.1 19.1.2
eslint-plugin-import-x 4.10.1 4.10.3
jsdom 26.0.0 26.1.0
typia 9.0.1 9.1.1

Updates @antfu/eslint-config from 4.11.0 to 4.12.0

Release notes

Sourced from @​antfu/eslint-config's releases.

v4.12.0

   🚀 Features

    View changes on GitHub
Commits

Updates @eslint-react/eslint-plugin from 1.40.3 to 1.47.0

Release notes

Sourced from @​eslint-react/eslint-plugin's releases.

v1.47.0 (2025-04-14)

What's Changed

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.46.0...v1.47.0

v1.46.0 (2025-04-13)

What's Changed

✨ New

Full Changelog: Rel1cx/eslint-react@v1.45.4...v1.46.0

v1.45.4 (2025-04-13)

What's Changed

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.3...v1.45.4

v1.45.3 (2025-04-12)

What's Changed

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.2...v1.45.3

v1.45.2 (2025-04-12)

What's Changed

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.1...v1.45.2

v1.45.1 (2025-04-12)

What's Changed

🐞 Fixes

... (truncated)

Changelog

Sourced from @​eslint-react/eslint-plugin's changelog.

v1.47.0 (2025-04-14)

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.46.0...v1.47.0

v1.46.0 (2025-04-13)

✨ New

Full Changelog: Rel1cx/eslint-react@v1.45.3...v1.45.4

v1.45.4 (2025-04-13)

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.3...v1.45.4

v1.45.3 (2025-04-12)

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.2...v1.45.3

v1.45.2 (2025-04-12)

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.1...v1.45.2

v1.45.1 (2025-04-12)

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.45.0...v1.45.1

v1.45.0 (2025-04-11)

... (truncated)

Commits

Updates @samchon/openapi from 4.0.0 to 4.1.0

Release notes

Sourced from @​samchon/openapi's releases.

v4.1.0

What's Changed

Full Changelog: samchon/openapi@v4.0.0...v4.1.0

Commits

Updates @types/node from 22.14.0 to 22.14.1

Commits

Updates @types/react from 19.1.0 to 19.1.1

Commits

Updates @types/react-dom from 19.1.1 to 19.1.2

Commits

Updates eslint-plugin-import-x from 4.10.1 to 4.10.3

Release notes

Sourced from eslint-plugin-import-x's releases.

v4.10.3

Patch Changes

  • #292 1342127 Thanks @​JounQin! - refactor: remove unnecessary check for pnpapi because unrs-resolver already handles it

Full Changelog: un-ts/eslint-plugin-import-x@v4.10.2...v4.10.3

v4.10.2

Patch Changes

Full Changelog: un-ts/eslint-plugin-import-x@v4.10.1...v4.10.2

Changelog

Sourced from eslint-plugin-import-x's changelog.

4.10.3

Patch Changes

  • #292 1342127 Thanks @​JounQin! - refactor: remove unnecessary check for pnpapi because unrs-resolver already handles it

4.10.2

Patch Changes

Commits

Updates jsdom from 26.0.0 to 26.1.0

Release notes

Sourced from jsdom's releases.

Version 26.1.0

  • Added at least partial support for various SVG elements and their classes: <defs> (SVGDefsElement), <desc> (SVGDescElement), <g> (SVGGElement), <metadata> (SVGMetadataElement), <switch> (SVGSwitchElement), and <symbol> (SVGSymbolElement).
  • Added SVGAnimatedPreserveAspectRatio and SVGAnimatedRect, including support in the reflection layer.
  • Added the SVGSVGElement createSVGRect() method, and the SVGRect type (which is distinct from DOMRect.)
  • Added indexed property support to HTMLFormElement.
  • Updated the SVGElement viewportElement() method to correctly establish the viewport based on ancestor elements.
  • Removed the now-bloated form-data dependency in favor of our own smaller implementation of multipart/form-data serialization. No functional changes are expected.
  • Various performance improvements, caches, microoptimizations, and deferred object creation.
Changelog

Sourced from jsdom's changelog.

26.1.0

  • Added at least partial support for various SVG elements and their classes: <defs> (SVGDefsElement), <desc> (SVGDescElement), <g> (SVGGElement), <metadata> (SVGMetadataElement), <switch> (SVGSwitchElement), and <symbol> (SVGSymbolElement).
  • Added SVGAnimatedPreserveAspectRatio and SVGAnimatedRect, including support in the reflection layer.
  • Added the SVGSVGElement createSVGRect() method, and the SVGRect type (which is distinct from DOMRect.)
  • Added indexed property support to HTMLFormElement.
  • Updated the SVGElement viewportElement() method to correctly establish the viewport based on ancestor elements.
  • Removed the now-bloated form-data dependency in favor of our own smaller implementation of multipart/form-data serialization. No functional changes are expected.
  • Various performance improvements, caches, microoptimizations, and deferred object creation.
Commits
  • 1911c80 Version 26.1.0
  • ea6e851 Add failing script execution order test
  • 2be9dcf Add passing tests for CSS parsing errors
  • 9c68fe3 Add failing CSS container queries test
  • 501b1cc Add failing CSS cascade layer test
  • 1916583 Add passing font-face with a data URL parsing test
  • fc2a337 Add passing javascript: URL href test
  • 91c610d Move to-upstream CSS tests to correct directory
  • a5be813 Add failing calc() serialization test
  • 326745d Add passing oklch() serialization test
  • Additional commits viewable in compare view

Updates typia from 9.0.1 to 9.1.1

Release notes

Sourced from typia's releases.

v9.1.1

What's Changed

Full Changelog: samchon/typia@9.1.0...v9.1.1

9.1.0

What's Changed

Full Changelog: samchon/typia@v9.0.1...9.1.0

Commits
  • 535260f Close #1568: native type from @types/node (#1569)
  • c06ef5c Fix wrong test schema location
  • 75dcc07 New function typia.json.schema\<T>() (#1567)
  • fecdaa2 Merge pull request #1566 from samchon/dependabot/npm_and_yarn/test/ecosystem-...
  • 15fd6f3 Bump typescript from 5.8.2 to 5.8.3 in /test in the ecosystem group
  • e284b63 Merge pull request #1565 from samchon/dependabot/npm_and_yarn/website/ecosyst...
  • fa4c47b Bump the ecosystem group across 1 directory with 3 updates
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 14, 2025
@dependabot dependabot bot requested a review from Zxilly as a code owner April 14, 2025 00:30
Copy link

codecov bot commented Apr 14, 2025

Bundle Report

Bundle size has no change ✅

Copy link

codecov bot commented Apr 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #357      +/-   ##
==========================================
- Coverage   87.21%   87.12%   -0.10%     
==========================================
  Files          85       85              
  Lines        4397     4397              
  Branches       99       99              
==========================================
- Hits         3835     3831       -4     
- Misses        420      424       +4     
  Partials      142      142              
Flag Coverage Δ
integration 62.08% <ø> (-0.12%) ⬇️
ui 87.89% <ø> (ø)
unit 38.99% <ø> (ø)

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

📢 Thoughts on this report? Let us know!

@Zxilly Zxilly enabled auto-merge (rebase) April 14, 2025 01:02
Bumps the ui-dev-deps group in /ui with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `4.11.0` | `4.12.0` |
| [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `1.40.3` | `1.47.0` |
| [@samchon/openapi](https://github.com/samchon/openapi) | `4.0.0` | `4.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.0` | `22.14.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.0` | `19.1.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.1.1` | `19.1.2` |
| [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.10.1` | `4.10.3` |
| [jsdom](https://github.com/jsdom/jsdom) | `26.0.0` | `26.1.0` |
| [typia](https://github.com/samchon/typia) | `9.0.1` | `9.1.1` |


Updates `@antfu/eslint-config` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v4.11.0...v4.12.0)

Updates `@eslint-react/eslint-plugin` from 1.40.3 to 1.47.0
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v1.47.0/packages/plugins/eslint-plugin)

Updates `@samchon/openapi` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/samchon/openapi/releases)
- [Commits](samchon/openapi@v4.0.0...v4.1.0)

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

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

Updates `@types/react-dom` from 19.1.1 to 19.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `eslint-plugin-import-x` from 4.10.1 to 4.10.3
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases)
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md)
- [Commits](un-ts/eslint-plugin-import-x@v4.10.1...v4.10.3)

Updates `jsdom` from 26.0.0 to 26.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@26.0.0...26.1.0)

Updates `typia` from 9.0.1 to 9.1.1
- [Release notes](https://github.com/samchon/typia/releases)
- [Commits](samchon/typia@v9.0.1...v9.1.1)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-version: 4.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-dev-deps
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-version: 1.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-dev-deps
- dependency-name: "@samchon/openapi"
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-dev-deps
- dependency-name: "@types/node"
  dependency-version: 22.14.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
- dependency-name: "@types/react"
  dependency-version: 19.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
- dependency-name: eslint-plugin-import-x
  dependency-version: 4.10.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
- dependency-name: jsdom
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-dev-deps
- dependency-name: typia
  dependency-version: 9.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/ui-dev-deps-0066a052fb branch from 6111496 to 72517f0 Compare April 14, 2025 01:05
@Zxilly Zxilly merged commit 8879aca into master Apr 14, 2025
42 checks passed
@Zxilly Zxilly deleted the dependabot/npm_and_yarn/ui/ui-dev-deps-0066a052fb branch April 14, 2025 02:18
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.

1 participant