-
Notifications
You must be signed in to change notification settings - Fork 259
test: rolldown #1933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
TorstenDittmann
wants to merge
16
commits into
main
Choose a base branch
from
test-rolldown
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
test: rolldown #1933
Conversation
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
The preview deployment failed. 🔴 Last updated at: 2025-07-07 16:01:25 CET |
Switch from `@dittmann/adapter-node-rolldown` to `@dittmann/adapter-node` in package dependencies.
This commit performs a comprehensive update of project dependencies to their latest compatible versions, including: - **Core dependencies**: @number-flow/svelte (0.3.3 → 0.3.7), h3 (1.14.0 → 1.15.3), posthog-js (1.210.2 → 1.248.1) - **Development tools**: ESLint (9.21.0 → 9.27.0), TypeScript ESLint (8.21.0 → 8.33.0), Playwright (1.50.0 → 1.52.0) - **Build system**: SvelteKit (2.20.2 → 2.21.1), Tailwind CSS (4.1.2 → 4.1.8), Vitest (3.1.1 → 3.1.4) - **Runtime**: Svelte (5.25.6 → 5.33.10), Sass (1.83.4 → 1.89.0), PostCSS (8.5.1 → 8.5.4) - **UI libraries**: bits-ui (1.3.19 → 1.8.0), embla-carousel (8.5.2 → 8.6.0), motion (12.7.3 → 12.15.0) All updates maintain backward compatibility and include security patches and performance improvements.
Updates GitHub Actions workflows and Dockerfile to use Node.js 22. Standardizes Node.js version format across configuration files. Adds .nvmrc for project-level Node version management.
Remove $appwrite alias from svelte config and update import paths in specs.ts to use relative node_modules paths. Fix CSS selector typo `:frist-child` to `:first-child`. Update vite config with withFilter wrapper and experimental native plugin flag.
9362c9c
to
b13fcf9
Compare
b19f981
to
6e3c6b4
Compare
e559e9c
to
9362c9c
Compare
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.
What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)