Skip to content

build(deps-dev): bump the dev-dependencies group with 3 updates#4

Closed
dependabot[bot] wants to merge 11 commits into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-874fcca948
Closed

build(deps-dev): bump the dev-dependencies group with 3 updates#4
dependabot[bot] wants to merge 11 commits into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-874fcca948

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 3 updates: @types/node, eslint and typescript.

Updates @types/node from 20.19.39 to 25.6.0

Commits

Updates eslint from 9.39.4 to 10.2.0

Release notes

Sourced from eslint's releases.

v10.2.0

Features

  • 586ec2f feat: Add meta.languages support to rules (#20571) (Copilot)
  • 14207de feat: add Temporal to no-obj-calls (#20675) (Pixel998)
  • bbb2c93 feat: add Temporal to ES2026 globals (#20672) (Pixel998)

Bug Fixes

  • 542cb3e fix: update first-party dependencies (#20714) (Francesco Trotta)

Documentation

  • a2af743 docs: add language to configuration objects (#20712) (Francesco Trotta)
  • 845f23f docs: Update README (GitHub Actions Bot)
  • 5fbcf59 docs: remove sourceType from ts playground link (#20477) (Tanuj Kanti)
  • 8702a47 docs: Update README (GitHub Actions Bot)
  • ddeaded docs: Update README (GitHub Actions Bot)
  • 2b44966 docs: add Major Releases section to Manage Releases (#20269) (Milos Djermanovic)
  • eab65c7 docs: update eslint versions in examples (#20664) (루밀LuMir)
  • 3e4a299 docs: update ESM Dependencies policies with note for own-usage packages (#20660) (Milos Djermanovic)

Chores

  • 8120e30 refactor: extract no unmodified loop condition (#20679) (kuldeep kumar)
  • 46e8469 chore: update dependency markdownlint-cli2 to ^0.22.0 (#20697) (renovate[bot])
  • 01ed3aa test: add unit tests for unicode utilities (#20622) (Manish chaudhary)
  • 811f493 ci: remove --legacy-peer-deps from types integration tests (#20667) (Milos Djermanovic)
  • 6b86fcf chore: update dependency npm-run-all2 to v8 (#20663) (renovate[bot])
  • 632c4f8 chore: add prettier update commit to .git-blame-ignore-revs (#20662) (루밀LuMir)
  • b0b0f21 chore: update dependency eslint-plugin-regexp to ^3.1.0 (#20659) (Milos Djermanovic)
  • 228a2dd chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#20661) (Milos Djermanovic)
  • 3ab4d7e test: Add tests for eslintrc-style keys (#20645) (kuldeep kumar)

v10.1.0

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#20510) (Nicholas C. Zakas)

Chores

... (truncated)

Commits

Updates typescript from 5.9.3 to 6.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits

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

ronload and others added 11 commits April 14, 2026 20:58
Set up project foundation with Next.js 16.2, React 19, TypeScript,
Tailwind CSS v4, shadcn/ui (base-ui), and next-themes for dark/light
mode toggle. Configure Geist Sans as the primary font. Remove
create-next-app boilerplate files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ETL scripts parse donma/TaiwanAddressCityAreaRoadChineseEnglishJSON
and kentyeh/zip33-data to produce per-district road and zip-range
JSON files. Handles rall1.txt CSV quirks including unclosed quotes
in the cmp_lable field. Outputs 22 cities, 371 districts, 368 road
files, and 371 zip-range files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Implement cascading address selector (city -> district -> road ->
detail inputs) with lazy-loaded per-district data. Include UPU-format
English address formatter, 3+3 postal code range matching, one-click
copy to clipboard, and mobile-first responsive layout. All UI labels
are in Traditional Chinese.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
When a road has no lane-specific ranges, the road-level ranges
(lane=0) should still apply to addresses within lanes and alleys.
Previously these were incorrectly skipped, causing missing 3+3
postal codes for addresses like 建民路29巷1弄5號.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Apply Linear-style design language: muted OKLCH color palette with
indigo accent, subtle noise grain overlay, spotlight gradient,
backdrop-blur sticky header, and refined spacing. Unify all form
controls to consistent h-8/rounded-lg/border-input style. Move
reset button inline with detail inputs, add GitHub link to header,
show persistent empty result card, and remove redundant English
text from selectors.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Expand OpenGraph/Twitter Card metadata with keywords and canonical
URL, add robots.txt blocking /data/, sitemap.xml, web app manifest,
and WebApplication structured data for search engine discoverability.
…tier

- Add typescript-eslint strictTypeChecked + stylisticTypeChecked configs
- Add prettier with eslint-config-prettier and tailwindcss plugin
- Add format and format:check scripts
- Disable type-checked rules for .mjs config files
- Relax strict rules for ETL scripts
- Add void operator to unhandled promises (no-floating-promises)
- Use block body for void-returning arrow functions (no-confusing-void-expression)
- Replace || with ?? for nullish coalescing (prefer-nullish-coalescing)
- Use type assertion for res.json() (no-unsafe-assignment)
- Use RegExp.exec() instead of String.match() (prefer-regexp-exec)
- Run format:check, lint, and build on push/PR to main
- Configure dependabot for weekly npm and actions updates
- Add packageManager field for CI pnpm version detection
Bumps the dev-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [typescript](https://github.com/microsoft/TypeScript).


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

Updates `eslint` from 9.39.4 to 10.2.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.2.0)

Updates `typescript` from 5.9.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

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 Apr 14, 2026
@ronload ronload closed this Apr 14, 2026
@ronload ronload deleted the dependabot/npm_and_yarn/dev-dependencies-874fcca948 branch April 14, 2026 14:30
@dependabot @github

dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

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