Skip to content

chore(deps): bump the all-minor-patch group across 1 directory with 8 updates - #74

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/artipod-spa/all-minor-patch-d403138e45
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/artipod-spa/all-minor-patch-d403138e45

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026 •

Copy link
Copy Markdown

Bumps the all-minor-patch group with 8 updates in the /examples/artipod-spa directory:

Package From To
@mieweb/ui 0.7.3 0.8.0
@xterm/addon-fit 0.10.0 0.11.0
lucide-react 1.39.0 1.46.0
react 19.2.8 19.3.0
@types/react 19.2.18 19.3.0
react-dom 19.2.8 19.3.0
@types/react-dom 19.2.5 19.3.0
@types/react 19.2.18 19.3.0
@types/react-dom 19.2.5 19.3.0
postcss 8.5.26 8.5.28

Updates @mieweb/ui from 0.7.3 to 0.8.0

Release notes

Sourced from @​mieweb/ui's releases.

v0.8.0

What's Changed

New Contributors

Full Changelog: mieweb/ui@v0.7.3...v0.8.0

Commits
  • 408710e Merge pull request #418 from mieweb/chore/release-0.8.0
  • 08e0f3b chore(release): v0.8.0
  • 282e1e4 Merge pull request #417 from mieweb/docs/datavis-nitro-page
  • a28b036 docs(datavis-nitro): link source repos and add perspectives toggle to docs page
  • 014483b Merge pull request #400 from mieweb/feat/filter-summary-bar
  • 66cd9e4 fix(FilterSummaryBar): render totalCount=0, add focus ring, explicit live-reg...
  • 7b142d9 fix(FilterSummaryBar): scope live region to summary text and quiet the idle s...
  • d707d0e ci: pin http-server and wait-on as devDependencies to stop registry-outage ti...
  • 12d148f test(FilterSummaryBar): derive count assertions from toLocaleString for local...
  • 0eb1e17 fix(FilterSummaryBar): address review — optional onClearAll, singular record ...
  • Additional commits viewable in compare view

Updates @xterm/addon-fit from 0.10.0 to 0.11.0

Commits

Updates lucide-react from 1.39.0 to 1.46.0

Release notes

Sourced from lucide-react's releases.

Version 1.46.0

What's Changed

Full Changelog: lucide-icons/lucide@1.45.0...1.46.0

Version 1.45.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.44.0...1.45.0

Version 1.44.0

What's Changed

... (truncated)

Commits

Updates react from 19.2.8 to 19.3.0

Release notes

Sourced from react's releases.

19.3.0 (September 9, 2026)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.3 release post for more information.

New React Features

New React DOM Features

  • browser(): a new react-dom API that returns a usable which errors during server rendering and resolves in the browser. use(browser()) inside a <Suspense> boundary marks a subtree as browser-only without reporting a recoverable error (@​gnoff: #37143, #37241)
    • Added an onBrowserBailout option to the react-dom/server APIs to observe when a subtree defers to the browser (@​gnoff #37193)

Notable changes

All Changes

React

... (truncated)

Changelog

Sourced from react's changelog.

19.3.0 (September 9, 2026)

New React Features

New React DOM Features

  • browser(): a new react-dom API that returns a usable which errors during server rendering and resolves in the browser. use(browser()) inside a <Suspense> boundary marks a subtree as browser-only without reporting a recoverable error (@​gnoff: #37143, #37241)
    • Added an onBrowserBailout option to the react-dom/server APIs to observe when a subtree defers to the browser (@​gnoff #37193)

Notable changes

All Changes

React

... (truncated)

Commits

Updates @types/react from 19.2.18 to 19.3.0

Commits

Updates react-dom from 19.2.8 to 19.3.0

Release notes

Sourced from react-dom's releases.

19.3.0 (September 9, 2026)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.3 release post for more information.

New React Features

… updates

Bumps the all-minor-patch group with 8 updates in the /examples/artipod-spa directory:

| Package | From | To |
| --- | --- | --- |
| [@mieweb/ui](https://github.com/mieweb/ui) | `0.7.3` | `0.8.0` |
| [@xterm/addon-fit](https://github.com/xtermjs/xterm.js) | `0.10.0` | `0.11.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.39.0` | `1.46.0` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.8` | `19.3.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.18` | `19.3.0` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.8` | `19.3.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.5` | `19.3.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.18` | `19.3.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.5` | `19.3.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.26` | `8.5.28` |



Updates `@mieweb/ui` from 0.7.3 to 0.8.0
- [Release notes](https://github.com/mieweb/ui/releases)
- [Commits](mieweb/ui@v0.7.3...v0.8.0)

Updates `@xterm/addon-fit` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@0.10...0.11)

Updates `lucide-react` from 1.39.0 to 1.46.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.46.0/packages/lucide-react)

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

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

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

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

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

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

Updates `postcss` from 8.5.26 to 8.5.28
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.26...8.5.28)

---
updated-dependencies:
- dependency-name: "@mieweb/ui"
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@xterm/addon-fit"
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: lucide-react
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: react
  dependency-version: 19.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: react-dom
  dependency-version: 19.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: postcss
  dependency-version: 8.5.28
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 18, 2026
Copilot AI lite review requested due to automatic review settings September 18, 2026 22:55
@dependabot dependabot Bot added javascript Pull requests that update javascript code dependencies Pull requests that update a dependency file labels Sep 18, 2026
@github-actions

Copy link
Copy Markdown

⚖ Weighbridge

metric trend value Δ main limit headroom
✅ pack tarball ▁▁▁▁▁▁▇▇▇█████ ● 463.5 KB −0.0 KB 4.77 MB 9%
✅ pack unpacked ▁▁▁▁▁▁▇▇▇█████ ● 1.86 MB −0.0 KB 20.98 MB 9%
✅ pack section dist ▁▁▁▁▁▁▇▇▇█████ ● 1.84 MB −0.0 KB 3.15 MB 58%
✅ pack section dist-ui ▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ● 0.0 KB +0.0 KB — —
⚠️ bundle . gzip ▁▁▁▁▁▁████████ ● 600.9 KB +0.0 KB 654.3 KB 92%
✅ bundle ./tools gzip ▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ● 12.4 KB +0.0 KB 15.6 KB 79%
⚠️ bundle ./sandbox gzip ▁▁▁▁▁▁████████ ● 543.4 KB +0.0 KB 595.7 KB 91%
⚠️ bundle ./oci gzip ▁▁▁▁▁▁████████ ● 361.2 KB +0.0 KB 400.4 KB 90%
✅ bundle ./apps gzip ▁▁▁▁▁▁▁▁ ● 19.6 KB +0.0 KB 29.3 KB 67%
✅ import . █▁██▇███▆▃▁██▆ ● 291 ms −33 ms 700 ms 42%
✅ import ./tools █▁██▇▇██▆▃▁██▆ ● 13 ms −1 ms 150 ms 8%
✅ import ./sandbox ▆▁▇▇▅▆▇█▅▂▁▇▇▅ ● 183 ms −25 ms 500 ms 37%
✅ import ./oci ▇▁▇█▇▇██▆▃▁██▆ ● 223 ms −30 ms 500 ms 45%
✅ import ./apps ██▆▂▁██▅ ● 36 ms −6 ms 200 ms 18%
✅ cmd cli --help █▁██▇▇██▆▄▁██▆ ● 326 ms −37 ms 800 ms 41%

trend = last 13 main weigh-ins, ● = this run · weighbridge

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟢 Approval recommended

Dependency updates and lockfile changes were reviewed with no unresolved issues.

Review effort: Lite
Findings: None

What changed in this PR

Updates frontend dependencies for the examples/artipod-spa application.

Changes:

  • Upgrades UI, terminal, icon, React, and PostCSS packages.
  • Refreshes dependency resolutions and transitive packages in the lockfile.
File Description
examples/​artipod-spa/​package.json Updates direct dependency ranges.
examples/​artipod-spa/​package-lock.json Records updated package resolutions and transitive dependencies.
Files not reviewed (1)
  • examples/artipod-spa/package-lock.json: Generated file

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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