Skip to content

Further dependency updates. Sorry - #75

Merged
GitTimeraider merged 13 commits into
mainfrom
develop
Jul 17, 2026
Merged

Further dependency updates. Sorry#75
GitTimeraider merged 13 commits into
mainfrom
develop

Conversation

@GitTimeraider

Copy link
Copy Markdown
Owner

Further dependency updates. Sorry

dependabot Bot and others added 13 commits July 17, 2026 08:01
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v4.3.2...v4.3.3)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.1.0 to 8.1.5.
- [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.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.63.0 to 8.64.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.64.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.64.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…elop/typescript-7.0.2

Bump typescript from 6.0.3 to 7.0.2 in /frontend
…elop/prettier-plugin-tailwindcss-0.8.1

Bump prettier-plugin-tailwindcss from 0.8.0 to 0.8.1 in /frontend
…elop/typescript-eslint/parser-8.64.0

Bump @typescript-eslint/parser from 8.63.0 to 8.64.0 in /frontend
…elop/vite-8.1.5

Bump vite from 8.1.0 to 8.1.5 in /frontend
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…elop/tailwindcss-4.3.3

Bump tailwindcss from 4.3.2 to 4.3.3 in /frontend
…elop/tailwindcss-4.3.3

Bump tailwindcss from 4.3.2 to 4.3.3 in /backend
Copilot AI review requested due to automatic review settings July 17, 2026 08:12
@GitTimeraider
GitTimeraider merged commit b599027 into main Jul 17, 2026
2 of 3 checks passed

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.

Pull request overview

This PR performs further dependency/lockfile updates across the SvelteKit frontend (Bun) and Deno backend, primarily updating Tailwind/Vite/TypeScript-related tooling versions.

Changes:

  • Updated frontend dev tooling versions (TypeScript, Vite, Tailwind, prettier-plugin-tailwindcss, @typescript-eslint/parser) and refreshed bun.lock.
  • Updated backend Tailwind npm import version and refreshed deno.lock.

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.

File Description
frontend/package.json Bumps frontend devDependencies (notably TypeScript to ^7.0.2).
frontend/bun.lock Regenerated Bun lockfile to reflect updated frontend dependency graph.
backend/deno.lock Updates locked Tailwind version used by the backend toolchain.
backend/deno.json Updates the tailwindcss npm import alias to ^4.3.3.

Comment thread frontend/package.json
"typescript": "^6.0.3",
"vite": "^8.1.0"
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2",
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.

2 participants