-
-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): bump the frontend-major-updates group across 1 directory with 5 updates #256
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(deps): bump the frontend-major-updates group across 1 directory with 5 updates #256
Conversation
… with 5 updates Bumps the frontend-major-updates group with 5 updates in the /frontend directory: | Package | From | To | | --- | --- | --- | | [node-cron](https://github.com/merencia/node-cron) | `3.0.3` | `4.1.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.17` | `24.0.3` | | [bits-ui](https://github.com/huntabyte/bits-ui) | `1.4.6` | `2.8.0` | | [mode-watcher](https://github.com/svecosystem/mode-watcher/tree/HEAD/packages/mode-watcher) | `0.5.1` | `1.0.8` | | [svelte-sonner](https://github.com/wobsoriano/svelte-sonner) | `0.3.28` | `1.0.5` | Updates `node-cron` from 3.0.3 to 4.1.0 - [Release notes](https://github.com/merencia/node-cron/releases) - [Commits](node-cron/node-cron@v3.0.3...v4.1.0) Updates `@types/node` from 22.15.17 to 24.0.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `bits-ui` from 1.4.6 to 2.8.0 - [Release notes](https://github.com/huntabyte/bits-ui/releases) - [Commits](https://github.com/huntabyte/bits-ui/compare/bits-ui@1.4.6...bits-ui@2.8.0) Updates `mode-watcher` from 0.5.1 to 1.0.8 - [Release notes](https://github.com/svecosystem/mode-watcher/releases) - [Changelog](https://github.com/svecosystem/mode-watcher/blob/main/packages/mode-watcher/CHANGELOG.md) - [Commits](https://github.com/svecosystem/mode-watcher/commits/mode-watcher@1.0.8/packages/mode-watcher) Updates `svelte-sonner` from 0.3.28 to 1.0.5 - [Release notes](https://github.com/wobsoriano/svelte-sonner/releases) - [Changelog](https://github.com/wobsoriano/svelte-sonner/blob/main/CHANGELOG.md) - [Commits](wobsoriano/svelte-sonner@v0.3.28...v1.0.5) --- updated-dependencies: - dependency-name: node-cron dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: frontend-major-updates - dependency-name: "@types/node" dependency-version: 24.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: frontend-major-updates - dependency-name: bits-ui dependency-version: 2.8.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: frontend-major-updates - dependency-name: mode-watcher dependency-version: 1.0.8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: frontend-major-updates - dependency-name: svelte-sonner dependency-version: 1.0.5 dependency-type: direct:development update-type: version-update:semver-major dependency-group: frontend-major-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's GuideThis PR bumps five major frontend dependencies in the /frontend directory by updating their version constraints in package.json and regenerating the lockfile to align with the new releases. Class diagram for bits-ui v2.x new onOpenChangeComplete propclassDiagram
class ContextMenu {
+onOpenChangeComplete: function
}
class Combobox {
+onOpenChangeComplete: function
}
class AlertDialog {
+onOpenChangeComplete: function
}
class Collapsible {
+onOpenChangeComplete: function
}
class Select {
+onOpenChangeComplete: function
}
class LinkPreview {
+onOpenChangeComplete: function
}
class Dialog {
+onOpenChangeComplete: function
}
class DateRangePicker {
+onOpenChangeComplete: function
}
class DatePicker {
+onOpenChangeComplete: function
}
class Popover {
+onOpenChangeComplete: function
}
class DropdownMenu {
+onOpenChangeComplete: function
}
class Tooltip {
+onOpenChangeComplete: function
}
Class diagram for mode-watcher v1.x API changesclassDiagram
class ModeWatcher {
+withoutTransition(): void
+createInitialModeExpression(): string
-generateSetInitialModeExpression() deprecated
}
Class diagram for svelte-sonner v1.x new event handler supportclassDiagram
class Toaster {
+onDismiss: function
+eventHandlers: props
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the frontend-major-updates group with 5 updates in the /frontend directory:
3.0.3
4.1.0
22.15.17
24.0.3
1.4.6
2.8.0
0.5.1
1.0.8
0.3.28
1.0.5
Updates
node-cron
from 3.0.3 to 4.1.0Release notes
Sourced from node-cron's releases.
Commits
e275eeb
v4.1.0ea019c7
Merge pull request #455 from node-cron/fix-create-id-old-node29d96b5
fix: create id function making it compatible with old node version like node 160559ad9
Merge pull request #453 from node-cron/feat-added-jitterb31045d
chore: lint82037f7
chore: typoe82975c
feat: added jitter to the tasks0597f2d
v4.0.77ffaf13
fix: removing timeZoneName from localized time66fcb4c
v4.0.6Updates
@types/node
from 22.15.17 to 24.0.3Commits
Updates
bits-ui
from 1.4.6 to 2.8.0Release notes
Sourced from bits-ui's releases.
... (truncated)
Commits
4a98c54
Version Packages (#1588)28b0338
feat:onOpenChangeComplete
(#1589)ddcce0a
chore: internal cleanup (#1586)a34e777
docs: mobile style updates (#1584)23ddabf
Version Packages (#1581)7d2f484
fix(Select): ensuredisabled
prop is respected for touch (#1582)4d28811
feat(RadioGroup): addreadonly
prop (#1579)d9e9a66
Version Packages (#1578)010814c
fix: body styles aren't touched whenpreventScroll={false}
(#1577)441eec8
docs: mobile work (#1566)Updates
mode-watcher
from 0.5.1 to 1.0.8Release notes
Sourced from mode-watcher's releases.
Changelog
Sourced from mode-watcher's changelog.
... (truncated)
Commits
f7e08bb
chore(release): version package (#142)885e6a2
pref: improvewithoutTransition
(#141)d93bde0
chore(release): version package (#139)50c5c8b
fix: ensure window.matchMedia is defined as function (#138)6c7951f
chore(release): version package (#137)a7bed09
perf: prevent runningwithoutTransition
on initial load (#136)426c30f
chore(release): version package (#135)a22feb8
fix: prevent passing an empty token to classList.add/remove (#134)054b7be
chore(release): version package (#133)de55416
change: markgenerateSetInitialModeExpression
as deprecated in favor of `cr...Updates
svelte-sonner
from 0.3.28 to 1.0.5Release notes
Sourced from svelte-sonner's releases.
Changelog
Sourced from svelte-sonner's changelog.
... (truncated)
Commits
c44c917
Version Packages (#164)e441e34
perf: dont rungetDocumentDirection
until needed (#163)fe23a74
chore: remove untrack comments601521b
Merge pull request #161 from wobsoriano/changeset-release/maince2e4ff
Version Packages6192988
Merge pull request #150 from shyakadavis/fix/icon-colors8050451
Merge branch 'main' into fix/icon-colors1a718f6
chore: add changeset14135b1
fix: Remove lift interactionaaaff7c
fix: Ensure onDismiss fires correctlyDependabot 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 conditionsSummary by Sourcery
Chores: