Further dependency updates. Sorry - #75
Merged
Merged
Conversation
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
There was a problem hiding this comment.
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. |
| "typescript": "^6.0.3", | ||
| "vite": "^8.1.0" | ||
| "tailwindcss": "^4.3.3", | ||
| "typescript": "^7.0.2", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Further dependency updates. Sorry