Skip to content
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

Bump the non-majors group with 25 updates #242

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps the non-majors group with 25 updates:

Package From To
chart.js 4.4.1 4.4.2
firebase 10.8.0 10.8.1
i18next 23.8.2 23.10.0
jotai 2.6.4 2.7.0
lucide-react 0.323.0 0.344.0
nanoid 5.0.5 5.0.6
next 14.1.0 14.1.2
next-i18n-router 5.2.1 5.3.1
react-hook-form 7.50.1 7.51.0
swr 2.2.4 2.2.5
valibot 0.28.0 0.29.0
@next/bundle-analyzer 14.1.0 14.1.2
@types/react 18.2.55 18.2.62
@types/react-dom 18.2.18 18.2.19
@vitest/coverage-v8 1.2.2 1.3.1
autoprefixer 10.4.17 10.4.18
cssnano 6.0.3 6.0.5
eslint 8.56.0 8.57.0
eslint-config-next 14.1.0 14.1.2
eslint-plugin-react 7.33.2 7.34.0
happy-dom 13.3.8 13.6.2
husky 9.0.10 9.0.11
postcss 8.4.34 8.4.35
vite 5.0.12 5.1.5
vitest 1.2.2 1.3.1

Updates chart.js from 4.4.1 to 4.4.2

Release notes

Sourced from chart.js's releases.

v4.4.2

Essential Links

Bugs Fixed

  • #11685 addListener and removeListener should be only invoked on truthy values
  • #11682 fix #11503, autoskipping 0 tick when min is below 0
  • #11616 fix(#11615): fix calculating caretX position on stacked bar with index interaction.

Types

  • #11662 bugfix #10896 - Changed 'r' to optional for BubbleChart

Documentation

  • #11674 docs(types): fix description in index.d.ts
  • #11614 Add extra calrification for html legend

Development

  • #11689 Bump to 4.4.2
  • #11664 Bump pnpm/action-setup from 2.4.0 to 3.0.0
  • #11657 Bump release-drafter/release-drafter from 5 to 6
  • #11650 Bump dorny/paths-filter from 2 to 3
  • #11636 Bump socket.io-parser from 4.2.2 to 4.2.4
  • #11635 Bump follow-redirects from 1.15.2 to 1.15.4
  • #11633 Update pnpm lockfile

Thanks to @​DAcodedBEAT, @​LeeLenaleee, @​Megaemce, @​dependabot, @​dependabot[bot], @​mirumirumi, @​smoonsf and @​waszkiewiczja

Commits

Updates firebase from 10.8.0 to 10.8.1

Commits

Updates i18next from 23.8.2 to 23.10.0

Release notes

Sourced from i18next's releases.

v23.10.0

  • Add 'isInitializing' property so we're able to detect init() was already called 2141

v23.9.0

  • types: support nested keys in InterpolationMap 2140 fixes 2014

v23.8.3

  • prevent resource mutation when using addResourceBundle 2081
Changelog

Sourced from i18next's changelog.

23.10.0

  • Add 'isInitializing' property so we're able to detect init() was already called 2141

23.9.0

  • types: support nested keys in InterpolationMap 2140 fixes 2014

23.8.3

  • prevent resource mutation when using addResourceBundle 2081
Commits

Updates jotai from 2.6.4 to 2.7.0

Release notes

Sourced from jotai's releases.

v2.7.0

We've improved the use of WeakMap for better memory management. Please report to us if any regressions are found.

What's Changed

Full Changelog: pmndrs/jotai@v2.6.5...v2.7.0

v2.6.5

Some type improvements!

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.6.4...v2.6.5

Commits

Updates lucide-react from 0.323.0 to 0.344.0

Release notes

Sourced from lucide-react's releases.

New icons 0.344.0

Modified Icons 🔨

New icons 0.343.0

Modified Icons 🔨

New icons 0.342.0

New icons 🎨

Modified Icons 🔨

New icons 0.341.0

New icons 🎨

New icons 0.340.0

Modified Icons 🔨

... (truncated)

Commits

Updates nanoid from 5.0.5 to 5.0.6

Release notes

Sourced from nanoid's releases.

5.0.6

  • Fixed React Native support.
Changelog

Sourced from nanoid's changelog.

5.0.6

  • Fixed React Native support.
Commits

Updates next from 14.1.0 to 14.1.2

Release notes

Sourced from next's releases.

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!

v14.1.2-canary.5

Core Changes

  • refactor(analysis): rust based page-static-info, deprecate js parse interface in next-swc: #61832

Example Changes

  • Update auth-with-stytch example to link to the official guide: #62770
  • Update with-webassembly example to fix hydration error: #62807
  • Link to iron-session example: #62808
  • Add missing dependencies to with-mdbreact: #62810
  • Remove with-semantic-ui example: #62811
  • Remove with-reasonml-todo example: #62812
  • Remove deprecated library example: #62813
  • Fix react-native-web example for Turbopack: #62814
  • Fix with-quill-js example: #62819

Credits

Huge thanks to @​timneutkens and @​kwonoj for helping!

v14.1.2-canary.4

Core Changes

  • build(cargo): update turbopack: #62744
  • Turbopack: sass support: #62717

Credits

Huge thanks to @​kwonoj and @​sokra for helping!

v14.1.2-canary.3

... (truncated)

Commits

Updates next-i18n-router from 5.2.1 to 5.3.1

Release notes

Sourced from next-i18n-router's releases.

v5.3.1

  • Fixes a TypeScript compilation issue that occurred during release of v5.3.0.

v5.3.0

  • Change default of serverSetCookie to "always".
  • Add "never" option to serverSetCookie. This is the same as undefined in previous versions.
Changelog

Sourced from next-i18n-router's changelog.

5.3.0

  • Change default of serverSetCookie to "always".
  • Add "never" option to serverSetCookie. This is the same as undefined in previous versions.
Commits

Updates react-hook-form from 7.50.1 to 7.51.0

Release notes

Sourced from react-hook-form's releases.

Version 7.51.0

💬 add isValidating and validatingFields to field state (#10657)

const { formState: { validatingFields } } = useForm({ mode: 'onBlur' });

⌨️ chore: replace ts-ignore with ts-expect-error (#11573) 🧗‍♂️ chore: update lib dev deps (#11548) 💅 related #11541 improve dirty check when undefined provided with reset api 😾 fix #11514 issue under strict mode reset invoke twice reset mounted field names with keepDirtyValues (#11546) 🤡 fix flush root render hack (#11521) 🧽 chore: removed unused utils and resp. test cases (#11476) 🐞 close #11503 issue dirty field update with async validation (#11509)

Revert "🔧 fix data param in handleSubmit when TTransformedValues is a union type (#11420)" Revert "✨ feat(values): priorities values over defaultvalues (#11399)" (#11545)

❤️ Thanks to @​deepgolani4, @​pbankonier and @​deepgolani4 ❤️ Thank you principal.com for your contribution

Changelog

Sourced from react-hook-form's changelog.

[7.51.0] - 2024-3-2

Added

  • added 'validateFields' to formState
const { formState: { validateFields } } = useForm();

[7.49.0] - 2023-12-10

Added

  • add reactive errors prop at useForm
useForm({
  errors, // Server errors
});

[7.48.0] - 2023-11-05

Added

  • added new disabled prop for useForm to disable the entire form
const App = () => {
  const [disabled, setDisabled] = useState(false);
  const { handleSubmit } = useForm({ disabled });

return ( <form onSubmit={handleSubmit(async () => { setDisabled(true); await sleep(100); setDisabled(false); })} / > ); }

[7.47.0] - 2023-10-02

Added

  • reset api with keepIsSubmitSuccessful option, keep successfully submitted form state.

... (truncated)

Commits
  • 9b14d0f 7.51.0
  • 215d633 ⌨️ chore: replace ts-ignore with ts-expect-error (#11573)
  • ec8a46e 🧗‍♂️ chore: update lib dev deps (#11548)
  • bba5524 💅 related #11541 improve dirty check when undefined provided with reset api
  • ebc1f2c 💬 add isValidating and validatingFields to field state (#10657)
  • 92a9a97 😾 fix #11514 issue under strict mode reset invoke twice reset mounted field n...
  • 2d58212 Revert "✨ feat(values): priorities values over defaultvalues (#11399)" (#11545)
  • b6bbd8a 🤡 fix flush root render hack (#11521)
  • 8b12f99 Revert "🔧 fix data param in handleSubmit when TTransformedValues is a union t...
  • 73d7c10 ❤️ thank you principal.com for your contribution
  • Additional commits viewable in compare view

Updates swr from 2.2.4 to 2.2.5

Release notes

Sourced from swr's releases.

v2.2.5

Patches

Misc

New Contributors

Full Changelog: vercel/swr@v2.2.4...v2.2.5

Commits

Updates valibot from 0.28.0 to 0.29.0

Release notes

Sourced from valibot's releases.

v0.29.0

Many thanks to @​Mini-ghost, @​ivands and @​Demivan for contributing to this release.

  • Add every and some pipeline validation action
  • Add input of schema to getter function of recursive and recursiveAsync schema (pull request #441)
  • Change implementation of transform and transformAsync method to only run transformations if there are no issues (issue #436)
  • Rename recursive and recursiveAsync schema to lazy and lazyAsync (issue #440)
  • Fix bug in i18n util when using setSchemaMessage

v0.28.1

Many thanks to @​compulim for contributing to this release.

  • Fix bug in union and unionAsync schema for transformed inputs (issue #420)
Commits
  • 956d6e2 Bump version to v0.29.0 and update changelog
  • 4c801c1 Rename recursive schema to lazy #440
  • 59cd0e7 Rename playground script of library to play
  • f7de9bf Fix bug in i18n when using setSchemaMessage
  • 4840131 Change implementation of transform method #436
  • 4ad10b4 Bump version of @​valibot/i18n to v0.7.0
  • 0d521e7 Merge pull request #439 from sifferhans/feature/norwegian
  • b9f3983 Add content to multipleOf API reference on website
  • 4ebb57b Add content to notLength API reference on website
  • a174d77 Add content to includes API reference on website
  • Additional commits viewable in compare view

Updates @next/bundle-analyzer from 14.1.0 to 14.1.2

Release notes

Sourced from @​next/bundle-analyzer's releases.

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!

v14.1.2-canary.5

Core Changes

  • refactor(analysis): rust based page-static-info, deprecate js parse interface in next-swc: #61832

Example Changes

  • Update auth-with-stytch example to link to the official guide: #62770
  • Update with-webassembly example to fix hydration error: #62807
  • Link to iron-session example: #62808
  • Add missing dependencies to with-mdbreact: #62810
  • Remove with-semantic-ui example: #62811
  • Remove with-reasonml-todo example: #62812
  • Remove deprecated library example: #62813
  • Fix react-native-web example for Turbopack: #62814
  • Fix with-quill-js example: #62819

Credits

Huge thanks to @​timneutkens and @​kwonoj for helping!

v14.1.2-canary.4

Core Changes

  • build(cargo): update turbopack: #62744
  • Turbopack: sass support: #62717

Credits

Huge thanks to @​kwonoj and @​sokra for helping!

v14.1.2-canary.3

... (truncated)

Commits

Updates @types/react from 18.2.55 to 18.2.62

Commits

Updates @types/react-dom from 18.2.18 to 18.2.19

Commits

Updates @vitest/coverage-v8 from 1.2.2 to 1.3.1

Release notes

Sourced from @​vitest/coverage-v8's releases.

v1.3.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.3.0

🚀 Features

🐞 Bug Fixes

... (truncated)

CommitsDescription has been truncated

Bumps the non-majors group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.1` | `4.4.2` |
| [firebase](https://github.com/firebase/firebase-js-sdk) | `10.8.0` | `10.8.1` |
| [i18next](https://github.com/i18next/i18next) | `23.8.2` | `23.10.0` |
| [jotai](https://github.com/pmndrs/jotai) | `2.6.4` | `2.7.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.323.0` | `0.344.0` |
| [nanoid](https://github.com/ai/nanoid) | `5.0.5` | `5.0.6` |
| [next](https://github.com/vercel/next.js) | `14.1.0` | `14.1.2` |
| [next-i18n-router](https://github.com/i18nexus/next-i18n-router) | `5.2.1` | `5.3.1` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.50.1` | `7.51.0` |
| [swr](https://github.com/vercel/swr) | `2.2.4` | `2.2.5` |
| [valibot](https://github.com/fabian-hiller/valibot) | `0.28.0` | `0.29.0` |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `14.1.0` | `14.1.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.55` | `18.2.62` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.18` | `18.2.19` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.2.2` | `1.3.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.17` | `10.4.18` |
| [cssnano](https://github.com/cssnano/cssnano) | `6.0.3` | `6.0.5` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.0` | `14.1.2` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.34.0` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `13.3.8` | `13.6.2` |
| [husky](https://github.com/typicode/husky) | `9.0.10` | `9.0.11` |
| [postcss](https://github.com/postcss/postcss) | `8.4.34` | `8.4.35` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.12` | `5.1.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.2` | `1.3.1` |


Updates `chart.js` from 4.4.1 to 4.4.2
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.1...v4.4.2)

Updates `firebase` from 10.8.0 to 10.8.1
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/[email protected]@10.8.1)

Updates `i18next` from 23.8.2 to 23.10.0
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.8.2...v23.10.0)

Updates `jotai` from 2.6.4 to 2.7.0
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.6.4...v2.7.0)

Updates `lucide-react` from 0.323.0 to 0.344.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.344.0/packages/lucide-react)

Updates `nanoid` from 5.0.5 to 5.0.6
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.0.5...5.0.6)

Updates `next` from 14.1.0 to 14.1.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.1.0...v14.1.2)

Updates `next-i18n-router` from 5.2.1 to 5.3.1
- [Release notes](https://github.com/i18nexus/next-i18n-router/releases)
- [Changelog](https://github.com/i18nexus/next-i18n-router/blob/main/CHANGELOG.md)
- [Commits](i18nexus/next-i18n-router@v5.2.1...v5.3.1)

Updates `react-hook-form` from 7.50.1 to 7.51.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.50.1...v7.51.0)

Updates `swr` from 2.2.4 to 2.2.5
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@v2.2.4...v2.2.5)

Updates `valibot` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/fabian-hiller/valibot/releases)
- [Commits](fabian-hiller/valibot@v0.28.0...v0.29.0)

Updates `@next/bundle-analyzer` from 14.1.0 to 14.1.2
- [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.2/packages/next-bundle-analyzer)

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

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

Updates `@vitest/coverage-v8` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.1/packages/coverage-v8)

Updates `autoprefixer` from 10.4.17 to 10.4.18
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.17...10.4.18)

Updates `cssnano` from 6.0.3 to 6.0.5
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@6.0.5)

Updates `eslint` from 8.56.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.56.0...v8.57.0)

Updates `eslint-config-next` from 14.1.0 to 14.1.2
- [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.2/packages/eslint-config-next)

Updates `eslint-plugin-react` from 7.33.2 to 7.34.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.0)

Updates `happy-dom` from 13.3.8 to 13.6.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v13.3.8...v13.6.2)

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

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

Updates `vite` from 5.0.12 to 5.1.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.5/packages/vite)

Updates `vitest` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.1/packages/vitest)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: firebase
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: jotai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: nanoid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: next-i18n-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: swr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: valibot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: cssnano
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 4, 2024
Copy link

vercel bot commented Mar 4, 2024

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

Name Status Preview Comments Updated (UTC)
dice-spec-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 4, 2024 11:19pm

Copy link

github-actions bot commented Mar 4, 2024

📦 Next.js Bundle Analysis for dice-spec-v2

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 79.37 KB (🟢 -9 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (200 KB)
/_error 182 B 79.55 KB 39.77% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2024

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

@dependabot dependabot bot closed this Mar 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/non-majors-ae6e889a8a branch March 11, 2024 22:49
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants