Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jun 11, 2024
2 parents 0c5879a + 65b3684 commit 796bb6b
Show file tree
Hide file tree
Showing 159 changed files with 1,266 additions and 1,193 deletions.
30 changes: 0 additions & 30 deletions .eslintignore

This file was deleted.

133 changes: 0 additions & 133 deletions .eslintrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/cache@v4
with:
path: .eslintcache
key: lint-eslint-${{ runner.os }}-node-${{ hashFiles('**/yarn.lock', '**/.eslintrc.js') }}
key: lint-eslint-${{ runner.os }}-node-${{ hashFiles('**/yarn.lock', '**/eslint.config.js') }}
restore-keys: lint-eslint-
- name: Cache cspell result
uses: actions/cache@v4
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
yarn --frozen-lockfile --ignore-engines
if: matrix.node-version == '10.x' || matrix.node-version == '12.x' || matrix.node-version == '14.x'
- run: |
yarn upgrade eslint-plugin-jest@~28.4.0 eslint-plugin-jsdoc@^47.0.0 husky@^8.0.3 lint-staged@^13.2.1 cspell@^6.31.1 open-cli@^7.2.0
yarn upgrade husky@^8.0.3 lint-staged@^13.2.1 nyc@^15.1.0 --ignore-engines
yarn --frozen-lockfile
if: matrix.node-version == '16.x'
# Install main version of our deps
Expand Down
3 changes: 1 addition & 2 deletions bin/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ const runCli = cli => {
const pkg = require(pkgPath);

if (pkg.type === "module" || /\.mjs/i.test(pkg.bin[cli.binName])) {
// eslint-disable-next-line n/no-unsupported-features/es-syntax
import(path.resolve(path.dirname(pkgPath), pkg.bin[cli.binName])).catch(
error => {
console.error(error);
Expand All @@ -92,7 +91,7 @@ const runCli = cli => {
};

/**
* @typedef {Object} CliOption
* @typedef {object} CliOption
* @property {string} name display name
* @property {string} package npm package name
* @property {string} binName name of the executable file
Expand Down
Loading

0 comments on commit 796bb6b

Please sign in to comment.