Skip to content

Commit

Permalink
Bump the development-dependencies group with 4 updates (#228)
Browse files Browse the repository at this point in the history
* Bump the development-dependencies group with 4 updates

Bumps the development-dependencies group with 4 updates: [eslint-config-stylelint](/~https://github.com/stylelint/eslint-config-stylelint), [husky](/~https://github.com/typicode/husky), [np](/~https://github.com/sindresorhus/np) and [prettier](/~https://github.com/prettier/prettier).


Updates `eslint-config-stylelint` from 21.0.0 to 22.0.0
- [Release notes](/~https://github.com/stylelint/eslint-config-stylelint/releases)
- [Changelog](/~https://github.com/stylelint/eslint-config-stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/eslint-config-stylelint@21.0.0...22.0.0)

Updates `husky` from 9.0.11 to 9.1.4
- [Release notes](/~https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.0.11...v9.1.4)

Updates `np` from 10.0.6 to 10.0.7
- [Release notes](/~https://github.com/sindresorhus/np/releases)
- [Commits](sindresorhus/np@v10.0.6...v10.0.7)

Updates `prettier` from 3.3.2 to 3.3.3
- [Release notes](/~https://github.com/prettier/prettier/releases)
- [Changelog](/~https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: eslint-config-stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: np
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Suppress `n/no-unsupported-features/node-builtins` problems

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous authored Aug 2, 2024
1 parent 93b5c71 commit 64a1ea8
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 288 deletions.
2 changes: 1 addition & 1 deletion __tests__/engines.test.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, it } from 'node:test';
import { describe, it } from 'node:test'; // eslint-disable-line n/no-unsupported-features/node-builtins
import assert from 'node:assert/strict';
import { execFileSync } from 'node:child_process';
import { readFileSync } from 'node:fs';
Expand Down
2 changes: 1 addition & 1 deletion __tests__/index.test.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { beforeEach, describe, it } from 'node:test';
import { beforeEach, describe, it } from 'node:test'; // eslint-disable-line n/no-unsupported-features/node-builtins
import assert from 'node:assert/strict';
import { readFileSync } from 'node:fs';

Expand Down
Loading

0 comments on commit 64a1ea8

Please sign in to comment.