Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates #290

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the dev-dependencies group with 7 updates in the / directory:

Package From To
@antfu/eslint-config 3.16.0 4.8.1
@antv/g6 4.8.24 5.0.44
jest-axe 9.0.0 10.0.0
package-manager-detector 0.2.11 1.0.0
pixelmatch 6.0.0 7.1.0
typescript 5.7.3 5.8.2
vanilla-jsoneditor 2.4.0 3.0.0

Updates @antfu/eslint-config from 3.16.0 to 4.8.1

Release notes

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

v4.8.1

   🚀 Features

    View changes on GitHub

v4.8.0

   🚀 Features

    View changes on GitHub

v4.7.0

   🚀 Features

    View changes on GitHub

v4.6.0

   🚀 Features

    View changes on GitHub

v4.5.1

   🐞 Bug Fixes

    View changes on GitHub

v4.5.0

   🚀 Features

    View changes on GitHub

v4.4.0

   🚀 Features

    View changes on GitHub

v4.3.0

... (truncated)

Commits
  • be3de0d chore: release v4.8.1
  • 69071f1 feat: add more pnpm-package-yaml keys sorting
  • 3682879 chore: release v4.8.0
  • 17d1548 feat: update pnpm plugin
  • 1828427 chore: release v4.7.0
  • ece8fd0 chore: update deps
  • 2ae8f1c feat(yaml): sort keys for pnpm workspace
  • 4523340 chore: update lock
  • 525e422 chore: release v4.6.0
  • d410d14 feat: introduce experimental pnpmCatalogs support
  • Additional commits viewable in compare view

Updates @antv/g6 from 4.8.24 to 5.0.44

Release notes

Sourced from @​antv/g6's releases.

resolve the conflict of zoom-canvas and drag-canvas

What's Changed

New Contributors

Full Changelog: antvis/G6@5.0.43...5.0.44

5.0.43

What's Changed

... (truncated)

Commits

Updates jest-axe from 9.0.0 to 10.0.0

Release notes

Sourced from jest-axe's releases.

Release version 10.0.0

Changelog

Sourced from jest-axe's changelog.

10.0.0

Commits

Updates package-manager-detector from 0.2.11 to 1.0.0

Release notes

Sourced from package-manager-detector's releases.

v1.0.0

   🚨 Breaking Changes

   🚀 Features

    View changes on GitHub
Commits

Updates pixelmatch from 6.0.0 to 7.1.0

Release notes

Sourced from pixelmatch's releases.

v7.1.0

  • Add first-class TypeScript types to the project. They'll be maintained in the repo from now on. #139
  • Improve matching performance by ~22%. #150

v7.0.0

  • Potentially breaking: improve handling of semitransparent pixels. Previously, they were blended with white, so a transparent pixel vs white pixel would show zero difference; now pixels are blended with an irregular pattern, making it easier to catch regressions. (h/t @​NathanMOlson #142)
  • Improve match performance by ~6%. #147
  • Significantly improve diff generation performance. (h/t @​kawanet #105)
  • Fix options handling to use the default value when undefined is passed explicitly. (h/t @​denis-sokolov #146)
  • Fix ESLint failing on Windows when working on the library locally. (h/t @​haraldreingruber-dedalus #123)
Commits

Updates typescript from 5.7.3 to 5.8.2

Release notes

Sourced from typescript's releases.

TypeScript 5.8

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 RC

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • beb69e4 Bump version to 5.8.2 and LKG
  • 8fdbd54 🤖 Pick PR #61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...
  • f4a3a8a 🤖 Pick PR #61175 (Ban import=require and export= unde...) into release-5.8 (#...
  • 420ff06 Bump version to 5.8.1-rc and LKG
  • 48eb13f Update LKG
  • fb59c19 Merge remote-tracking branch 'origin/main' into release-5.8
  • df342b7 Fixed rewriteRelativeImportExtensions for import() within call expression...
  • 775412a Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...
  • e1629e5 Pass ignoreErrors=true to more resolveEntityName callers (#61144)
  • 6fd1799 Update LKG
  • Additional commits viewable in compare view

Updates vanilla-jsoneditor from 2.4.0 to 3.0.0

Release notes

Sourced from vanilla-jsoneditor's releases.

v3.0.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from vanilla-jsoneditor's changelog.

3.0.0 (2025-02-28)

⚠ BREAKING CHANGES

    • Dropped support for jsonpath-plus v9.
    • most public methods changed from asynchronous to synchronous.

Features

  • Change methods set, update, patch, select, expand, collapse, acceptAutoRepair, focus, updateProps from asynchronous to synchronous, fixing #499 (#524) (6dd69cd)

Bug Fixes

  • #512 prevent browser addons from reacting to keydown events like shift+arrow down (eef40ad)
  • #518 convert all Svelte examples to Svelte 5 (0c3f3ae)
  • upgrade to the latest version of jsonpath-plus, fixing a security vulnerability (#523) (393c76b)
Commits
  • cdf335b chore(release): 3.0.0
  • 0c3f3ae fix: #518 convert all Svelte examples to Svelte 5
  • 7cf7d2f chore: update devDependencies
  • 7607c9e chore: update unit test snapshots
  • eef40ad fix: #512 prevent browser addons from reacting to keydown events like shift+a...
  • ce0bc9a chore: fix limit width of editor in table mode in demo environment
  • 2cd4aed chore: update dependencies
  • dfda556 chore: update devDependencies
  • 393c76b fix: upgrade to the latest version of jsonpath-plus, fixing a security vuln...
  • 4cc267b Merge remote-tracking branch 'origin/main'
  • Additional commits viewable 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

…ith 7 updates

Bumps the dev-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `3.16.0` | `4.8.1` |
| [@antv/g6](https://github.com/antvis/g6) | `4.8.24` | `5.0.44` |
| [jest-axe](https://github.com/nickcolley/jest-axe) | `9.0.0` | `10.0.0` |
| [package-manager-detector](https://github.com/antfu-collective/package-manager-detector) | `0.2.11` | `1.0.0` |
| [pixelmatch](https://github.com/mapbox/pixelmatch) | `6.0.0` | `7.1.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` |
| [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) | `2.4.0` | `3.0.0` |



Updates `@antfu/eslint-config` from 3.16.0 to 4.8.1
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v3.16.0...v4.8.1)

Updates `@antv/g6` from 4.8.24 to 5.0.44
- [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.0.44)

Updates `jest-axe` from 9.0.0 to 10.0.0
- [Release notes](https://github.com/nickcolley/jest-axe/releases)
- [Changelog](https://github.com/NickColley/jest-axe/blob/main/CHANGELOG.md)
- [Commits](NickColley/jest-axe@v9.0.0...v10.0.0)

Updates `package-manager-detector` from 0.2.11 to 1.0.0
- [Release notes](https://github.com/antfu-collective/package-manager-detector/releases)
- [Commits](antfu-collective/package-manager-detector@v0.2.11...v1.0.0)

Updates `pixelmatch` from 6.0.0 to 7.1.0
- [Release notes](https://github.com/mapbox/pixelmatch/releases)
- [Commits](mapbox/pixelmatch@v6.0.0...v7.1.0)

Updates `typescript` from 5.7.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)

Updates `vanilla-jsoneditor` from 2.4.0 to 3.0.0
- [Release notes](https://github.com/josdejong/svelte-jsoneditor/releases)
- [Changelog](https://github.com/josdejong/svelte-jsoneditor/blob/main/CHANGELOG.md)
- [Commits](josdejong/svelte-jsoneditor@v2.4.0...v3.0.0)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@antv/g6"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: jest-axe
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: package-manager-detector
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: pixelmatch
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vanilla-jsoneditor
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 10, 2025
Copy link

github-actions bot commented Mar 10, 2025

Visual Regression Build for PR #290 Failed ❌

Potential causes:

Copy link

github-actions bot commented Mar 10, 2025

Preview failed

Copy link

size-limit report 📦

Path Size
dist/antd.min.js 447.37 KB
dist/antd-with-locales.min.js 533.05 KB

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