[PR #57] [MERGED] Migrate to Svelte4 & Sveltekit2, linting, formating & refactoring #61

Closed
opened 2026-03-23 20:33:49 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/azd-radar-data-datatable/pull/57
Author: @BostoenToby
Created: 1/3/2024
Status: Merged
Merged: 1/3/2024
Merged by: @BostoenToby

Base: masterHead: dev-svelte4-migration


📝 Commits (3)

  • d0c4e73 move to svelte4, formatting & fix linting errors
  • 3dcab7b refactor, format, lint & implement new packaging method
  • 4b9d8f5 bump to 0.0.61 & migrate to sveltekit2

📊 Changes

46 files changed (+2831 additions, -2043 deletions)

View changed files

.eslintrc.cjs (+0 -20)
.eslintrc.json (+28 -0)
📝 .github/workflows/deploy.yml (+2 -2)
📝 .github/workflows/remove-old-artifacts.yml (+7 -7)
📝 .gitignore (+2 -1)
.vscode/launch.json (+28 -0)
📝 .vscode/settings.json (+4 -0)
📝 README.md (+68 -57)
📝 build.sh (+2 -2)
📝 package.json (+45 -27)
playwright.config.ts (+0 -14)
📝 pnpm-lock.yaml (+1800 -708)
📝 src/app.d.ts (+11 -18)
📝 src/app.html (+13 -16)
📝 src/app.scss (+20 -22)
📝 src/examples/FetchDataTypeClass.ts (+45 -44)
src/index.test.ts (+0 -7)
📝 src/lib/actions/clickOutside.ts (+11 -13)
📝 src/lib/actions/repositionableColumn.ts (+35 -34)
📝 src/lib/actions/resizableColumn.ts (+47 -47)

...and 26 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RADar-AZDelta/azd-radar-data-datatable/pull/57 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 1/3/2024 **Status:** ✅ Merged **Merged:** 1/3/2024 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `master` ← **Head:** `dev-svelte4-migration` --- ### 📝 Commits (3) - [`d0c4e73`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/d0c4e73fb13578423d95f4b2ce1031e058fca875) move to svelte4, formatting & fix linting errors - [`3dcab7b`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/3dcab7bd037aba5cf60fc92a7ec2d7d2439115a0) refactor, format, lint & implement new packaging method - [`4b9d8f5`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/4b9d8f5514b8157de5109f4e76607b239e4a48c2) bump to 0.0.61 & migrate to sveltekit2 ### 📊 Changes **46 files changed** (+2831 additions, -2043 deletions) <details> <summary>View changed files</summary> ➖ `.eslintrc.cjs` (+0 -20) ➕ `.eslintrc.json` (+28 -0) 📝 `.github/workflows/deploy.yml` (+2 -2) 📝 `.github/workflows/remove-old-artifacts.yml` (+7 -7) 📝 `.gitignore` (+2 -1) ➕ `.vscode/launch.json` (+28 -0) 📝 `.vscode/settings.json` (+4 -0) 📝 `README.md` (+68 -57) 📝 `build.sh` (+2 -2) 📝 `package.json` (+45 -27) ➖ `playwright.config.ts` (+0 -14) 📝 `pnpm-lock.yaml` (+1800 -708) 📝 `src/app.d.ts` (+11 -18) 📝 `src/app.html` (+13 -16) 📝 `src/app.scss` (+20 -22) 📝 `src/examples/FetchDataTypeClass.ts` (+45 -44) ➖ `src/index.test.ts` (+0 -7) 📝 `src/lib/actions/clickOutside.ts` (+11 -13) 📝 `src/lib/actions/repositionableColumn.ts` (+35 -34) 📝 `src/lib/actions/resizableColumn.ts` (+47 -47) _...and 26 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:33:49 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-azd-radar-data-datatable#61
No description provided.