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

build(deps): bump the deps group with 5 updates #256

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the deps group with 5 updates:

Package From To
@rbxts/lapis 0.3.0 0.3.3
@rbxts/pretty-react-hooks 0.5.0 0.5.2
@rbxts/react-roblox 0.3.6 0.4.0
@rbxts/remo 1.4.0 1.5.0
@rbxts/ripple 0.8.1 0.8.2

Updates @rbxts/lapis from 0.3.0 to 0.3.3

Changelog

Sourced from @​rbxts/lapis's changelog.

Lapis Changelog

Unreleased Changes

0.3.1 - July 6, 2024

  • Added Document:keyInfo(). It returns the last updated DataStoreKeyInfo returned from loading, saving, or closing the document. (#50)
  • Migrations can now update the data mutably. Note: The value still needs to be returned from the migration function. (#51)
  • Gracefully handle validate throwing an error in Collection:load. Before it would keep retrying the load and spam the console with confusing errors. (#52)
  • Allow defaultData to be a function. The return value will be validated when a new document is created. (#53)
  • Migrations can now be marked as backwardsCompatible. This allows documents to be loaded on servers with an older version as long as they are compatible. For more information, see the docs. (#54)
  • The validate option for collections is now optional. (#56)
  • Add freezeData option to collections to allow mutable updates to documents. (#57)

#50: nezuo/lapis#50 #51: nezuo/lapis#51 #52: nezuo/lapis#52 #53: nezuo/lapis#53 #54: nezuo/lapis#54 #56: nezuo/lapis#56 #57: nezuo/lapis#57

Commits

Updates @rbxts/pretty-react-hooks from 0.5.0 to 0.5.2

Commits

Updates @rbxts/react-roblox from 0.3.6 to 0.4.0

Release notes

Sourced from @​rbxts/react-roblox's releases.

0.4.0

What's Changed

New Contributors

Full Changelog: littensy/rbxts-react@v0.3.6...v0.4.0

Commits

Updates @rbxts/remo from 1.4.0 to 1.5.0

Release notes

Sourced from @​rbxts/remo's releases.

🤝 1.5.0

What's Changed

Full Changelog: littensy/remo@v1.4.0...v1.5.0

Commits

Updates @rbxts/ripple from 0.8.1 to 0.8.2

Release notes

Sourced from @​rbxts/ripple's releases.

0.8.2

What's Changed

New Contributors

Full Changelog: littensy/ripple@v0.8.1...v0.8.2

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

Bumps the deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@rbxts/lapis](https://github.com/sasial-dev/lapis) | `0.3.0` | `0.3.3` |
| [@rbxts/pretty-react-hooks](https://github.com/littensy/pretty-react-hooks) | `0.5.0` | `0.5.2` |
| [@rbxts/react-roblox](https://github.com/littensy/rbxts-react) | `0.3.6` | `0.4.0` |
| [@rbxts/remo](https://github.com/littensy/remo) | `1.4.0` | `1.5.0` |
| [@rbxts/ripple](https://github.com/littensy/ripple) | `0.8.1` | `0.8.2` |


Updates `@rbxts/lapis` from 0.3.0 to 0.3.3
- [Changelog](https://github.com/sasial-dev/lapis/blob/typings/CHANGELOG.md)
- [Commits](https://github.com/sasial-dev/lapis/commits)

Updates `@rbxts/pretty-react-hooks` from 0.5.0 to 0.5.2
- [Commits](https://github.com/littensy/pretty-react-hooks/commits)

Updates `@rbxts/react-roblox` from 0.3.6 to 0.4.0
- [Release notes](https://github.com/littensy/rbxts-react/releases)
- [Commits](littensy/rbxts-react@v0.3.6...v0.4.0)

Updates `@rbxts/remo` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/littensy/remo/releases)
- [Commits](littensy/remo@v1.4.0...v1.5.0)

Updates `@rbxts/ripple` from 0.8.1 to 0.8.2
- [Release notes](https://github.com/littensy/ripple/releases)
- [Commits](littensy/ripple@v0.8.1...v0.8.2)

---
updated-dependencies:
- dependency-name: "@rbxts/lapis"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@rbxts/pretty-react-hooks"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@rbxts/react-roblox"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@rbxts/remo"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@rbxts/ripple"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Updates or adds dependencies label Aug 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2024

Superseded by #258.

@dependabot dependabot bot closed this Sep 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/deps-3ea64d7341 branch September 1, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates or adds dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants