Skip to content

Commit

Permalink
chore(deps): update all (#1125)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`22.10.2` ->
`22.10.3`](https://renovatebot.com/diffs/npm/@types%2fnode/22.10.2/22.10.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.10.2/22.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.10.2/22.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[eslint-plugin-eslint-comments](https://redirect.github.com/mysticatea/eslint-plugin-eslint-comments)
| [`^3.2.0` ->
`^3.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-eslint-comments/3.2.0/)
| | | | | devDependencies | replacement |
|
[eslint-plugin-node](https://redirect.github.com/mysticatea/eslint-plugin-node)
| [`^11.1.0` ->
`^14.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-node/11.1.0/)
| | | | | devDependencies | replacement |

This is a special PR that replaces `eslint-plugin-eslint-comments` with
the community suggested minimal stable replacement version.

This is a special PR that replaces `eslint-plugin-node` with the
community suggested minimal stable replacement version.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/UK-Export-Finance/mdm-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Abhi Markan <amarkan>
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 6f24728 commit afab61b
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 67 deletions.
154 changes: 91 additions & 63 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"chance": "^1.1.12",
"cspell": "^8.17.1",
"eslint": "^8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion test/support/generator/get-company-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class GetCompanyGenerator extends AbstractGenerator<CompanyValues, Genera
madeUpTo: this.valueGenerator.dateISO8601(),
periodEndOn: this.valueGenerator.dateISO8601(),
periodStartOn: this.valueGenerator.dateISO8601(),
type: '2051-12-12',
type: '2052-12-12',
},
nextAccounts: {
dueOn: this.valueGenerator.dateISO8601(),
Expand Down

0 comments on commit afab61b

Please sign in to comment.