Closed athrael-soju closed 1 month ago
[!CAUTION]
Review failed
The pull request is closed.
The changes in this pull request involve updates to two files: .gitignore
and package.json
. The .gitignore
file has been modified to include entries for ignoring files and directories named "certificates" and ".history". In package.json
, the version of the @tanstack/react-query-devtools
dependency has been updated from 4.36.1
to 5.59.15
, reflecting an upgrade without any other modifications to the file's structure or other dependencies.
File | Change Summary |
---|---|
.gitignore |
Added entries to ignore certificates and .history . |
package.json |
Updated @tanstack/react-query-devtools from 4.36.1 to 5.59.15 . |
sequenceDiagram
participant User
participant Git
participant PackageManager
User->>Git: Commit changes
Git->>Git: Check .gitignore
Git-->>User: Ignore certificates and .history
User->>PackageManager: Update package
PackageManager-->>User: Upgrade @tanstack/react-query-devtools to 5.59.15
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?
@athrael-soju is attempting to deploy a commit to the Team Bearstudio Team on Vercel.
A member of the Team first needs to authorize it.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
β¦@tanstack/react-query-devtools to 5.59.15
Describe your changes
closes #
Screenshots
Documentation
Checklist
pnpm storybook
command and everything is working(If you cannot update the french language, just let us know in the PR description)
Summary by CodeRabbit
.gitignore
to ignorecertificates
and.history
files/directories.@tanstack/react-query-devtools
dependency version from4.36.1
to5.59.15
.