Skip to content

chore(deps-dev): bump the development group with 3 updates#201

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/development-dd305227aa
Closed

chore(deps-dev): bump the development group with 3 updates#201
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/development-dd305227aa

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps the development group with 3 updates: @xyflow/react, oxlint-tsgolint and tsdown.

Updates @xyflow/react from 12.10.1 to 12.10.2

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.10.2

Patch Changes

Changelog

Sourced from @​xyflow/react's changelog.

12.10.2

Patch Changes

Commits
  • ba0a361 chore(packages): bump
  • 613ad30 Merge pull request #5733 from AlaricBaraou/fix/store-reset-timing-on-remount
  • a6c938f Explicitly allow missing type field in BuiltInNode type definition
  • f2831bd Merge pull request #5727 from unifygtm/clear-nodes-selection-active
  • 0e48d84 Return hasSelectedNodes from adoptUserNodes and use it to update `nodesSe...
  • 6db2bd0 fix(react): prevent empty store during ReactFlow remount
  • e7b78d1 Merge pull request #5720 from yarikoptic/enh-codespell
  • 38f4fef Merge pull request #5722 from dfblhmm/fix/type-definition
  • 759042d Fix spacing in store/index.ts
  • 52d452b Centralize nodesSelectionActive update in setNodes of store
  • Additional commits viewable in compare view

Updates oxlint-tsgolint from 0.17.4 to 0.18.1

Release notes

Sourced from oxlint-tsgolint's releases.

v0.18.1

What's Changed

Full Changelog: oxc-project/tsgolint@v0.18.0...v0.18.1

v0.18.0

What's Changed

Full Changelog: oxc-project/tsgolint@v0.17.4...v0.18.0

Commits
  • 803b9de perf(linter): use batch API for semantic diagnostics (#844)
  • 3680fb4 chore: update typescript-go submodule (#841)
  • a712148 fix(dot-notation): ignore non-ascii property names (#840)
  • 2f8b5e8 chore: improve assertion diagnostic msg (#842)
  • 0a667a0 fix(promise-function-async): place async fix after export modifiers (#839)
  • c140508 fix(lint): suppress unparam on toStaticValue (#834)
  • See full diff in compare view

Updates tsdown from 0.21.5 to 0.21.6

Release notes

Sourced from tsdown's releases.

v0.21.6

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 375a51c chore: release v0.21.6
  • e1403c0 chore: upgrade deps
  • 0005096 fix(entry): correctly output relative paths in logger output
  • c546e4e refactor(cli): add color to CLI banner
  • 875c1b3 feat(dts): add cjsReexport option to eliminate dual module type hazard (#856)
  • 512926d feat: upgrade rolldown to v1.0.0-rc.12
  • ff0c45a fix(css): split CSS plugin into pre/post phases for scoped CSS support (#870)
  • 7ebd62d feat(exports): add bin option to auto-generate package.json bin field (#869)
  • 148aaaa feat(config): use mergeConfig for workspace config merging and support variad...
  • 7616960 feat(config): pass root config to workspace config functions
  • 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 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 Mar 30, 2026
Bumps the development group with 3 updates: [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react), [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) and [tsdown](https://github.com/rolldown/tsdown).


Updates `@xyflow/react` from 12.10.1 to 12.10.2
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.10.2/packages/react)

Updates `oxlint-tsgolint` from 0.17.4 to 0.18.1
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.17.4...v0.18.1)

Updates `tsdown` from 0.21.5 to 0.21.6
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.21.5...v0.21.6)

---
updated-dependencies:
- dependency-name: "@xyflow/react"
  dependency-version: 12.10.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: oxlint-tsgolint
  dependency-version: 0.18.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: tsdown
  dependency-version: 0.21.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dd305227aa branch from 8af828c to a8745ed Compare March 31, 2026 19:25
osolmaz added a commit that referenced this pull request Mar 31, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 31, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dd305227aa branch March 31, 2026 19:30
osolmaz added a commit that referenced this pull request Mar 31, 2026
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