Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

build(deps): bump the dev-dependencies group with 25 updates #391

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the dev-dependencies group with 25 updates:

Package From To
elder-futhark 1.0.9 1.0.10
futhorc 1.0.8 1.0.9
futhork 1.1.8 1.1.9
next 13.1.1 14.1.4
next-pwa 5.5.5 5.6.0
next-sitemap 3.1.43 4.2.3
reset-css 5.0.1 5.0.2
sass 1.57.1 1.72.0
staveless-futhark 0.6.0 0.6.1
younger-futhark 1.2.4 1.2.5
@types/react 18.0.26 18.2.73
@typescript-eslint/eslint-plugin 5.47.1 7.4.0
@typescript-eslint/parser 5.42.0 7.4.0
cypress 12.2.0 13.7.1
eslint 8.31.0 8.57.0
eslint-config-next 13.1.1 14.1.4
eslint-plugin-cypress 2.12.1 2.15.1
eslint-plugin-jest 27.2.0 27.9.0
eslint-plugin-jsx-a11y 6.6.1 6.8.0
jest 28.1.3 29.7.0
@types/jest 28.1.6 29.5.12
jest-environment-jsdom 29.3.1 29.7.0
node-mocks-http 1.12.1 1.14.1
ts-node 10.9.1 10.9.2
typescript 4.9.4 5.4.3

Updates elder-futhark from 1.0.9 to 1.0.10

Release notes

Sourced from elder-futhark's releases.

v1.0.10

What's Changed

... (truncated)

Commits
  • 4aec082 v1.0.10
  • f57bf76 Merge pull request #248 from stscoundrel/dependabot/npm_and_yarn/babel-jest-2...
  • ed16d53 Build(deps-dev): Bump babel-jest from 29.4.1 to 29.5.0
  • c544dba Merge pull request #263 from stscoundrel/dependabot/npm_and_yarn/types/node-1...
  • 873dc0a Merge pull request #256 from stscoundrel/dependabot/npm_and_yarn/typescript-5...
  • 80d80f5 Merge pull request #259 from stscoundrel/dependabot/npm_and_yarn/babel/preset...
  • 6c20862 Merge pull request #257 from stscoundrel/dependabot/npm_and_yarn/eslint-8.39.0
  • 44c2f4f Build(deps-dev): Bump @​types/node from 18.11.18 to 18.16.3
  • 1d493c1 Build(deps-dev): Bump typescript from 4.9.5 to 5.0.4
  • 4fb0f38 Merge pull request #254 from stscoundrel/dependabot/npm_and_yarn/jest-29.5.0
  • Additional commits viewable in compare view

Updates futhorc from 1.0.8 to 1.0.9

Release notes

Sourced from futhorc's releases.

v1.0.9

What's Changed

... (truncated)

Commits
  • 71e224d v1.0.9
  • efaa927 Merge pull request #265 from stscoundrel/dependabot/npm_and_yarn/jest-29.5.0
  • c1a77d6 Build(deps-dev): Bump jest from 29.3.1 to 29.5.0
  • 2d17aa4 Merge pull request #281 from stscoundrel/dependabot/npm_and_yarn/typescript-e...
  • 6083bbb Build(deps-dev): Bump @​typescript-eslint/parser from 5.50.0 to 5.59.2
  • a1aa326 Merge pull request #274 from stscoundrel/dependabot/npm_and_yarn/babel/core-7...
  • 6fe86f8 Merge pull request #272 from stscoundrel/dependabot/npm_and_yarn/babel/preset...
  • 75a1883 Merge pull request #248 from stscoundrel/dependabot/npm_and_yarn/eslint-plugi...
  • b0f0cf3 Merge pull request #280 from stscoundrel/dependabot/npm_and_yarn/typescript-e...
  • af1122b Build(deps-dev): Bump @​babel/core from 7.20.12 to 7.21.5
  • Additional commits viewable in compare view

Updates futhork from 1.1.8 to 1.1.9

Release notes

Sourced from futhork's releases.

v1.1.9

What's Changed

Full Changelog: stscoundrel/futhork@v1.1.8...v1.1.9

Commits
  • 7053efd v1.1.9
  • 4017045 Merge pull request #219 from stscoundrel/dependabot/npm_and_yarn/stryker-muta...
  • c47710f Merge pull request #207 from stscoundrel/dependabot/npm_and_yarn/eslint-plugi...
  • 8472e0a Merge pull request #233 from stscoundrel/dependabot/npm_and_yarn/types/node-1...
  • 449f5fb Merge pull request #235 from stscoundrel/dependabot/npm_and_yarn/typescript-e...
  • 5b7f758 Build(deps-dev): Bump @​typescript-eslint/eslint-plugin
  • a152380 Merge pull request #230 from stscoundrel/dependabot/npm_and_yarn/babel/preset...
  • 58baa5c Merge pull request #228 from stscoundrel/dependabot/npm_and_yarn/babel/core-7...
  • 5a22af4 Build(deps-dev): Bump @​babel/core from 7.20.7 to 7.21.5
  • d489536 Build(deps-dev): Bump @​babel/preset-typescript from 7.18.6 to 7.21.5
  • Additional commits viewable in compare view

Updates next from 13.1.1 to 14.1.4

Release notes

Sourced from next's releases.

v14.1.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

Test Changes

v14.1.3

Core Changes

Credits

Huge thanks to @​ijjk

v14.1.2

Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary

Core Changes

  • Fix sitemap generateSitemaps support for string id (#61088)
  • Fix: generateSitemaps in production giving 404 (#62212)
  • Fix redirect under suspense boundary with basePath (#62597)
  • Fix: Add stricter check for "use server" exports (#62821)
  • ensure server action errors notify rejection handlers (#61588)
  • make router restore action resilient to a missing tree (#62098)
  • build: remove sentry from the externals list #61194
  • Reduce memory/cache overhead from over loader processing #62005

Credits

Huge thanks to @​huozhi, @​shuding, @​Ethan-Arrowood, @​styfle, @​ijjk, @​ztanner, @​balazsorban44, @​kdy1, and @​williamli for helping!

... (truncated)

Commits
  • f1fc357 v14.1.4
  • e6a117b (backport) Update React from 60a927d04 to 4b84f1161 (#63476)
  • c227315 update assertion due to stack trace change
  • 3aae252 test: switch order of tests to avoid flakniess (#63482)
  • 4804982 fix broken create-next-app tests (#63019)
  • 81114f3 fix revalidation issue with route handlers (#63213)
  • 944a84c ensure mpa navigations to the same URL work after restoring from bfcache (#63...
  • 21e11f1 Ensure PromiseLikeOfReactNode is not included in .d.ts files (#63185)
  • 531cdb5 Fix metadata url cases should not append with trailing slash (#63050)
  • a3707f5 feat: add deploymentId config (#63198)
  • Additional commits viewable in compare view

Updates next-pwa from 5.5.5 to 5.6.0

Release notes

Sourced from next-pwa's releases.

5.6.0

Summary

BREAKING CHANGE

Start from version 5.6.0. This plugin function signature has been changed to follow the recommended pattern from next.js. Mainly extracting pwa config from mixing into rest of the next.js config. This is also less intrusive. See following commit for details.

shadowwalker/next-pwa@1e6af5f

Full Changelog: shadowwalker/next-pwa@5.5.6...5.6.0

5.5.6

Important

Version 5.5.5 included a broken change which prevent pwa config to be effective. This release will fix that.

What's Changed

New Contributors

Full Changelog: shadowwalker/next-pwa@5.5.5...5.5.6

Commits

Updates next-sitemap from 3.1.43 to 4.2.3

Release notes

Sourced from next-sitemap's releases.

v4.2.3

Changes:

  • 25bad1d8f274eba4b00702dbd7f4af2132e473c6 Merge pull request #677 from Barokai/patch-1
  • f15c78655e35b5cf80e2e57071f7ebd353d21328 Merge branch 'master' into patch-1
  • 499e6cb0a87070dfc3d4d70c4a27ec31c3451c4d Update package.json - add types to exports

This list of changes was auto generated.

v4.2.2

Changes:

  • acd9232800d00de77edac807537edf16f6583a19 Merge pull request #683 from trace2798/invalid_link
  • 37da19d3e51579fe45f9335acdd6854f9bc57d84 Merge branch 'master' into invalid_link
  • c14a470d8b082c0593c3c82f020bb381d7078569 added correct link

This list of changes was auto generated.

v4.2.1

Changes:

  • 7f8a9a86a4a1801a230ca2eecc77133be5227382 Merge pull request #695 from iamvishnusankar/fix/azure
  • cb28cc85eeeeb878fbc7516a62839355c57010b1 Bump version
  • 6213586b55921c8898cbdd34fa35a73eebd8778a Improve azure script
  • 0c16f87446242cc96c772be81d9dd40927f7ce61 Added tests
  • 6439f5f4d1dbcbb1db90dfc2586b46f5ebfb17f4 Simplify azure scripts
  • 33bafdcf2a000c5efdf6ec14dd33155ec87729b0 Merge pull request #694 from iamvishnusankar/fix/cjs-export
  • e7dd5fbbc23daaa061c63aa3e541f6535e42ba49 Fix turbo outputs
  • 85c8e7d9785385f8a674287c2859e2846e9778e4 [Fix] Missing dist/cjs directory [ #693 ]
  • a0c5c529f5927b8683241ab2915e514ffb6f6404 Merge pull request #669 from iamvishnusankar/fix/docs-next-sitemap
  • bcd1efc13e736e2a3b84cd98ea4a8cccbffff6bf Merge branch 'master' into fix/docs-next-sitemap
  • fb32e0e1b3f39fcdc3ac3b2beb531d591fa178f5 Fix lint errors
  • 296fb4f7106375a856c0abf779fc0e9bbe9328f8 Merge pull request #668 from iamvishnusankar/fix/docs-next-sitemap
  • 79d21a89b463f6fc9639faa401847e4a86aa6930 Use next-sitemap from workspace
  • 8d1c1819523e40e35b1889781bebdd5f17d7aca1 Added next-sitemap export mode
  • 72337d953c9c5a160bbface75324609b18e8518a Merge pull request #666 from iamvishnusankar/fix/docs-website
  • 7345c940648916bde67c434e2aae5ff125096016 Fix contentlayer
  • f77a9d3d0b0a9319357cb8789fcb128c8384fee8 Eslint ignore .contentlayer
  • f3f29b5a7d9d42294cabce44be4b8df5301fd5d5 Prettier ignore .contentlayer
  • 73aaff28bf5976b6cc6d74c502c4e98c4406055c Merge pull request #646 from trace2798/website
  • 0c70c65e0a583ad628ead9472689e191b7c2ed45 Fix build errors
  • 4bf396e024813e2e29f461552a59a5b86c000405 Fix format

... (truncated)

Changelog

Sourced from next-sitemap's changelog.

4.0.x

v4.0.x added support for next13.2+ appDir via Custom Route Handlers

API Changes

Generating dynamic/server-side sitemaps

  • getServerSideSitemapIndex: Generates index sitemaps based on urls provided and returns application/xml response. Supports next13+ route.{ts,js} file.

    • To continue using inside pages directory, import getServerSideSitemapIndexLegacy instead.
  • getServerSideSitemap: Generates sitemap based on field entires and returns application/xml response. Supports next13+ route.{ts,js} file.

    • To continue using inside pages directory, import getServerSideSitemapLegacy instead.
Commits

Updates reset-css from 5.0.1 to 5.0.2

Release notes

Sourced from reset-css's releases.

v5.0.2

Patch

  • Removes duplicate selector. Thanks Description has been truncated

Bumps the dev-dependencies group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [elder-futhark](https://github.com/stscoundrel/elder-futhark) | `1.0.9` | `1.0.10` |
| [futhorc](https://github.com/stscoundrel/futhorc) | `1.0.8` | `1.0.9` |
| [futhork](https://github.com/stscoundrel/futhork) | `1.1.8` | `1.1.9` |
| [next](https://github.com/vercel/next.js) | `13.1.1` | `14.1.4` |
| [next-pwa](https://github.com/shadowwalker/next-pwa) | `5.5.5` | `5.6.0` |
| [next-sitemap](https://github.com/iamvishnusankar/next-sitemap) | `3.1.43` | `4.2.3` |
| [reset-css](https://github.com/shannonmoeller/reset-css) | `5.0.1` | `5.0.2` |
| [sass](https://github.com/sass/dart-sass) | `1.57.1` | `1.72.0` |
| [staveless-futhark](https://github.com/stscoundrel/staveless-futhark) | `0.6.0` | `0.6.1` |
| [younger-futhark](https://github.com/stscoundrel/younger-futhark) | `1.2.4` | `1.2.5` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.0.26` | `18.2.73` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.47.1` | `7.4.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.42.0` | `7.4.0` |
| [cypress](https://github.com/cypress-io/cypress) | `12.2.0` | `13.7.1` |
| [eslint](https://github.com/eslint/eslint) | `8.31.0` | `8.57.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `13.1.1` | `14.1.4` |
| [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `2.12.1` | `2.15.1` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.2.0` | `27.9.0` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.6.1` | `6.8.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `28.1.3` | `29.7.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `28.1.6` | `29.5.12` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `29.3.1` | `29.7.0` |
| [node-mocks-http](https://github.com/eugef/node-mocks-http) | `1.12.1` | `1.14.1` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `4.9.4` | `5.4.3` |


Updates `elder-futhark` from 1.0.9 to 1.0.10
- [Release notes](https://github.com/stscoundrel/elder-futhark/releases)
- [Commits](stscoundrel/elder-futhark@v1.0.9...v1.0.10)

Updates `futhorc` from 1.0.8 to 1.0.9
- [Release notes](https://github.com/stscoundrel/futhorc/releases)
- [Commits](stscoundrel/futhorc@v1.0.8...v1.0.9)

Updates `futhork` from 1.1.8 to 1.1.9
- [Release notes](https://github.com/stscoundrel/futhork/releases)
- [Commits](stscoundrel/futhork@v1.1.8...v1.1.9)

Updates `next` from 13.1.1 to 14.1.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.1.1...v14.1.4)

Updates `next-pwa` from 5.5.5 to 5.6.0
- [Release notes](https://github.com/shadowwalker/next-pwa/releases)
- [Changelog](https://github.com/shadowwalker/next-pwa/blob/master/CHANGELOG.md)
- [Commits](shadowwalker/next-pwa@5.5.5...5.6.0)

Updates `next-sitemap` from 3.1.43 to 4.2.3
- [Release notes](https://github.com/iamvishnusankar/next-sitemap/releases)
- [Changelog](https://github.com/iamvishnusankar/next-sitemap/blob/master/changelog.md)
- [Commits](iamvishnusankar/next-sitemap@3.1.43...4.2.3)

Updates `reset-css` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/shannonmoeller/reset-css/releases)
- [Commits](shannonmoeller/reset-css@v5.0.1...v5.0.2)

Updates `sass` from 1.57.1 to 1.72.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.57.1...1.72.0)

Updates `staveless-futhark` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/stscoundrel/staveless-futhark/releases)
- [Commits](stscoundrel/staveless-futhark@v0.6.0...v0.6.1)

Updates `younger-futhark` from 1.2.4 to 1.2.5
- [Release notes](https://github.com/stscoundrel/younger-futhark/releases)
- [Commits](stscoundrel/younger-futhark@v1.2.4...v1.2.5)

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

Updates `@typescript-eslint/eslint-plugin` from 5.47.1 to 7.4.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.4.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.42.0 to 7.4.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.4.0/packages/parser)

Updates `cypress` from 12.2.0 to 13.7.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v12.2.0...v13.7.1)

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

Updates `eslint-config-next` from 13.1.1 to 14.1.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.1.4/packages/eslint-config-next)

Updates `eslint-plugin-cypress` from 2.12.1 to 2.15.1
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v2.12.1...v2.15.1)

Updates `eslint-plugin-jest` from 27.2.0 to 27.9.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@v27.2.0...v27.9.0)

Updates `eslint-plugin-jsx-a11y` from 6.6.1 to 6.8.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.6.1...v6.8.0)

Updates `jest` from 28.1.3 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

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

Updates `jest-environment-jsdom` from 29.3.1 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-environment-jsdom)

Updates `node-mocks-http` from 1.12.1 to 1.14.1
- [Release notes](https://github.com/eugef/node-mocks-http/releases)
- [Changelog](https://github.com/eugef/node-mocks-http/blob/master/HISTORY.md)
- [Commits](eugef/node-mocks-http@v1.12.1...v1.14.1)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

Updates `typescript` from 4.9.4 to 5.4.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v4.9.4...v5.4.3)

---
updated-dependencies:
- dependency-name: elder-futhark
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: futhorc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: futhork
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: next-pwa
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: next-sitemap
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: reset-css
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: staveless-futhark
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: younger-futhark
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: node-mocks-http
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-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, 2024
Copy link

vercel bot commented Apr 1, 2024

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

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
runes ⬜️ Ignored (Inspect) Visit Preview Apr 1, 2024 2:32am

Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-f75cb32b9e branch May 1, 2024 02:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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