diff --git a/.github/linters/.codespellrc b/.github/linters/.codespellrc new file mode 100644 index 0000000..676f592 --- /dev/null +++ b/.github/linters/.codespellrc @@ -0,0 +1,3 @@ +[codespell] +# Skip third-party/generated paths and French-locale content files. +skip = .git,*.svg,**/package-lock.json,**/dist/**,**/node_modules/**,**/coverage/**,**/junit.xml diff --git a/.github/workflows/__check-dist.yml b/.github/workflows/__check-dist.yml index 405ba17..6c40b87 100644 --- a/.github/workflows/__check-dist.yml +++ b/.github/workflows/__check-dist.yml @@ -21,7 +21,7 @@ jobs: - name: Build dist/ Directory id: package - run: ${{ steps.setup-node.outputs.run-script-command }} package + run: npm run package # This will fail the workflow if the PR wasn't created by Dependabot. - name: Compare Directories diff --git a/package-lock.json b/package-lock.json index d563446..daba195 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3145,9 +3145,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.17", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.17.tgz", - "integrity": "sha512-xQLf0A3HOMlgHq0n247/LRuAOYmB7dXJ/DvAxGvsSBij45XtBSmQycu+F8ODbHwns/XyFZagyL1+J0Offw1E0g==", + "version": "3.3.18", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz", + "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==", "dev": true, "funding": [ {