Skip to content

Commit

Permalink
Combined PRs (#1310)
Browse files Browse the repository at this point in the history
* build(deps): bump the regular group across 1 directory with 5 updates

Bumps the regular group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [mnemonist](https://github.com/yomguithereal/mnemonist) | `0.40.0` | `0.40.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.0` | `22.13.1` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `4.7.0` | `4.8.0` |
| [neostandard](https://github.com/neostandard/neostandard) | `0.12.0` | `0.12.1` |
| [semver](https://github.com/npm/node-semver) | `7.7.0` | `7.7.1` |



Updates `mnemonist` from 0.40.0 to 0.40.1
- [Release notes](https://github.com/yomguithereal/mnemonist/releases)
- [Changelog](https://github.com/Yomguithereal/mnemonist/blob/master/CHANGELOG.md)
- [Commits](Yomguithereal/mnemonist@0.40.0...0.40.1)

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

Updates `eslint-plugin-perfectionist` from 4.7.0 to 4.8.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v4.7.0...v4.8.0)

Updates `neostandard` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/neostandard/neostandard/releases)
- [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md)
- [Commits](neostandard/neostandard@v0.12.0...v0.12.1)

Updates `semver` from 7.7.0 to 7.7.1
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.0...v7.7.1)

---
updated-dependencies:
- dependency-name: mnemonist
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: eslint-plugin-perfectionist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: regular
- dependency-name: neostandard
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: semver
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps-dev): bump ruff in /tests/ocpp-server in the regular group

Bumps the regular group in /tests/ocpp-server with 1 update: [ruff](https://github.com/astral-sh/ruff).


Updates `ruff` from 0.9.4 to 0.9.5
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.4...0.9.5)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
jerome-benoit and dependabot[bot] authored Feb 8, 2025
2 parents 6d04fff + aa46f71 commit fc413ae
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 199 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"date-fns": "^4.1.0",
"http-status-codes": "^2.3.0",
"logform": "^2.7.0",
"mnemonist": "0.40.0",
"mnemonist": "0.40.1",
"mongodb": "^6.13.0",
"poolifier": "^4.4.5",
"rambda": "^9.4.2",
Expand All @@ -118,7 +118,7 @@
"@eslint/js": "^9.19.0",
"@mikro-orm/cli": "^6.4.5",
"@std/expect": "npm:@jsr/std__expect@^1.0.13",
"@types/node": "^22.13.0",
"@types/node": "^22.13.1",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.14",
"c8": "^10.1.3",
Expand All @@ -130,15 +130,15 @@
"eslint": "^9.19.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-perfectionist": "^4.7.0",
"eslint-plugin-perfectionist": "^4.8.0",
"eslint-plugin-vue": "^9.32.0",
"glob": "^11.0.1",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"neostandard": "^0.12.0",
"neostandard": "^0.12.1",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"semver": "^7.7.0",
"semver": "^7.7.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "~5.7.3"
Expand Down
Loading

0 comments on commit fc413ae

Please sign in to comment.