590 Commits

Author SHA1 Message Date
Bram Suurd
118a0feef5 chore(config): enable experimental React compiler in next.config.mjs and update development script in package.json 2024-10-22 17:46:31 +02:00
Bram Suurd
50eccbfd38 fix(CommandMenu): update category and script keys to avoid potential key collisions in rendering 2024-10-22 17:43:02 +02:00
Bram Suurd
ce36572e62 chore(deps): update dependencies and scripts for React 19 and Next.js 15 support in package.json 2024-10-22 17:41:06 +02:00
Bram Suurd
a4bdfb7860 Merge pull request #83 from BramSuurdje/dependabot/npm_and_yarn/eslint-9.13.0
chore(deps-dev): bump eslint from 8.57.1 to 9.13.0
2024-10-21 15:58:38 +02:00
Bram Suurd
3d97a6d20e Merge pull request #84 from BramSuurdje/dependabot/npm_and_yarn/lucide-react-0.453.0
chore(deps): bump lucide-react from 0.452.0 to 0.453.0
2024-10-21 15:58:24 +02:00
dependabot[bot]
704d2ad9be chore(deps): bump lucide-react from 0.452.0 to 0.453.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.452.0 to 0.453.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.453.0/packages/lucide-react)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 11:29:37 +00:00
dependabot[bot]
fda86c1663 chore(deps-dev): bump eslint from 8.57.1 to 9.13.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.13.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.1...v9.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 11:29:33 +00:00
Bram Suurd
cfda73b816 fix: sort scripts by title in ScriptBrowser component for improved accessibility and organization 2024-10-19 10:49:39 +02:00
Bram Suurd
4b65f54ab1 Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts 2024-10-19 10:46:02 +02:00
Bram Suurd
e3eed233db Update README.md 2024-10-17 11:04:50 +02:00
Bram Suurd
63946cf5aa Merge pull request #82 from BramSuurdje/dependabot/npm_and_yarn/lucide-react-0.452.0
chore(deps): bump lucide-react from 0.446.0 to 0.452.0
2024-10-14 15:12:34 +02:00
Bram Suurd
059b2b20fb Merge pull request #81 from BramSuurdje/dependabot/npm_and_yarn/next-14.2.15
chore(deps): bump next from 14.2.11 to 14.2.15
2024-10-14 15:12:25 +02:00
dependabot[bot]
3a71823982 chore(deps): bump lucide-react from 0.446.0 to 0.452.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.446.0 to 0.452.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.452.0/packages/lucide-react)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14 12:10:19 +00:00
dependabot[bot]
9fe3beacba chore(deps): bump next from 14.2.11 to 14.2.15
Bumps [next](https://github.com/vercel/next.js) from 14.2.11 to 14.2.15.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.11...v14.2.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14 12:10:12 +00:00
Bram Suurd
65f78a79bc fix: update button variant from secondary to outline in ScriptInfoBlocks component 2024-10-14 08:46:11 +02:00
Bram Suurd
103863ed99 Prettier Format 2024-10-12 11:41:13 +02:00
Bram Suurd
4b4c22cc52 fix: update CopyButton onClick to ensure value is converted to string for consistent copy functionality 2024-10-10 22:45:12 +02:00
Bram Suurd
859032cdb3 fix: clean up layout component by removing extra characters and correct import path for Particles component in page.tsx 2024-10-10 22:09:50 +02:00
Bram Suurd
c35fd733a6 chore: remove ESLint config TypeScript recommended rules 2024-10-10 22:06:58 +02:00
Bram Suurd
90a51fa26d refactor: change type annotations from 'any' to 'string' for improved type safety in handleCopy function and related components 2024-10-10 22:06:15 +02:00
Bram Suurd
70669ae5b4 chore: enhance ESLint config for TypeScript support and update package dependencies in package.json 2024-10-10 22:01:01 +02:00
Bram Suurd
c1956d4d21 feat: update image import in OG route to use Next.js Image component for improved performance and styling 2024-10-10 22:00:52 +02:00
Bram Suurd
3eceec9992 chore: remove package-lock.json and update bun.lockb to reflect dependency changes 2024-10-10 21:53:26 +02:00
Bram Suurd
b0fce8d48f refactor: clean up unused imports in ScriptBrowser, ScriptInfoBlocks, CommandMenu, MobileNav, and Navbar components 2024-10-10 21:53:03 +02:00
Bram Suurd
0f936cdd58 feat: add prettier-plugin-organize-imports for better import management 2024-10-10 21:52:52 +02:00
Bram Suurd
72f5095632 refactor: remove unused ModeToggle import from Navbar 2024-10-10 21:47:08 +02:00
Bram Suurd
b9086de5d9 fix: remove unused transition prop from RootLayout, correct Footer rendering issue for better layout management 2024-10-10 21:45:29 +02:00
Bram Suurd
0101076cdc feat: integrate theme toggle into Navbar, remove standalone ModeToggle component for cleaner code structure. add quicklinks to github 2024-10-10 21:45:22 +02:00
Bram Suurd
e9043f7a77 feat: add display for script item type in CommandMenu for improved information visibility 2024-10-10 21:28:35 +02:00
Bram Suurd
9fad260af0 feat: enhance script info blocks with new styling and date display using CalendarPlus icon 2024-10-10 21:26:48 +02:00
Bram Suurd
d7eac9b66b Merge pull request #70 from BramSuurdje/dependabot/npm_and_yarn/sharp-0.33.5
chore(deps): bump sharp from 0.33.4 to 0.33.5
2024-10-02 17:29:46 +02:00
Bram Suurd
0fd2b67570 Merge pull request #72 from BramSuurdje/dependabot/npm_and_yarn/tailwindcss-animated-1.1.2
chore(deps-dev): bump tailwindcss-animated from 1.0.1 to 1.1.2
2024-09-30 19:34:56 +02:00
Bram Suurd
c2e82fa516 Merge pull request #75 from BramSuurdje/dependabot/npm_and_yarn/eslint-9.11.1
chore(deps-dev): bump eslint from 9.9.1 to 9.11.1
2024-09-30 19:34:44 +02:00
Bram Suurd
19a756311b Merge pull request #76 from BramSuurdje/dependabot/npm_and_yarn/lucide-react-0.446.0
chore(deps): bump lucide-react from 0.441.0 to 0.446.0
2024-09-30 19:34:33 +02:00
dependabot[bot]
f37d515dce chore(deps): bump lucide-react from 0.441.0 to 0.446.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.441.0 to 0.446.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.446.0/packages/lucide-react)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 11:42:31 +00:00
dependabot[bot]
e040182c9e chore(deps-dev): bump eslint from 9.9.1 to 9.11.1
Bumps [eslint](https://github.com/eslint/eslint) from 9.9.1 to 9.11.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.9.1...v9.11.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 11:42:11 +00:00
dependabot[bot]
ce729800dd chore(deps-dev): bump tailwindcss-animated from 1.0.1 to 1.1.2
Bumps [tailwindcss-animated](https://github.com/new-data-services/tailwindcss-animated) from 1.0.1 to 1.1.2.
- [Release notes](https://github.com/new-data-services/tailwindcss-animated/releases)
- [Commits](https://github.com/new-data-services/tailwindcss-animated/compare/1.0.1...v1.1.2)

---
updated-dependencies:
- dependency-name: tailwindcss-animated
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 11:52:10 +00:00
dependabot[bot]
d734c4e1ba chore(deps): bump sharp from 0.33.4 to 0.33.5
Bumps [sharp](https://github.com/lovell/sharp) from 0.33.4 to 0.33.5.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.33.4...v0.33.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 11:51:59 +00:00
Bram Suurd
9603c258e4 chore(deps): updated build script to use Node.js 21 and npm ci for better dependency management 2024-09-17 11:57:39 +02:00
Bram Suurd
d487b35216 Merge pull request #66 from BramSuurdje/dependabot/npm_and_yarn/eslint-config-next-14.2.11
chore(deps-dev): bump eslint-config-next from 14.2.8 to 14.2.11
2024-09-17 11:51:32 +02:00
Bram Suurd
0053e77c8e Merge pull request #65 from BramSuurdje/dependabot/npm_and_yarn/next-14.2.11
chore(deps): bump next from 14.2.9 to 14.2.11
2024-09-17 11:51:20 +02:00
Bram Suurd
dd4f08d191 Merge pull request #67 from BramSuurdje/dependabot/npm_and_yarn/lucide-react-0.441.0
chore(deps): bump lucide-react from 0.439.0 to 0.441.0
2024-09-17 11:51:07 +02:00
dependabot[bot]
cac006389c chore(deps): bump lucide-react from 0.439.0 to 0.441.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.439.0 to 0.441.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.441.0/packages/lucide-react)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 11:20:14 +00:00
dependabot[bot]
5f6ba74279 chore(deps-dev): bump eslint-config-next from 14.2.8 to 14.2.11
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.8 to 14.2.11.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.11/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 11:20:01 +00:00
dependabot[bot]
4601c09af4 chore(deps): bump next from 14.2.9 to 14.2.11
Bumps [next](https://github.com/vercel/next.js) from 14.2.9 to 14.2.11.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.9...v14.2.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 11:19:39 +00:00
Bram Suurd
a6f3333fcb feat: add manifest file for Proxmox VE Helper-Scripts with app metadata and icons configuration 2024-09-14 19:46:13 +02:00
Bram Suurd
a82c27a1de Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts 2024-09-14 19:25:52 +02:00
Bram Suurd
2426120a31 fix: update Footer component for better alignment and update attribution text 2024-09-14 19:25:33 +02:00
Bram Suurd
9b5c1707fe Merge pull request #63 from BramSuurdje/dependabot/npm_and_yarn/next-14.2.9
chore(deps): bump next from 14.2.8 to 14.2.9
2024-09-13 08:49:14 +02:00
dependabot[bot]
3e4bf1959d chore(deps): bump next from 14.2.8 to 14.2.9
Bumps [next](https://github.com/vercel/next.js) from 14.2.8 to 14.2.9.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.8...v14.2.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-10 08:38:40 +00:00