Skip to content

build(deps): bump the production-dependencies group with 2 updates#5

Closed
dependabot[bot] wants to merge 11 commits into
mainfrom
dependabot/npm_and_yarn/production-dependencies-4ec730f73f
Closed

build(deps): bump the production-dependencies group with 2 updates#5
dependabot[bot] wants to merge 11 commits into
mainfrom
dependabot/npm_and_yarn/production-dependencies-4ec730f73f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 2 updates: react and react-dom.

Updates react from 19.2.4 to 19.2.5

Release notes

Sourced from react's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates react-dom from 19.2.4 to 19.2.5

Release notes

Sourced from react-dom's releases.

19.2.5 (April 8th, 2026)

React Server Components

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 production-dependencies group with 2 updates: [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `react` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)

Updates `react-dom` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-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/production-dependencies-4ec730f73f 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