Skip to content

Commit

Permalink
npm(deps): bump the npm group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the npm group with 4 updates in the / directory: [eslint](https://github.com/eslint/eslint), [stylelint](https://github.com/stylelint/stylelint), [v8r](https://github.com/chris48s/v8r) and [npm-run-all2](https://github.com/bcomnes/npm-run-all2).


Updates `eslint` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.16.0...v9.17.0)

Updates `stylelint` from 16.11.0 to 16.12.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.11.0...16.12.0)

Updates `v8r` from 4.2.0 to 4.2.1
- [Changelog](https://github.com/chris48s/v8r/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chris48s/v8r/commits)

Updates `npm-run-all2` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](bcomnes/npm-run-all2@v7.0.1...v7.0.2)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: stylelint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: v8r
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: npm-run-all2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent da40095 commit 8dcd065
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 48 deletions.
136 changes: 92 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"concat-stream": "^2.0.0",
"duplexify": "^4.1.3",
"envify": "^4.1.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-prefer-arrow-functions": "^3.3.2",
"esmify": "^2.1.1",
"hash-wasm": "^4.12.0",
Expand All @@ -57,17 +57,17 @@
"postcss-selector-not": "^8.0.1",
"semver": "^7.6.3",
"simple-git": "^3.27.0",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"stylelint-actions-formatters": "^16.3.1",
"stylelint-config-standard": "^36.0.1",
"types-mediawiki": "^1.9.0",
"typescript": "^5.4.5",
"uglify-js": "^3.19.3",
"unassertify": "^3.0.1",
"v8r": "^4.2.0",
"v8r": "^4.2.1",
"yaml": "^2.6.1"
},
"devDependencies": {
"npm-run-all2": "^7.0.1"
"npm-run-all2": "^7.0.2"
}
}

0 comments on commit 8dcd065

Please sign in to comment.