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 28 updates #392

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the dev-dependencies group with 28 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.2.3
next-pwa 5.5.5 5.6.0
next-sitemap 3.1.43 4.2.3
react 18.2.0 18.3.1
@types/react 18.0.26 18.3.1
react-dom 18.2.0 18.3.1
reset-css 5.0.1 5.0.2
sass 1.57.1 1.76.0
staveless-futhark 0.6.0 0.6.1
younger-futhark 1.2.4 1.2.5
@typescript-eslint/eslint-plugin 5.47.1 7.8.0
@typescript-eslint/parser 5.42.0 7.8.0
cypress 12.2.0 13.8.1
eslint 8.31.0 9.1.1
eslint-config-next 13.1.1 14.2.3
eslint-plugin-cypress 2.12.1 3.0.2
eslint-plugin-jest 27.2.0 28.3.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
react-test-renderer 18.2.0 18.3.1
ts-node 10.9.1 10.9.2
typescript 4.9.4 5.4.5

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.2.3

Release notes

Sourced from next's releases.

v14.2.3

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

Core Changes

  • Fix: resolve mixed re-exports module as cjs (#64681)
  • fix: mixing namespace import and named import client components (#64809)
  • Fix mixed exports in server component with barrel optimization (#64894)
  • Fix next/image usage in mdx(#64875)
  • fix(fetch-cache): fix additional typo, add type & data validation (#64799)
  • prevent erroneous route interception during lazy fetch (#64692)
  • fix root page revalidation when redirecting in a server action (#64730)
  • fix: remove traceparent from cachekey should not remove traceparent from original object (#64727)
  • Clean-up fetch metrics tracking (#64746)

Credits

Huge thanks to @​huozhi, @​samcx, @​ztanner, @​Jeffrey-Zutt, and @​ijjk for helping!

v14.2.2

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

Core Changes

  • Fix Server Action error logs for unhandled POST requests (#64315)
  • Improve rendering performance (#64408)
  • Fix the method prop case in Server Actions transform (#64398)
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (#64405)
  • tweak test for Azure (#64424)
  • router restore should take priority over pending actions (#64449)
  • Fix client boundary inheritance for barrel optimization (#64467)
  • improve turborepo caching (#64493)
  • feat: strip traceparent header from cachekey (#64499)
  • Fix more Turbopack build tests
  • Update lockfile for compatibility with turbo (#64360)
  • Fix typo in dynamic-rendering.ts (#64365)
  • Fix DynamicServerError not being thrown in fetch (#64511)
  • fix(next): Metadata.openGraph values not resolving basic values when type is set (#63620)
  • disable production chunking in dev (#64488)
  • Fix cjs client components tree-shaking (#64558)
  • fix refresh behavior for discarded actions (#64532)
  • fix: filter out middleware requests in logging (#64549)
  • Turbopack: Allow client components to be imported in app routes (#64520)
  • Fix ASL bundling for dynamic css (#64451)
  • add pathname normalizer for actions (#64592)
  • fix incorrect refresh request when basePath is set (#64589)
  • test: skip turbopack build test (#64356)
  • hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (#64677)

... (truncated)

Commits
  • 2e7a96a v14.2.3
  • a230be4 Clean-up fetch metrics tracking (#64746)
  • 73c2d63 fix: remove traceparent from cachekey should not remove traceparent from orig...
  • dd44191 fix root page revalidation when redirecting in a server action (#64730)
  • 8b4c234 prevent erroneous route interception during lazy fetch (#64692)
  • d6a7ca0 fix(fetch-cache): fix additional typo, add type & data validation (#64799)
  • 4a6b511 Fix next/image usage in mdx (#64875)
  • 04cc13c Fix mixed exports in server component with barrel optimization (#64894)
  • 8d01d49 fix: mixing namespace import and named import client components (#64809)
  • de84e3a Fix: resolve mixed re-exports module as cjs (#64681)
  • 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
  • 25bad1d Merge pull request #677 from Barokai/patch-1
  • f15c786 Merge branch 'master' into patch-1
  • acd9232 Merge pull request #683 from trace2798/invalid_link
  • 37da19d Merge branch 'master' into invalid_link
  • 7f8a9a8 Merge pull request #695 from iamvishnusankar/fix/azure
  • cb28cc8 Bump version
  • 6213586 Improve azure script
  • 0c16f87 Added tests
  • 6439f5f Simplify azure scripts
  • 33bafdc Merge...

    Description has been truncated

Bumps the dev-dependencies group with 28 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.2.3` |
| [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` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.0.26` | `18.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [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.76.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` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.47.1` | `7.8.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.42.0` | `7.8.0` |
| [cypress](https://github.com/cypress-io/cypress) | `12.2.0` | `13.8.1` |
| [eslint](https://github.com/eslint/eslint) | `8.31.0` | `9.1.1` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `13.1.1` | `14.2.3` |
| [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `2.12.1` | `3.0.2` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.2.0` | `28.3.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` |
| [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) | `18.2.0` | `18.3.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.5` |


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.2.3
- [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.2.3)

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 `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

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

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

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.76.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.76.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.3.1
- [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.8.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.8.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.42.0 to 7.8.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.8.0/packages/parser)

Updates `cypress` from 12.2.0 to 13.8.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.8.1)

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

Updates `eslint-config-next` from 13.1.1 to 14.2.3
- [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.2.3/packages/eslint-config-next)

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

Updates `eslint-plugin-jest` from 27.2.0 to 28.3.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...v28.3.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 `react-test-renderer` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-test-renderer)

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.5
- [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.5)

---
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: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-major
  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-major
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: react-test-renderer
  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 May 1, 2024
Copy link

vercel bot commented May 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 May 1, 2024 2:30am

Copy link
Contributor Author

dependabot bot commented on behalf of github May 25, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-594ffbca6b branch May 25, 2024 06:36
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.

1 participant