chore(deps): update development dependencies (minor and patch)
Metadata
Current evaluation
Merged automated updates for development dependencies, including eslint, prettier, typescript-eslint, vitest, and @types/node. All CI checks passed successfully, and the changes were applied to the main branch.
Suggested action: —
No scores available.
Issue body
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`26.1.0` → `26.1.1`](https://renovatebot.com/diffs/npm/@types%2fnode/26.1.0/26.1.1) |  |  |
| [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`10.6.0` → `10.7.0`](https://renovatebot.com/diffs/npm/eslint/10.6.0/10.7.0) |  |  |
| [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.9.4` → `3.9.5`](https://renovatebot.com/diffs/npm/prettier/3.9.4/3.9.5) |  |  |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.62.1` → `8.63.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.62.1/8.63.0) |  |  |
| [vitest](https://vitest.dev) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`4.1.9` → `4.1.10`](https://renovatebot.com/diffs/npm/vitest/4.1.9/4.1.10) |  |  |
---
### Release Notes
<details>
<summary>eslint/eslint (eslint)</summary>
### [`v10.7.0`](https://redirect.github.com/eslint/eslint/releases/tag/v10.7.0)
[Compare Source](https://redirect.github.com/eslint/eslint/compare/v10.6.0...v10.7.0)
#### Features
- [`cf2a9bf`](https://redirect.github.com/eslint/eslint/commit/cf2a9bf2d982642f760370c15f1196f4658f4e27) feat: add errorClassNames option to preserve-caught-error rule ([#​21032](https://redirect.github.com/eslint/eslint/issues/21032)) (sethamus)
- [`f8b873a`](https://redirect.github.com/eslint/eslint/commit/f8b873aae53610b80b5c1005606716e05ed3b91f) feat: max-nested-callbacks option for constructor callbacks ([#​21063](https://redirect.github.com/eslint/eslint/issues/21063)) (fnx)
- [`557fde8`](https://redirect.github.com/eslint/eslint/commit/557fde8bc633d26ea4fe287d4483f287e8e6080f) feat: support computed `Number.parseInt` member access in `radix` rule ([#​21041](https://redirect.github.com/eslint/eslint/issues/21041)) (Pixel)
- [`0b4a73b`](https://redirect.github.com/eslint/eslint/commit/0b4a73b65808f5a8fd192f15db2bf5e47002b9f7) feat: add suggestions to no-compare-neg-zero ([#​21034](https://redirect.github.com/eslint/eslint/issues/21034)) (den$)
- [`96cdd42`](https://redirect.github.com/eslint/eslint/commit/96cdd427db5f26c6403fba92b0f7ae4556c595ec) feat: report invalid signed numeric radix values in `radix` rule ([#​21030](https://redirect.github.com/eslint/eslint/issues/21030)) (Pixel)
#### Bug Fixes
- [`3e7bf15`](https://redirect.github.com/eslint/eslint/commit/3e7bf15e69e6d3a2c8832356bcc2e9903cc4eede) fix: apply `ignoreClassesWithImplements` to class expressions ([#​21069](https://redirect.github.com/eslint/eslint/issues/21069)) (Pixel)
- [`0d7d70c`](https://redirect.github.com/eslint/eslint/commit/0d7d70cf013ec5bf1e4f5a0fcf7128bdf059b2d4) fix: insert cause outside wrapping parens in preserve-caught-error ([#​21062](https://redirect.github.com/eslint/eslint/issues/21062)) (Mahin Anowar)
- [`75ec753`](https://redirect.github.com/eslint/eslint/commit/75ec753226010867270787b412f3dae412e421e6) fix: handle static template literals in `eqeqeq` rule ([#​21058](https://redirect.github.com/eslint/eslint/issues/21058)) (Pixel)
- [`b717a22`](https://redirect.github.com/eslint/eslint/commit/b717a22e2408389a2ad40af66543e46390669eb6) fix: prevent `eqeqeq` null option from reporting non-equality operators ([#​21057](https://redirect.github.com/eslint/eslint/issues/21057)) (Pixel)
- [`e35b05f`](https://redirect.github.com/eslint/eslint/commit/e35b05f1961dcd691611bd68b6ff8a87072d6f76) fix: avoid `no-invalid-regexp` false positive for shadowed RegExp ([#​21051](https://redirect.github.com/eslint/eslint/issues/21051)) (Pixel)
- [`a3172b6`](https://redirect.github.com/eslint/eslint/commit/a3172b69c7db63ea0321355543e3f527c7d8b76a) fix: avoid `no-control-regex` false positive for shadowed RegExp ([#​21050](https://redirect.github.com/eslint/eslint/issues/21050)) (Pixel)
- [`d1f637e`](https://redirect.github.com/eslint/eslint/commit/d1f637eca27e523d613991c6bea5b8726b810e4c) fix: parenthesize sequence expression operands in no-implicit-coercion ([#​21045](https://redirect.github.com/eslint/eslint/issues/21045)) (spokodev)
- [`8859baf`](https://redirect.github.com/eslint/eslint/commit/8859bafb018e2b23b5110d52e491b69b94ad890a) fix: avoid prefer-numeric-literals false positive for shadowed globals ([#​21047](https://redirect.github.com/eslint/eslint/issues/21047)) (한국)
- [`a9e5961`](https://redirect.github.com/eslint/eslint/commit/a9e5961050676ef29dba9649dfcd7233d21760c7) fix: use-isnan false positive on shadowed NaN/Number ([#​20958](https://redirect.github.com/eslint/eslint/issues/20958)) (sethamus)
- [`8a240a7`](https://redirect.github.com/eslint/eslint/commit/8a240a76108f30f2476e61a925e4d32d378cce5e) fix: avoid false positives in `radix` rule for spread arguments ([#​21044](https://redirect.github.com/eslint/eslint/issues/21044)) (Pixel)
#### Documentation
- [`c30d808`](https://redirect.github.com/eslint/eslint/commit/c30d80801ca561bdf65c6c3eba4ee57dced278cf) docs: Update README (GitHub Actions Bot)
- [`5139800`](https://redirect.github.com/eslint/eslint/commit/5139800b23e77fdd1a76664e1b36f478942eae55) docs: document ESLint migration codemods in v9 and v10 guides ([#​20980](https://redirect.github.com/eslint/eslint/issues/20980)) (Alex Bit)
- [`04174cb`](https://redirect.github.com/eslint/eslint/commit/04174cbfaac1f9555400b5332d69056e6aab9cc6) docs: Update README (GitHub Actions Bot)
- [`026e130`](https://redirect.github.com/eslint/eslint/commit/026e1304080512bcddfd2af3557fff86474ff949) docs: update semver policy for bug fixes ([#​21048](https://redirect.github.com/eslint/eslint/issues/21048)) (Milos Djermanovic)
- [`9d42fef`](https://redirect.github.com/eslint/eslint/commit/9d42fefb0e05ecd0b256c2ebed479fc868862f0c) docs: Update README (GitHub Actions Bot)
- [`b230159`](https://redirect.github.com/eslint/eslint/commit/b23015955c8d6e6516076190730f538c86927f26) docs: Update README (GitHub Actions Bot)
- [`0129972`](https://redirect.github.com/eslint/eslint/commit/0129972ba122e95bece6040fda44d20f6799246a) docs: correct `**/.js` glob to `**/*.js` in config files guide ([#​21036](https://redirect.github.com/eslint/eslint/issues/21036)) (EduardF1)
#### Chores
- [`9489379`](https://redirect.github.com/eslint/eslint/commit/948937986f2aa3cccb27a4c80694a85e5b0a5f64) chore: update dependency [@​eslint/eslintrc](https://redirect.github.com/eslint/eslintrc) to ^3.3.6 ([#​21076](https://redirect.github.com/eslint/eslint/issues/21076)) (renovate\[bot])
- [`81a4774`](https://redirect.github.com/eslint/eslint/commit/81a4774a928211bd0c01a06a1517736ece594522) chore: updates for v9.39.5 release (Jenkins)
- [`9835414`](https://redirect.github.com/eslint/eslint/commit/983541491393323d17717683f6a2e6dbef4bc3f4) chore: enable `$ExpectType` annotations in all TypeScript files ([#​21071](https://redirect.github.com/eslint/eslint/issues/21071)) (Francesco Trotta)
- [`72adf6b`](https://redirect.github.com/eslint/eslint/commit/72adf6bd214c142b38aabb4b8f6f908079c5301a) chore: restrict `markdownlint-cli2` updates in renovate ([#​21067](https://redirect.github.com/eslint/eslint/issues/21067)) (lumir)
- [`833ec10`](https://redirect.github.com/eslint/eslint/commit/833ec10fd702644e94334edd3cd2aa313174a958) chore: update dependency prettier to v3.9.4 ([#​21061](https://redirect.github.com/eslint/eslint/issues/21061)) (renovate\[bot])
- [`7ea106d`](https://redirect.github.com/eslint/eslint/commit/7ea106ddcb6af7db8f36d62a28dbaba94d33598e) chore: update ecosystem plugins ([#​21059](https://redirect.github.com/eslint/eslint/issues/21059)) (ESLint Bot)
- [`8fb550e`](https://redirect.github.com/eslint/eslint/commit/8fb550e7c257fbdc4108fc8e63db43c1d914d472) chore: add prettier update commit to `.git-blame-ignore-revs` ([#​21056](https://redirect.github.com/eslint/eslint/issues/21056)) (lumir)
- [`e4e1166`](https://redirect.github.com/eslint/eslint/commit/e4e11668ead6b950328c71e894563a13ef72bf84) chore: update dependency prettier to v3.9.1 ([#​21055](https://redirect.github.com/eslint/eslint/issues/21055)) (renovate\[bot])
- [`0493f53`](https://redirect.github.com/eslint/eslint/commit/0493f53f3fcec4ed69a1808dffa153dcff1380d3) chore: update prettier to v3.9.0 ([#​21054](https://redirect.github.com/eslint/eslint/issues/21054)) (Pixel)
- [`1056a99`](https://redirect.github.com/eslint/eslint/commit/1056a996c657b377dc16a58c28890d2940394408) chore: update dependency prettier to v3.8.5 ([#​21049](https://redirect.github.com/eslint/eslint/issues/21049)) (renovate\[bot])
- [`4d4155d`](https://redirect.github.com/eslint/eslint/commit/4d4155df4a21d711e8dd21a467de085e770bad35) ci: run ecosystem tests on pull requests ([#​21027](https://redirect.github.com/eslint/eslint/issues/21027)) (sethamus)
- [`993539f`](https://redirect.github.com/eslint/eslint/commit/993539fd45d3d01aad3fbc13963e2245fdf7ee0d) chore: update dependency [@​eslint/json](https://redirect.github.com/eslint/json) to ^2.0.1 ([#​21042](https://redirect.github.com/eslint/eslint/issues/21042)) (renovate\[bot])
- [`53f8b69`](https://redirect.github.com/eslint/eslint/commit/53f8b69c15af7398c989071ee4788b88edd48bdd) test: add error locations to `no-constant-binary-expression` ([#​21039](https://redirect.github.com/eslint/eslint/issues/21039)) (lumir)
- [`5ab71d5`](https://redirect.github.com/eslint/eslint/commit/5ab71d52f9d860df04e626fcd819a36257f21f9e) refactor: clean up radix rule internals ([#​21015](https://redirect.github.com/eslint/eslint/issues/21015)) (Pixel)
- [`a80a9a4`](https://redirect.github.com/eslint/eslint/commit/a80a9a461478838930c5545f840473840b26b0e6) chore: update ecosystem plugins ([#​21035](https://redirect.github.com/eslint/eslint/issues/21035)) (ESLint Bot)
- [`7c9a029`](https://redirect.github.com/eslint/eslint/commit/7c9a02933cf1c231237babb8a7a32150ab72e263) ci: add Node.js 26 to CI ([#​20847](https://redirect.github.com/eslint/eslint/issues/20847)) (lumir)
</details>
<details>
<summary>prettier/prettier (prettier)</summary>
### [`v3.9.5`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#395)
[Compare Source](https://redirect.github.com/prettier/prettier/compare/3.9.4...3.9.5)
[diff](https://redirect.github.com/prettier/prettier/compare/3.9.4...3.9.5)
##### Markdown: Cap ordered list mark at 999,999,999 ([#​19351](https://redirect.github.com/prettier/prettier/pull/19351) by [@​tats-u](https://redirect.github.com/tats-u))
CommonMark parsers only support ordered list item numbers up to 999,999,999.
With this change, Prettier now caps the ordered list item number at 999,999,999 to ensure that the output is correctly parsed as an ordered list by CommonMark parsers. Numbers larger than 999,999,999 are not parsed as list item numbers and are left unchanged in the output:
<!-- prettier-ignore -->
```markdown
<!-- Input -->
999999998. text
999999998. text
999999998. text
999999998. text
1234567890123456789012) text
<!-- Prettier 3.9.4 -->
999999998. text
999999999. text
1000000000. text
1000000001. text
1234567890123456789012) text
<!-- Prettier 3.9.5 -->
999999998. text
999999999. text
999999999. text
999999999. text
1234567890123456789012) text
```
##### Markdown: Avoid corrupting empty link with title ([#​19487](https://redirect.github.com/prettier/prettier/pull/19487) by [@​andersk](https://redirect.github.com/andersk))
Do not remove `<>` from an inline link or image with an empty URL and a title, as this removal would change its interpretation.
<!-- prettier-ignore -->
```md
<!-- Input -->
[link](<> "title")
<!-- Prettier 3.9.4 -->
[link]( "title")
<!-- Prettier 3.9.5 -->
[link](<> "title")
```
##### Less: Remove extra spaces after `[` in map lookups ([#​19503](https://redirect.github.com/prettier/prettier/pull/19503) by [@​kovsu](https://redirect.github.com/kovsu))
<!-- prettier-ignore -->
```less
// Input
.foo {
color: #theme[ primary];
color: #theme[@​name];
color: #theme[@​@​name];
}
// Prettier 3.9.4
.foo {
color: #theme[ primary];
color: #theme[ @​name];
color: #theme[ @​@​name];
}
// Prettier 3.9.5
.foo {
color: #theme[primary];
color: #theme[@​name];
color: #theme[@​@​name];
}
```
##### CSS: Prevent addition space in `type()` with `+` ([#​19516](https://redirect.github.com/prettier/prettier/pull/19516) by [@​bigandy](https://redirect.github.com/bigandy))
This fixes the addition space before `+` in CSS `type()` declaration. For example `type(<number>+)` was being converted into `type(<number> +)` which is invalid CSS and does not work.
<!-- prettier-ignore -->
```css
/* Input */
div {
border-radius: attr(br type(<length>+));
}
/* Prettier 3.9.4 */
div {
border-radius: attr(br type(<length> +));
}
/* Prettier 3.9.5 */
div {
border-radius: attr(br type(<length>+));
}
```
##### Less: Remove spaces between merge markers and colons ([#​19517](https://redirect.github.com/prettier/prettier/pull/19517) by [@​kovsu](https://redirect.github.com/kovsu))
<!-- prettier-ignore -->
```less
// Input
a {
box-shadow + : 0 0 1px #​000;
}
// Prettier 3.9.4
a {
box-shadow+ : 0 0 1px #​000;
}
// Prettier 3.9.5
a {
box-shadow+: 0 0 1px #​000;
}
```
##### Markdown: Preserve wiki links with aliases ([#​19527](https://redirect.github.com/prettier/prettier/pull/19527) by [@​kovsu](https://redirect.github.com/kovsu))
<!-- prettier-ignore -->
```markdown
<!-- Input -->
[[Foo:Bar]]
<!-- Prettier 3.9.4 -->
[[Foo]]
<!-- Prettier 3.9.5 -->
[[Foo:Bar]]
```
##### TypeScript: Fix comments being dropped on shorthand `type` import/export specifiers ([#​19565](https://redirect.github.com/prettier/prettier/pull/19565) by [@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger))
<!-- prettier-ignore -->
```tsx
// Input
export { type /* comment */ T } from "foo";
import { type /* comment */ T } from "foo";
// Prettier 3.9.4
Error: Comment "comment" was not printed. Please report this error!
// Prettier 3.9.5
export { type /* comment */ T } from "foo";
import { type /* comment */ T } from "foo";
```
##### Miscellaneous: Preserving comments' `placement` property ([#​19567](https://redirect.github.com/prettier/prettier/pull/19567) by [@​Janther](https://redirect.github.com/Janther))
Prettier\@​3.9.0 deleted an undocumented property on comments, which was already used by plugins, `comment.placement` is now available again after comment attach.
##### Flow: Stop enforcing empty module declaration to break ([#​19568](https://redirect.github.com/prettier/prettier/pull/19568) by [@​fisker](https://redirect.github.com/fisker))
<!-- prettier-ignore -->
```flow
// Input
declare module "foo" {}
// Prettier 3.9.4
declare module "foo" {
}
// Prettier 3.9.5
declare module "foo" {}
```
##### Angular: Support expression for exhaustive typechecking ([#​19571](https://redirect.github.com/prettier/prettier/pull/19571) by [@​fisker](https://redirect.github.com/fisker))
<!-- prettier-ignore -->
```html
<!-- Input -->
@​switch (state.mode) {
@​default never(state);
}
<!-- Prettier 3.9.4 -->
@​switch (state.mode) {
@​default never;
}
<!-- Prettier 3.9.5 -->
@​switch (state.mode) {
@​default never(state);
}
```
##### TypeScript: Ignore comments inside mapped type when checking type parameter comments ([#​19572](https://redirect.github.com/prettier/prettier/pull/19572) by [@​fisker](https://redirect.github.com/fisker))
<!-- prettier-ignore -->
```tsx
// Input
foo<{
// comment
[key in keyof Foo]: number
}>();
// Prettier 3.9.4
foo<
{
// comment
[key in keyof Foo]: number;
}
>();
// Prettier 3.9.5
foo<{
// comment
[key in keyof Foo]: number;
}>();
```
##### Less: Fix adjacent block comments being corrupted ([#​19574](https://redirect.github.com/prettier/prettier/pull/19574) by [@​kovsu](https://redirect.github.com/kovsu))
<!-- prettier-ignore -->
```less
// Input
/* a *//* b */
/* a */* {
color: red;
}
// Prettier 3.9.4
/* a */
/* b */
/* a * {
color: red;
}
// Prettier 3.9.5
/* a */ /* b */
/* a */
* {
color: red;
}
```
##### JavaScript: Handle dangling comments in `SwitchStatement` ([#​19581](https://redirect.github.com/prettier/prettier/pull/19581) by [@​fisker](https://redirect.github.com/fisker))
<!-- prettier-ignore -->
```jsx
// Input
switch (foo) {
// comment
}
// Prettier 3.9.4
switch (
foo
// comment
) {
}
// Prettier 3.9.5
switch (foo) {
// comment
}
```
##### TypeScript: Remove space in comment-only object type ([#​19583](https://redirect.github.com/prettier/prettier/pull/19583) by [@​fisker](https://redirect.github.com/fisker))
<!-- prettier-ignore -->
```tsx
// Input
var foo = {
/* comment */
};
type Foo = {
/* comment */
};
// Prettier 3.9.4
var foo = {/* comment */};
type Foo = { /* comment */ };
// Prettier 3.9.5
var foo = {/* comment */};
type Foo = {/* comment */};
```
</details>
<details>
<summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary>
### [`v8.63.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8630-2026-07-06)
[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.62.1...v8.63.0)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See [GitHub Releases](https://redirect.github.com/typescript-eslint/typescript-eslint/releases/tag/v8.63.0) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
</details>
<details>
<summary>vitest-dev/vitest (vitest)</summary>
### [`v4.1.10`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v4.1.10)
[Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v4.1.9...v4.1.10)
##### 🐞 Bug Fixes
- **browser**: Check fs access in builtin commands \[backport to v4] - by [@​hi-ogawa](https://redirect.github.com/hi-ogawa), **Hiroshi Ogawa** and **OpenCode (claude-opus-4-8)** in [#​10680](https://redirect.github.com/vitest-dev/vitest/issues/10680) [<samp>(5c18d)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/5c18dd267)
- **vm**: Fix external module resolve error with deps optimizer query for encoded URI \[backport to v4] - by [@​SveLil](https://redirect.github.com/SveLil) and [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [#​10661](https://redirect.github.com/vitest-dev/vitest/issues/10661) [<samp>(bae52)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/bae52b511)
##### [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v4.1.9...v4.1.10)
</details>
---
### Configuration
📅 **Schedule**: (in timezone Etc/UTC)
- Branch creation
- "every weekend"
- Automerge
- "after 1 am and before 7 am"
🚦 **Automerge**: Enabled.
♻ **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/canonical/craft-actions).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged automated updates for development dependencies, including eslint, prettier, typescript-eslint, vitest, and @types/node. All CI checks passed successfully, and the changes were applied to the main branch. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
5
Complexity:
10
Confidence:
95
|
keep open | Updates development dependencies to latest minor and patch versions, including eslint, prettier, vitest, typescript-eslint, and @types/node. PR is fresh and awaiting CI checks. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #70 chore(deps): update development dependencies (minor and patch) | craft-actions | merged | Merged automated minor and patch updates for development dependencies including @types/node, eslint, prettier, and typescript-eslint. Approved by a reviewer, passed all CI checks, and merged via Renovate automerge. | |
| #110 chore(deps): update development dependencies (minor and patch) | craft-actions | merged | Merged automated development dependency updates for @types/node, eslint, and typescript-eslint. Approved by a reviewer, passed all CI checks, and merged into main via Renovate bot automerge. | |
| #103 chore(deps): update development dependencies (minor and patch) | craft-actions | merged | Merged automated dev dependency updates via Renovate. Updated @types/node to 26.4.0, eslint to 10.9.1, and typescript-eslint to 8.68.0. Passed all CI checks, received one approval, and was auto-merged into main. | |
| #11 chore(deps): update development dependencies (minor and patch) | craft-actions | merged | Merged automated dependency updates after passing CI and receiving two approvals. Renovate bot upgraded @types/node, esbuild, eslint-plugin-jest, prettier, ts-jest, and typescript-eslint to their latest minor and patch versions. | |
| #89 chore(deps): update development dependencies (minor and patch) | craft-actions | merged | Merged automated development dependency updates for @types/node, eslint, and typescript-eslint. Approved by one reviewer, passed all CI checks, and automatically merged per Renovate configuration. | |
| #85 chore(deps): update development dependencies (minor and patch) | craft-actions | merged | Merged automated dependency updates for prettier (3.9.5 to 3.9.6) and typescript-eslint (8.63.0 to 8.65.0). Approved by one reviewer with all CI checks passing. | |
| #91 chore(deps): update development dependencies (minor and patch) | craft-actions | merged | Merged automated dependency update advancing esbuild to 0.28.2 and typescript-eslint to 8.67.0. Approved by reviewer, passed all CI checks, and merged into the main branch. | |
| #115 chore(deps): update development dependencies (minor and patch) | craft-actions | open | Updates @types/node and typescript-eslint dev dependencies to latest minor versions. Fresh PR with passing CI, awaiting maintainer review. | |
| #1604 chore(deps): update development dependencies (non-major) | charmcraft | merged | Merged automated development dependency updates after passing CI and receiving two approvals. Updated hypothesis, pytest, types-Deprecated, types-PyYAML, types/pyright, and types/types-requests to latest non-major versions. | |
| #186 chore(deps): update development dependencies (non-major) | starbase | merged | Merged automated updates for development dependencies ruff, yamllint, and pyright. Approved by reviewers, passed CI checks, and automatically merged into the main branch. |