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 npm-production group across 1 directory with 5 updates #188

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2025

Bumps the npm-production group with 5 updates in the / directory:

Package From To
@hookform/resolvers 4.1.0 4.1.3
@mui/material 6.4.5 6.4.7
@primer/octicons-react 19.15.0 19.15.1
next 15.2.0 15.2.1
tailwind-merge 3.0.1 3.0.2

Updates @hookform/resolvers from 4.1.0 to 4.1.3

Release notes

Sourced from @​hookform/resolvers's releases.

v4.1.3

4.1.3 (2025-03-03)

Bug Fixes

  • escape square brackets in field name regex pattern (#752) (50dd4ad)

v4.1.2

4.1.2 (2025-02-24)

Bug Fixes

  • standard-schema: move @​standard-schema/utils to dependencies (#748) (ded1746)

v4.1.1

4.1.1 (2025-02-22)

Bug Fixes

  • standard-schema: Propertly handle object path segments (#746) (8ffada0)
Commits
  • 50dd4ad fix: escape square brackets in field name regex pattern (#752)
  • ded1746 fix(standard-schema): move @​standard-schema/utils to dependencies (#748)
  • 8ffada0 fix(standard-schema): Propertly handle object path segments (#746)
  • See full diff in compare view

Updates @mui/material from 6.4.5 to 6.4.7

Release notes

Sourced from @​mui/material's releases.

v6.4.7

Mar 5, 2025

A big thanks to the 2 contributors who made this release possible.

@mui/[email protected]

v6.4.6

A big thanks to the 4 contributors who made this release possible.

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​sai6855, @​siriwatknp, @​ZeeshanTamboli

Changelog

Sourced from @​mui/material's changelog.

6.4.7

Mar 5, 2025

A big thanks to the 3 contributors who made this release possible.

@mui/[email protected]

Core

All contributors of this release in alphabetical order: @​arminmeh, @​DiegoAndai, @​siriwatknp

6.4.6

Feb 26, 2025

A big thanks to the 4 contributors who made this release possible.

@mui/[email protected]

Docs

... (truncated)

Commits

Updates @primer/octicons-react from 19.15.0 to 19.15.1

Release notes

Sourced from @​primer/octicons-react's releases.

v19.15.1

Patch Changes

Changelog

Sourced from @​primer/octicons-react's changelog.

19.15.1

Patch Changes

Commits

Updates next from 15.2.0 to 15.2.1

Release notes

Sourced from next's releases.

v15.2.1

Core Changes

  • Unify Link and Form prefetching: #76184
  • Turbopack: Ensure server actions sourcemaps tests pass: #76157
  • [dev-overlay] control dark theme in one place: #76528
  • [dev-overlay] change css var for terminal: #76590
  • [dev-overlay] Discriminate stack frame settled typed: #76517
  • Remove obsolete sourcePackage references: #76550
  • refactor: remove unused variable in externals handling: #76599
  • fix: Add popular embedding libraries to serverExternalPackages: #76574
  • [Segment Cache] Implement hash-only navigations: #76179
  • Webpack: abstract away getting compilation spans: #76579
  • report compiler duration for webpack and improve numbers: #76665
  • [dev-overlay] fix dark theme missing close bracket: #76672
  • Remove revalidate property from incremental cache ctx for FETCH kind: #76500
  • [dev-overlay] fix: env name label style was out of sync with error type label: #76668
  • Turbopack: avoid celling source maps before minify: #76626
  • refactor(CI): Merge all four bundler test manifest scripts into one: #76652
  • [metadata] fix duplicate metadata for parallel routes: #76669
  • [Segment Cache] Omit from bundle if flag disabled: #76622
  • [Segment Cache] Support output: "export" mode: #75671
  • [Segment Cache] Refresh on same-page navigation: #76223
  • [metadata] re-enable streaming metadata with PPR: #76119
  • [Segment Cache] Search param fallback handling: #75990
  • [Segment Cache] Fix: canonicalURL omits origin: #76444
  • fix metadata basePath for manifest: #76681
  • Propagate expire time to cache-control header and prerender manifest: #76207
  • Show revalidate/expire columns in build output: #76343
  • Gate alternate bundler behind canary only: #76634
  • [dynamicIO] routes with dynamic segments should be able to be static in dev: #76691
  • [repo] upgrade ts 5.8.2: #76709
  • [metadata]: ensure metadata boundary is only rendered once on client nav: #76692
  • [metadata] clean up redudant options: #76712
  • Fix uniqueness detection for generateStaticParams: #76713
  • Upgrade React from 22e39ea7-20250225 to d55cc79b-20250228: #76680
  • [Turbopack] Compute module batches and use them for chunking: #76133
  • [Dev Tools] Improve keyboard interactions for menu & overlays: #76754
  • Keep server code out of browser chunks: #76660
  • Turbopack: inline minify into code generation and make it a plain function instead of a turbo tasks function: #76628
  • fix edge runtime asset fetch in pages api: #76750
  • Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler: #76682

Example Changes

  • docs: fix reading params code blocks: #76705

Misc Changes

  • fix(rustdoc): Fix rustdoc warnings, block on rustdoc failures in CI: #76448

... (truncated)

Commits
  • 6338781 v15.2.1
  • 197b4bb v15.2.1-canary.6
  • f5e2dcc Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler (#...
  • e45411e Fix flaky Bun test (#76763)
  • 0940320 chore(github): move top prs and feature requests to different Slack channel (...
  • 4369731 feat(CI): Revalidate vercel data cache on areweturboyet after uploading data ...
  • 58a22f7 Disable flaky Turbopack tests (#76760)
  • 6dc8579 fix edge runtime asset fetch in pages api (#76750)
  • ead6e95 Fix: missing close brace in demo code (#76549)
  • bd39335 toDisplayRedbox(): replace all occurrences of testDir (#76618)
  • Additional commits viewable in compare view

Updates tailwind-merge from 3.0.1 to 3.0.2

Release notes

Sourced from tailwind-merge's releases.

v3.0.2

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v3.0.1...v3.0.2

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and a private sponsor for sponsoring tailwind-merge! ❤️

Commits
  • b5423b8 v3.0.2
  • 6ac89ac add changelog for v3.0.2
  • 2475d15 Merge pull request #538 from dcastil/bugfix/536/fix-px-value-not-being-recogn...
  • 6fcfdad add test case for px value in spacing scale
  • 9cb92c4 put px value into spacing scale
  • d862881 Merge pull request #535 from dcastil/dependabot/npm_and_yarn/dot-github/actio...
  • d246731 Bump @​octokit/plugin-paginate-rest in /.github/actions/metrics-report
  • 2e8f3d5 Merge pull request #533 from dcastil/dependabot/npm_and_yarn/dot-github/actio...
  • 50921de Bump @​octokit/request in /.github/actions/metrics-report
  • 431c42a Merge pull request #531 from dcastil/dependabot/npm_and_yarn/dot-github/actio...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team March 7, 2025 15:13
@dependabot dependabot bot requested a review from a team as a code owner March 7, 2025 15:13
@dependabot dependabot bot added dependabot Dependabot issues and PRs npm Node.js issues and PRs labels Mar 7, 2025
Copy link

github-actions bot commented Mar 7, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 4 0 0.03s
✅ JSON jsonlint 6 0 0.18s
✅ JSON prettier 6 0 0.66s
✅ JSON v8r 6 0 9.04s
✅ MARKDOWN markdownlint 5 0 0.57s
✅ MARKDOWN markdown-link-check 5 0 2.54s
✅ REPOSITORY checkov yes no 13.16s
✅ REPOSITORY gitleaks yes no 4.35s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 0.97s
✅ REPOSITORY trivy-sbom yes no 2.47s
✅ TYPESCRIPT prettier 3 0 0.49s
✅ YAML prettier 9 0 0.52s
✅ YAML v8r 9 0 5.55s
✅ YAML yamllint 9 0 0.45s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@ncalteen
Copy link
Contributor

ncalteen commented Mar 7, 2025

@dependabot rebase

Bumps the npm-production group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `4.1.0` | `4.1.3` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.4.5` | `6.4.7` |
| [@primer/octicons-react](https://github.com/primer/octicons) | `19.15.0` | `19.15.1` |
| [next](https://github.com/vercel/next.js) | `15.2.0` | `15.2.1` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.0.1` | `3.0.2` |



Updates `@hookform/resolvers` from 4.1.0 to 4.1.3
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v4.1.0...v4.1.3)

Updates `@mui/material` from 6.4.5 to 6.4.7
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v6.4.7/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.4.7/packages/mui-material)

Updates `@primer/octicons-react` from 19.15.0 to 19.15.1
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.15.0...v19.15.1)

Updates `next` from 15.2.0 to 15.2.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.2.0...v15.2.1)

Updates `tailwind-merge` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@primer/octicons-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-production-ecc335d4d2 branch from 81024a8 to 7363a66 Compare March 7, 2025 15:18
@ncalteen ncalteen merged commit e2c4ae6 into main Mar 7, 2025
4 checks passed
@ncalteen ncalteen deleted the dependabot/npm_and_yarn/npm-production-ecc335d4d2 branch March 7, 2025 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Dependabot issues and PRs npm Node.js issues and PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant