Skip to content

Commit

Permalink
chore(deps-dev): bump the deps-dev group across 1 directory with 6 up…
Browse files Browse the repository at this point in the history
…dates (#24)

* chore(deps-dev): bump the deps-dev group across 1 directory with 6 updates

Bumps the deps-dev group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.0` | `22.5.5` |
| [@vida0905/eslint-config](https://github.com/9romise/eslint-config) | `0.5.0` | `1.0.0` |
| [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.9` | `15.2.10` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.5` | `2.1.1` |



Updates `@types/node` from 22.5.0 to 22.5.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vida0905/eslint-config` from 0.5.0 to 1.0.0
- [Commits](9romise/eslint-config@v0.5.0...v1.0.0)

Updates `eslint` from 9.9.1 to 9.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.9.1...v9.10.0)

Updates `lint-staged` from 15.2.9 to 15.2.10
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.9...v15.2.10)

Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

Updates `vitest` from 2.0.5 to 2.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-dev
- dependency-name: "@vida0905/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps-dev
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps-dev
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-dev
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps-dev
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps-dev
...

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

* [autofix.ci] apply automated fixes

* chore: update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Vida Xie <vida_2020@163.com>
  • Loading branch information
3 people committed Sep 16, 2024
1 parent 9fe0447 commit 1596b45
Show file tree
Hide file tree
Showing 5 changed files with 1,250 additions and 962 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-import-resolver-oxc",
"type": "module",
"version": "0.3.0",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.10.0",
"description": "A simply wrapped `oxc-resolver` for `eslint-plugin-import-x` and `eslint-plugin-import`",
"author": "Vida Xie<https://github.com/9romise>",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"scripts": {
"build": "tsup",
"prepare": "npx simple-git-hooks",
"prepare": "npx simple-git-hooks && pnpm build",
"lint": "eslint .",
"test": "vitest",
"typecheck": "tsc --noEmit",
Expand All @@ -60,17 +60,17 @@
"oxc-resolver": "^1.11.0"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@vida0905/eslint-config": "^0.5.0",
"@types/node": "^22.5.5",
"@vida0905/eslint-config": "^1.0.0",
"bumpp": "^9.5.2",
"changelogithub": "^0.13.10",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-import-resolver-oxc": "file:",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
Loading

0 comments on commit 1596b45

Please sign in to comment.