diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d40bb9a..c7e07886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: submodules: true - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 22 cache: 'pnpm' @@ -69,7 +69,7 @@ jobs: with: submodules: true - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' @@ -113,7 +113,7 @@ jobs: with: submodules: true - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0800fc1c..892824ec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 'lts/*' registry-url: 'https://registry.npmjs.org' diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8110c472..03a0b7b6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -114,14 +114,14 @@ importers: specifier: ^6.0.1 version: 6.0.1(vite@7.1.4(@types/node@22.18.1)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2)) chromedriver: - specifier: ^139.0.3 - version: 139.0.3 + specifier: ^140.0.0 + version: 140.0.0 geckodriver: specifier: ^6.0.1 version: 6.0.1 nightwatch: specifier: ^3.12.2 - version: 3.12.2(chromedriver@139.0.3)(geckodriver@6.0.1) + version: 3.12.2(chromedriver@140.0.0)(geckodriver@6.0.1) ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@22.18.1)(typescript@5.9.2) @@ -1735,8 +1735,8 @@ packages: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} - chromedriver@139.0.3: - resolution: {integrity: sha512-NrSqRL2QWXsGk1/EXk5xf9q07mEUMsIA7szr9nxSOzENSdFOi+ZvEYq4H8P3tqQL61EKS0tS9m9TnVCJoQHn2Q==} + chromedriver@140.0.0: + resolution: {integrity: sha512-mv41C2fi4YX27muRMWP035HJUnKatu7gMJqBcVD1tSmufWDxDy0m38YaieKG3pa2aAIYNVhlXqiOnHkvnqNMcw==} engines: {node: '>=20'} hasBin: true @@ -5841,7 +5841,7 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - chromedriver@139.0.3: + chromedriver@140.0.0: dependencies: '@testim/chrome-version': 1.1.4 axios: 1.11.0(debug@4.4.1) @@ -7245,7 +7245,7 @@ snapshots: dependencies: axe-core: 4.10.0 - nightwatch@3.12.2(chromedriver@139.0.3)(geckodriver@6.0.1): + nightwatch@3.12.2(chromedriver@140.0.0)(geckodriver@6.0.1): dependencies: '@nightwatch/chai': 5.0.3 '@nightwatch/html-reporter-template': 0.3.0 @@ -7282,7 +7282,7 @@ snapshots: untildify: 4.0.0 uuid: 8.3.2 optionalDependencies: - chromedriver: 139.0.3 + chromedriver: 140.0.0 geckodriver: 6.0.1 transitivePeerDependencies: - bufferutil diff --git a/template/config/nightwatch/package.json b/template/config/nightwatch/package.json index aeb997ef..1527daf3 100644 --- a/template/config/nightwatch/package.json +++ b/template/config/nightwatch/package.json @@ -5,7 +5,7 @@ "devDependencies": { "@nightwatch/vue": "^3.1.2", "@vitejs/plugin-vue": "^6.0.1", - "chromedriver": "^139.0.3", + "chromedriver": "^140.0.0", "geckodriver": "^6.0.1", "nightwatch": "^3.12.2", "ts-node": "^10.9.2", diff --git a/template/eslint/package.json b/template/eslint/package.json index 24064633..05cc87cd 100644 --- a/template/eslint/package.json +++ b/template/eslint/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@vitest/eslint-plugin": "^1.3.8", + "@vitest/eslint-plugin": "^1.3.9", "eslint-plugin-cypress": "^5.1.1", "eslint-plugin-playwright": "^2.2.2" }

AltStyle によって変換されたページ (->オリジナル) /