Skip to content

Vite Bump - #34

Merged
BrainInBlack merged 5 commits into
mainfrom
develop
Sep 12, 2026
Merged

BrainInBlack merged 5 commits into
mainfrom
develop

Conversation

@BrainInBlack

Copy link
Copy Markdown
Owner

No description provided.

dependabot Bot and others added 5 commits August 27, 2026 12:55
Bumps the dev-dependencies group with 4 updates: [happy-dom](https://github.com/capricorn86/happy-dom), [sass](https://github.com/sass/dart-sass), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `happy-dom` from 20.11.2 to 20.11.6
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.11.2...v20.11.6)

Updates `sass` from 1.102.0 to 1.103.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.102.0...1.103.1)

Updates `vite` from 8.2.1 to 8.2.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.2.2/packages/vite)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-version: 20.11.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sass
  dependency-version: 1.103.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vite
  dependency-version: 8.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lucide-static](https://github.com/lucide-icons/lucide) from 1.31.0 to 1.42.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](lucide-icons/lucide@1.31.0...1.42.0)

---
updated-dependencies:
- dependency-name: lucide-static
  dependency-version: 1.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…lop/dev-dependencies-9e84659cf1

deps: bump the dev-dependencies group with 4 updates
…lop/lucide-static-1.42.0

deps: bump lucide-static from 1.31.0 to 1.42.0
vitest 5's happy-dom environment defines a getter-only `localStorage`
on the window, so the setup file's plain global assignment throws and
every test file fails at setup. Install the in-memory Storage with
Object.defineProperty instead, which works against both the old
environment (no localStorage at all) and the new getter.

Unblocks the vitest 5 bump in #30.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@BrainInBlack
BrainInBlack merged commit 3c1b266 into main Sep 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant