diff --git a/.changeset/wide-singers-wave.md b/.changeset/wide-singers-wave.md new file mode 100644 index 000000000..97cc2a4c1 --- /dev/null +++ b/.changeset/wide-singers-wave.md @@ -0,0 +1,12 @@ +--- +"@explorer-1/common-storybook": minor +"@explorer-1/eslint-config": minor +"@explorer-1/html-storybook": minor +"@explorer-1/vue-storybook": minor +"@explorer-1/common": minor +"@explorer-1/html": minor +"@explorer-1/vue": minor +"@nasa-jpl/explorer-1": minor +--- + +Updating to Node 24. Updating dependencies. diff --git a/.github/workflows/changeset.yml b/.github/workflows/changeset.yml index 73f18c5ab..36fd63655 100644 --- a/.github/workflows/changeset.yml +++ b/.github/workflows/changeset.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node.js 20 uses: actions/setup-node@v3 with: - node-version: 20.18.0 + node-version: 24.13.0 - uses: pnpm/action-setup@v2 name: Install pnpm diff --git a/.github/workflows/nuxt.yml.disabled b/.github/workflows/nuxt.yml.disabled deleted file mode 100644 index 2e12e5f52..000000000 --- a/.github/workflows/nuxt.yml.disabled +++ /dev/null @@ -1,40 +0,0 @@ -# checks if nuxt module builds successfully - -name: Build Nuxt Module - -on: - push: - branches: - - main - paths: - - 'packages/common/**' - - 'packages/nuxt/**' - - 'packages/vue/**' - pull_request: - paths: - - 'packages/common/**' - - 'packages/nuxt/**' - - 'packages/vue/**' - -jobs: - build-and-deploy: - runs-on: ubuntu-latest - - steps: - - name: Checkout 🛎️ - uses: actions/checkout@v4 - - - name: Setup pnpm - uses: pnpm/action-setup@v4 - - - name: Set up Node ⬢ - uses: actions/setup-node@v4 - with: - node-version-file: '.nvmrc' - cache: 'pnpm' - - - name: Install dependencies 🧱 - run: pnpm i - - - name: Build static Storybook 🛠 - run: make nuxt-build diff --git a/.nvmrc b/.nvmrc index 67e145bf0..e8416a151 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.18.0 +v24.13.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e045724e5..dd1c8b991 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,8 +50,6 @@ make html-storybook # Start a Vue app to test components directly (optional) make vue -# Start a Nuxt app to test the nuxt module (currently broken) -make nuxt ``` ## Developing Vue components diff --git a/Makefile b/Makefile index b12484ae7..c4dc97611 100644 --- a/Makefile +++ b/Makefile @@ -113,16 +113,6 @@ vue: vue-dev vue-build: pnpm --filter @explorer-1/vue build -## Nuxt: run module playground -nuxt-dev: - pnpm --filter @explorer-1/nuxt dev - -nuxt: nuxt-dev - -## Nuxt: build module -nuxt-build: - pnpm --filter @explorer-1/nuxt build - ## Lint: run ESLint lint: pnpm run lint diff --git a/apps/html-storybook/.storybook/manager-head.html b/apps/html-storybook/.storybook/manager-head.html index e9b7721fd..50f3b1f16 100644 --- a/apps/html-storybook/.storybook/manager-head.html +++ b/apps/html-storybook/.storybook/manager-head.html @@ -1,6 +1,8 @@