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

chore: bump the production-dependencies group with 3 updates #478

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 3 updates: dayjs, nextjs-toploader and react-router-dom.

Updates dayjs from 1.11.12 to 1.11.13

Release notes

Sourced from dayjs's releases.

v1.11.13

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)
Changelog

Sourced from dayjs's changelog.

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)
Commits

Updates nextjs-toploader from 1.6.12 to 3.6.15

Release notes

Sourced from nextjs-toploader's releases.

nextjs-toploader v3.6.15

v3.6.15

Updated

  • Updated copyright year in LICENSE

Fixed

  • Fixed typo in template value in prop type table in README

nextjs-toploader v3.6.14

v3.6.14

Fixed

  • Fixed typo in template value and shadow value in prop type table in README

nextjs-toploader v3.6.13

v3.6.13

Fixed

  • Fixed imports, PagesTopLoader imported incorrectly like nextjs-toploader/dist/pages and useEffect like nextjs-toploader/dist/app in v3.6.12

nextjs-toploader v3.6.12

v3.6.12

Added (major changes)

  • Added new import for PagesTopLoader

  • Added new import for custom useRouter hook

Updated

  • Fixing for react js
  • Updated README.md Documentation made it more readable.

nextjs-toploader v2.6.12

v2.6.12

Added (major changes)

  • Added PagesTopLoader Component to make useRouter hook supported in pages router

  • Added custom useRouter hook to trigger TopLoader for app router

Updated

... (truncated)

Changelog

Sourced from nextjs-toploader's changelog.

v1.6.12

Fixed

  • Fixed indefinite animation when replacing current route
  • Moved @​types/nprogress into devDependencies

v2.6.12

Added (major changes)

  • Added PagesTopLoader Component to make useRouter hook supported in pages router

  • Added custom useRouter hook to trigger TopLoader for app router

Updated

  • Updated README.md Documentation made it more readable.

v3.6.12

Added (major changes)

  • Added new import for PagesTopLoader

  • Added new import for custom useRouter hook

Updated

  • Fixing for react js
  • Updated README.md Documentation made it more readable.

v3.6.13

Fixed

  • Fixed imports, PagesTopLoader imported incorrectly like nextjs-toploader/dist/pages and useEffect like nextjs-toploader/dist/app

v3.6.14

Fixed

  • Fixed typo in template value and shadow value in prop type table in README

v3.6.15

Updated

  • Updated copyright year in LICENSE

... (truncated)

Commits
  • 2e46bf9 fixed typo in template value in prop type table in README
  • 3982df8 fix: typo in template value and shadow value in prop type table in README
  • a8f524c updated version and jsr package support hold for some time
  • d3a08e3 fix: imports, PagesTopLoader imported incorrectly like nextjs-toploader/dist/...
  • f739118 update jsr version no.
  • 230bac2 update version no.
  • 9b5f213 major v3.6.12
  • fdc5615 fix nextjs-toploader version for jsr
  • cb8c3d4 Fix Financial Contributor Logo
  • 2b08963 feat: Updated v2.6.12 to support useRouter hook and updated docs to be more r...
  • See full diff in compare view

Updates react-router-dom from 6.26.0 to 6.26.1

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.26.1

Patch Changes

Commits

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

Summary by CodeRabbit

  • Dependencies Update
    • Updated dayjs to version 1.11.13 for improved date handling.
    • Upgraded nextjs-toploader to version 3.6.15, potentially enhancing loading performance and features.
    • Updated react-router-dom to version 6.26.1, ensuring better routing capabilities.

Bumps the production-dependencies group with 3 updates: [dayjs](https://github.com/iamkun/dayjs), [nextjs-toploader](https://github.com/TheSGJ/nextjs-toploader) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom).


Updates `dayjs` from 1.11.12 to 1.11.13
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.12...v1.11.13)

Updates `nextjs-toploader` from 1.6.12 to 3.6.15
- [Release notes](https://github.com/TheSGJ/nextjs-toploader/releases)
- [Changelog](https://github.com/TheSGJ/nextjs-toploader/blob/master/CHANGELOG.md)
- [Commits](TheSGJ/nextjs-toploader@v1.6.12...v3.6.15)

Updates `react-router-dom` from 6.26.0 to 6.26.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nextjs-toploader
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2024
Copy link
Contributor

coderabbitai bot commented Sep 1, 2024

Walkthrough

Walkthrough

The package.json file has been updated to reflect changes in the dependencies section. Specifically, the versions of three packages have been incremented: dayjs from ^1.11.12 to ^1.11.13, nextjs-toploader from ^1.6.12 to ^3.6.15, and react-router-dom from ^6.26.0 to ^6.26.1.

Changes

File Change Summary
package.json Updated dayjs from ^1.11.12 to ^1.11.13, nextjs-toploader from ^1.6.12 to ^3.6.15, and react-router-dom from ^6.26.0 to ^6.26.1.

Tip

Early access features: disabled

We are currently testing the following features in early access:

  • Anthropic claude-3-5-sonnet for code reviews: The new Claude model has stronger code understanding and code generation capabilities than the previous models. We're excited to hear your feedback as we evaluate its performance over the next few days.

Note:

  • You can enable or disable early access features from the CodeRabbit UI or by updating the CodeRabbit configuration file.
  • Please join our Discord Community to provide feedback and report issues on the discussion post.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@SpaNb4 SpaNb4 merged commit bc0134e into main Sep 3, 2024
6 checks passed
@SpaNb4 SpaNb4 deleted the dependabot/npm_and_yarn/production-dependencies-6dd8383ea8 branch September 3, 2024 06:38
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.

2 participants