8000 Bump the all-dependencies group across 1 directory with 22 updates by dependabot[bot] · Pull Request #280 · stoat-dev/stoat-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump the all-dependencies group across 1 directory with 22 updates #280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the all-dependencies group with 21 updates in the /action directory:

Package From To
@actions/core 1.10.1 1.11.1
ajv 8.13.0 8.17.1
cross-fetch 4.0.0 4.1.0
eslint-plugin-prettier 5.1.3 5.2.5
form-data 4.0.0 4.0.2
jimp 0.22.12 1.6.0
mime-types 2.1.35 3.0.1
pixelmatch 5.3.0 7.1.0
@octokit/openapi-types 22.2.0 24.2.0
@trivago/prettier-plugin-sort-imports 4.3.0 5.2.2
@types/lodash 4.17.1 4.17.16
@types/node 20.12.12 22.13.17
@vercel/ncc 0.38.1 0.38.3
eslint 8.57.0 9.23.0
eslint-config-prettier 9.1.0 10.1.1
eslint-plugin-github 4.10.2 6.0.0
eslint-plugin-jest 28.5.0 28.11.0
husky 9.0.11 9.1.7
lint-staged 15.2.2 15.5.0
prettier 3.2.5 3.5.3
ts-jest 29.1.2 29.3.1

Updates @actions/core from 1.10.1 to 1.11.1

Changelog

Sourced from @​actions/core's changelog.

1.11.1

  • Fix uses of crypto.randomUUID on Node 18 and earlier #1842

1.11.0

  • Add platform info utilities #1551
  • Remove dependency on uuid package #1824
Commits

Updates ajv from 8.13.0 to 8.17.1

Release notes

Sourced from ajv's releases.

v8.17.1

What's Changed

Full Changelog: ajv-validator/ajv@v8.17.0...v8.17.1

Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change (ajv-validator/ajv#2444)" by @​gurgunday in ajv-validator/ajv#2448 fix: ignore new eslint error for @​typescript-eslint/no-extraneous-class by @​jasoniangreen in ajv-validator/ajv#2455 docs: clarify behaviour of addVocabulary by @​jasoniangreen in ajv-validator/ajv#2454 docs: refactor to improve legibility by @​blottn in ajv-validator/ajv#2432 Fix grammatical typo in managing-schemas.md by @​wetneb in ajv-validator/ajv#2305 docs: Fix broken strict-mode link by @​alexanderjsx in ajv-validator/ajv#2459 feat: add test for encoded refs and bump fast-uri by @​jasoniangreen in ajv-validator/ajv#2449 fix: changes for @​typescript-eslint/array-type rule by @​jasoniangreen in ajv-validator/ajv#2467 fixes ajv-validator/ajv#2217 - clarify custom keyword naming by @​jasoniangreen in ajv-validator/ajv#2457

v8.17.0

What's Changed

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

New Contributors

Full Changelog: ajv-validator/ajv@v8.16.0...v8.17.0

v8.16.0

What's Changed

Full Changelog: ajv-validator/ajv@v8.15.0...v8.16.0

... (truncated)

Commits

Updates cross-fetch from 4.0.0 to 4.1.0

Release notes

Sourced from cross-fetch's releases.

v4.1.0

What's Changed

FEATURES

  • Added support for Node 22.
  • Upgraded node-fetch to 2.7.0. Please refer to node-fetch release notes between 2.6.13 and 2.7.0 for features and bug fixes.

FIXES

  • Upgraded whatwg-fetch to 3.6.20. Please refer to whatwg-fetch release notes between 3.6.2 and 3.6.20 for bug fixes.
Changelog

Sourced from cross-fetch's changelog.

4.1.0 (2024-12-21)

Features

Bug Fixes

Commits
  • 3415e1f chore(release): 4.1.0
  • f0dbe54 chore: fixed release workflow
  • df46c2a fix: updated whatwg-fetch to 3.6.20 (#197)
  • 04846bc refactor: improved make targets output
  • 0ab2481 feat: updated node-fetch to 2.7.0 (#192)
  • 074cd87 feat: added support for node 22
  • 4283bd9 chore: changed default node version to 20
  • 625bf57 chore: updated action/setup-node to v4 and hmarr/debug-action to v3
  • d24345b chore: updated actions/checkout and actions/cache to v4
  • ccaf40b chore: switched minifier from @​rollup/plugin-terser to rollup-plugin-esbuild ...
  • Additional commits viewable in compare view

Updates eslint-plugin-prettier from 5.1.3 to 5.2.5

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.5

Patch Changes

v5.2.4

Patch Changes

v5.2.3

Patch Changes

v5.2.2

Patch Changes

What's Changed

New Contributors

Full Changelog: prettier/eslint-plugin-prettier@v5.2.1...v5.2.2

v5.2.1

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.5

Patch Changes

5.2.4

Patch Changes

5.2.3

Patch Changes

5.2.2

Patch Changes

5.2.1

8000

Patch Changes

5.2.0

Minor Changes

Commits

Updates form-data from 4.0.0 to 4.0.2

Release notes

Sourced from form-data's releases.

v4.0.1

Fixes

  • npmignore temporary build files (#532)
  • move util.isArray to Array.isArray (#564)

Tests

  • migrate from travis to GHA
Commits
  • 7465e13 v4.0.2
  • 92613b9 Merge tags v2.5.3 and v3.0.3
  • e46f09b v3.0.3
  • e5df7f2 [Dev Deps] pin request which via tough-cookie ^2.4 depends on psl
  • 84ca1d6 [Fix] set Symbol.toStringTag when available (#573)
  • 7fecefe [Refactor] use Object.prototype.hasOwnProperty.call
  • 5a5bafe [Deps] update mime-types
  • 8261fcb [Dev Deps] update @types/node, browserify, coveralls, cross-spawn, `e...
  • b82f590 Only apps should have lockfiles
  • 9457283 Bumped version 2.5.3
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for form-data since your current version.


Updates jimp from 0.22.12 to 1.6.0

Release notes

Sourced from jimp's releases.

v1.6.0

Release Notes

Add support for image decoder options (#1336)

Can now have options for the underlying image codecs

CleanShot 2024-09-07 at 15 26 41


🚀 Enhancement

  • @jimp/core, @jimp/types, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png

⚠️ Pushed to main

Authors: 1

v1.4.0

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to main

  • @jimp/core, @jimp/types, @jimp/utils, @jimp/plugin-print, @jimp/plugin-quantize, @jimp/wasm-webp

📝 Documentation

... (truncated)

Changelog

Sourced from jimp's changelog.

v1.5.0 (Mon Sep 09 2024)

Release Notes

Add support for image decoder options (#1336)

Can now have options for the underlying image codecs

CleanShot 2024-09-07 at 15 26 41


🚀 Enhancement

  • @jimp/core, @jimp/types, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png

⚠️ Pushed to main

Authors: 1


v1.5.0 (Sat Sep 07 2024)

Release Notes

Add support for image decoder options (#1336)

Can now have options for the underlying image codecs

CleanShot 2024-09-07 at 15 26 41


🚀 Enhancement

  • @jimp/core, @jimp/types, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png

Authors: 1


... (truncated)

Commits

Updates mime-types from 2.1.35 to 3.0.1

Release notes

Sourced from mime-types's releases.

v3.0.1

What's Changed

New Contributors

Full Changelog: jshttp/mime-types@v3.0.0...v3.0.1

v3.0.0

What's Changed

New Contributors

Full Changelog: jshttp/mime-types@2.1.35...v3.0.0

Changelog

Sourced from mime-types's changelog.

3.0.1 / 2025-03-26

  • deps: mime-db@1.54.0

3.0.0 / 2024-08-31

  • Drop support for node <18
  • deps: mime-db@1.53.0
  • resolve extension conflicts with mime-score (#119)
    • asc -> application/pgp-signature is now application/pgp-keys
    • mpp -> application/vnd.ms-project is now application/dash-patch+xml
    • ac -> application/vnd.nokia.n-gage.ac+xml is now application/pkix-attr-cert
    • bdoc -> application/x-bdoc is now application/bdoc
    • wmz -> application/x-msmetafile is now application/x-ms-wmz
    • xsl -> application/xslt+xml is now application/xml
    • wav -> audio/wave is now audio/wav
    • rtf -> text/rtf is now application/rtf
    • xml -> text/xml is now application/xml
    • mp4 -> video/mp4 is now application/mp4
    • mpg4 -> video/mp4 is now application/mp4
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for mime-types since your current version.


Updates pixelmatch from 5.3.0 to 7.1.0

Release notes

Sourced from pixelmatch's releases.

v7.1.0

  • Add first-class TypeScript types to the project. They'll be maintained in the repo from now on. #139
  • Improve matching performance by ~22%. #150

v7.0.0

  • Potentially breaking: improve handling of semitransparent pixels. Previously, they were blended with white, so a transparent pixel vs white pixel would show zero difference; now pixels are blended with an irregular pattern, making it easier to catch regressions. (h/t @​NathanMOlson #142)
  • Improve match performance by ~6%. #147
  • Significantly improve diff generation performance. (h/t @​kawanet #105)
  • Fix options handling to use the default value when undefined is passed explicitly. (h/t @​denis-sokolov #146)
  • Fix ESLint failing on Windows when working on the library locally. (h/t @​haraldreingruber-dedalus #123)

v6.0.0

⚠️ Breaking: publish pixelmatch as a ES module. Use the older v5.3.0 if you need to support CommonJS environments.

Commits

Updates @octokit/openapi-types from 22.2.0 to 24.2.0

Release notes

Sourced from @​octokit/openapi-types's releases.

v24.2.0

24.2.0 (2025-03-18)

Features

  • new /orgs/{org}/issue-types, /orgs/{org}/issue-types/{issue_type_id} enpoints, add issue type to responses, add dismissal request for code scanning for GHES and GHEC, description updates (#456) (6dbabd6)

v24.1.0

24.1.0 (2025-03-18)

Features

  • add GHES 3.16, add new epss_percentage sorting to advisories, new epss_percentage parameter for dependabot alerts, new dismissal_approved_by parameter to code scanning alerts, new /enterprises/{enterprise}/actions/hosted-runners, /orgs/{org}/actions/hosted-runners, /orgs/{org}/settings/network-configurations, /orgs/{org}/rulesets/{ruleset_id}/history, /repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints, deprecate Projects (classic), deprecate Copilot usage endpoints, description updates (#455) (fbef6d1)

v24.0.0

24.0.0 (2025-02-15)

Features

  • new dismissed_comment and fixed_at attributes on code scanning alerts, description updates, remove GHES 3.10 and 3.11, remove GHAE (#451) (22dc3a0)

BREAKING CHANGES

  • remove GHES 3.10 and 3.11 and GHAE
  • The operation ID for the "List accepted assignments for an assignment" API has been changed due to a typo

v23.0.1

23.0.1 (2025-01-08)

Bug Fixes

  • replace missing component with inline definition (#446) (8bd4526)

v23.0.0

23.0.0 (2025-01-08)

Features

  • remove GHES 3.9, new action runner groups endpoints, new code scanning alerts autofix endpoints, new sub-issues endpoints, new private registries enpoints, new code security endpoints, various description updates (#445) (c51cfc8)
  • Description updates
  • New /enterprises/{enterprise}/copilot/billing/seats
  • New /enterprises/{enterprise}/settings/billing/cost-centers
  • New /enterprises/{enterprise}/settings/billing/usage
  • New /enterprises/{enterprise}/code-security/configurations/defaults

... (truncated)

Commits
  • 6dbabd6 feat: new /orgs/{org}/issue-types, `/orgs/{org}/issue-types/{issue_type_id}...
  • fbef6d1 feat: add GHES 3.16, add new epss_percentage sorting to advisories, new `ep...
  • 22dc3a0 feat: new dismissed_comment and fixed_at attributes on code scanning aler...
  • 8bd4526 fix: replace missing component with inline definition (#446)
  • c51cfc8 feat: remove GHES 3.9, new action runner groups endpoints, new code scanning ...
  • 5c77aa5 build: update @octokit/openapi (#420)
  • See full diff in compare view

Updates @trivago/prettier-plugin-sort-imports from 4.3.0 to 5.2.2

Release notes

Sourced from @​trivago/prettier-plugin-sort-imports's releases.

v5.2.2

Full Changelog: trivago/prettier-plugin-sort-imports@v5.2.1...v5.2.2

v5.2.1

What's Changed

New Contributors

Full Changelog: trivago/prettier-plugin-sort-imports@v5.2.0...v5.2.1

v5.2.0

What's Changed

Full Changelog: trivago/prettier-plugin-sort-imports@v5.1.0...v5.2.0

v5.1.0

What's Changed

Full Changelog: trivago/prettier-plugin-sort-imports@v5.0.1...v5.1.0

v5.0.1

Full Changelog: trivago/prettier-plugin-sort-imports@v5.0.0...v5.0.1

v5.0.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from @​trivago/prettier-plugin-sort-imports's changelog.

5.2.2

5.2.1

5.2.0

v5.1.0

  • Fix svelte packages being required all the time #327 by @​byara

v5.0.1

  • Clean up unwanted packages and unpin dependencies #322 by @​byara

v5.0.0

New features

Commits

Updat...

Description has been truncated

Bumps the all-dependencies group with 21 updates in the /action directory:

| Package | From | To |
| --- | --- | --- |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.1` | `1.11.1` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.13.0` | `8.17.1` |
| [cross-fetch](https://github.com/lquixada/cross-fetch) | `4.0.0` | `4.1.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.5` |
| [form-data](https://github.com/form-data/form-data) | `4.0.0` | `4.0.2` |
| [jimp](https://github.com/jimp-dev/jimp) | `0.22.12` | `1.6.0` |
| [mime-types](https://github.com/jshttp/mime-types) | `2.1.35` | `3.0.1` |
| [pixelmatch](https://github.com/mapbox/pixelmatch) | `5.3.0` | `7.1.0` |
| [@octokit/openapi-types](https://github.com/octokit/openapi-types.ts/tree/HEAD/packages/openapi-types) | `22.2.0` | `24.2.0` |
| [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) | `4.3.0` | `5.2.2` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.1` | `4.17.16` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.12` | `22.13.17` |
| [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.1` | `0.38.3` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.23.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.1.1` |
| [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `4.10.2` | `6.0.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.5.0` | `28.11.0` |
| [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.7` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.2` | `15.5.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.5.3` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.3.1` |



Updates `@actions/core` from 1.10.1 to 1.11.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Updates `ajv` from 8.13.0 to 8.17.1
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.13.0...v8.17.1)

Updates `cross-fetch` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/lquixada/cross-fetch/releases)
- [Changelog](https://github.com/lquixada/cross-fetch/blob/v4.x/CHANGELOG.md)
- [Commits](lquixada/cross-fetch@v4.0.0...v4.1.0)

Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.5)

Updates `form-data` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/form-data/form-data/releases)
- [Commits](form-data/form-data@v4.0.0...v4.0.2)

Updates `jimp` from 0.22.12 to 1.6.0
- [Release notes](https://github.com/jimp-dev/jimp/releases)
- [Changelog](https://github.com/jimp-dev/jimp/blob/main/CHANGELOG.md)
- [Commits](jimp-dev/jimp@v0.22.12...v1.6.0)

Updates `mime-types` from 2.1.35 to 3.0.1
- [Release notes](https://github.com/jshttp/mime-types/releases)
- [Changelog](https://github.com/jshttp/mime-types/blob/master/HISTORY.md)
- [Commits](jshttp/mime-types@2.1.35...v3.0.1)

Updates `pixelmatch` from 5.3.0 to 7.1.0
- [Release notes](https://github.com/mapbox/pixelmatch/releases)
- [Commits](mapbox/pixelmatch@v5.3.0...v7.1.0)

Updates `@octokit/openapi-types` from 22.2.0 to 24.2.0
- [Release notes](https://github.com/octokit/openapi-types.ts/releases)
- [Commits](https://github.com/octokit/openapi-types.ts/commits/v24.2.0/packages/openapi-types)

Updates `@trivago/prettier-plugin-sort-imports` from 4.3.0 to 5.2.2
- [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](trivago/prettier-plugin-sort-imports@v4.3.0...v5.2.2)

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

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

Updates `@vercel/ncc` from 0.38.1 to 0.38.3
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.38.1...0.38.3)

Updates `eslint` from 8.57.0 to 9.23.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.23.0)

Updates `eslint-config-prettier` from 9.1.0 to 10.1.1
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.1.1)

Updates `eslint-plugin-github` from 4.10.2 to 6.0.0
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v4.10.2...v6.0.0)

Updates `eslint-plugin-jest` from 28.5.0 to 28.11.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.5.0...v28.11.0)

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

Updates `lint-staged` from 15.2.2 to 15.5.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.2...v15.5.0)

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

Updates `ts-jest` from 29.1.2 to 29.3.1
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.2...v29.3.1)

Updates `typescript` from 5.4.5 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.8.2)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ajv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: cross-fetch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: form-data
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jimp
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: mime-types
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: pixelmatch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@octokit/openapi-types"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@trivago/prettier-plugin-sort-imports"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2025
Copy link
vercel bot commented Apr 1, 2025
8000

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 1, 2025 11:11pm

Copy link
stoat-app bot commented Apr 1, 2025

Easy and customizable dashboards for your build system. Learn more about Stoat ↗︎

Chart

Package Size
Runner Memory Usage

Job Runtime

job runtime chart

debug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0