Skip to content

Commit b16f920

Browse files
authored
Merge pull request #5 from CAM-Gerlach/pin-node-22-update-precommit-netlify
Pin Pre-Commit NodeJS to v22 (.10.0), update ESLint hook and test Netlify
2 parents 0dc9375 + f608626 commit b16f920

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ minimum_pre_commit_version: '2.10.0'
77

88
default_language_version:
99
python: python3
10+
node: '22.10.0'
1011

1112
default_stages: [commit]
1213

@@ -94,14 +95,14 @@ repos:
9495

9596
# Lint and fix JavaScript
9697
- repo: https://github.com/eslint/eslint
97-
rev: v9.9.0 # Pin to fix dep conflict on install; see eslint/eslint#18956
98+
rev: v9.12.0
9899
hooks:
99100
- id: eslint
100101
name: Lint and fix JavaScript (ESLint)
101102
args: [--fix, --color, --max-warnings, '0']
102103
additional_dependencies:
103-
- 'eslint-plugin-import@2.30.0'
104-
- 'eslint-plugin-n@17.10.3'
104+
- '@stylistic/eslint-plugin@2.9.0'
105+
- 'eslint-plugin-n@17.11.1'
105106
106107
107108

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Build](https://github.com/spyder-ide/spyder-api-docs/actions/workflows/build.yaml/badge.svg)](https://github.com/spyder-ide/spyder-api-docs/actions/workflows/build.yaml)
1010
[![Check](https://github.com/spyder-ide/spyder-api-docs/actions/workflows/check.yaml/badge.svg)](https://github.com/spyder-ide/spyder-api-docs/actions/workflows/check.yaml)
1111
[![Lint](https://github.com/spyder-ide/spyder-api-docs/actions/workflows/lint.yaml/badge.svg)](https://github.com/spyder-ide/spyder-api-docs/actions/workflows/lint.yaml)
12-
[![Netlify Status](https://api.netlify.com/api/v1/badges/_FIXME_NETLIFY_PROJECT_ID/deploy-status)](https://app.netlify.com/sites/spyder-api-docs-preview/deploys)
12+
[![Netlify Status](https://api.netlify.com/api/v1/badges/e8229c2b-a95c-4bac-876d-61cd286c62e8/deploy-status)](https://app.netlify.com/sites/spyder-api-docs-preview/deploys)
1313
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
1414
[![Nox](https://img.shields.io/badge/%F0%9F%A6%8A-Nox-D85E00.svg)](https://github.com/wntrblm/nox)
1515
[![OpenCollective Backers](https://opencollective.com/spyder/backers/badge.svg?color=blue)](https://opencollective.com/spyder)

0 commit comments

Comments
 (0)