Bump uuid, node-cron, remult and cypress - #220
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Coverage Report for CI Build 34309034565Coverage remained the same at 98.903%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-772fac912e
branch
5 times, most recently
from
September 8, 2026 20:21
4be6f7b to
7674019
Compare
Owner
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Bumps [uuid](https://github.com/uuidjs/uuid), [node-cron](https://github.com/node-cron/node-cron), [remult](https://github.com/remult/remult/tree/HEAD/projects/core) and [cypress](https://github.com/cypress-io/cypress). These dependencies needed to be updated together. Updates `uuid` from 11.1.0 to 14.0.2 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.1.0...v14.0.2) Updates `node-cron` from 3.0.3 to 4.6.0 - [Release notes](https://github.com/node-cron/node-cron/releases) - [Changelog](https://github.com/node-cron/node-cron/blob/main/CHANGELOG.md) - [Commits](node-cron/node-cron@v3.0.3...v4.6.0) Updates `remult` from 2.7.33 to 3.3.18 - [Release notes](https://github.com/remult/remult/releases) - [Changelog](https://github.com/remult/remult/blob/main/CHANGELOG.md) - [Commits](https://github.com/remult/remult/commits/v3.3.18/projects/core) Updates `cypress` from 14.3.0 to 16.0.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v14.3.0...v16.0.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 16.0.0 dependency-type: direct:development - dependency-name: node-cron dependency-version: 4.6.0 dependency-type: direct:production - dependency-name: remult dependency-version: 3.3.18 dependency-type: direct:production - dependency-name: uuid dependency-version: 14.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-772fac912e
branch
from
September 9, 2026 03:56
7674019 to
b193ce3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps uuid, node-cron, remult and cypress. These dependencies needed to be updated together.
Updates
uuidfrom 11.1.0 to 14.0.2Release notes
Sourced from uuid's releases.
... (truncated)
Changelog
Sourced from uuid's changelog.
... (truncated)
Commits
fd59f02chore(main): release 14.0.2 (#967)f3c564edocs: point the Node support permalink at the CI version matrix (#974)b1da338fix(v1): set the multicast bit on v1Bytes's own randomly-generated node (#973)6adcc1dfix(v1): carry nsecs overflow into the timestamp's high bits (#972)ea83515docs: cleanup API summary (#968)ac36860chore: pinpublintversion in CI (#966)a67db57fix(v7): align default seq formula in v7Bytes with updateV7State (#965)7017780chore(main): release 14.0.1 (#964)f2c3e4bchore: fix release-please workflow (#963)27ffae5fix: add types condition to node export for moduleResolution bundler (#961)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for uuid since your current version.
Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
node-cronfrom 3.0.3 to 4.6.0Release notes
Sourced from node-cron's releases.
... (truncated)
Changelog
Sourced from node-cron's changelog.
... (truncated)
Commits
0be2ca0chore(main): release 4.6.0 (#576)813ab08docs: note bundlers must keep node-cron external for background tasks (#610)ee9d294fix: CommonJS type resolution (#608)0f039a9fix: correlate execute() by id, isolate event hooks, and stop counting manual...8cf41c4fix: validate() consistency and multi-asterisk expansion (#606)446f03afix: make concurrent background start() await the daemon and time out coordin...88647a6docs: note DST fall-back behavior for sub-hourly schedules and the UTC workar...196e6cdfix: validate the cron expression when scheduling a task (#603)7bd91d6feat: emit task:failed when a background daemon exits unexpectedly (#601)a10ae53fix: expand inverted ranges with wrap-around instead of silently swapping (#602)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for node-cron since your current version.
Updates
remultfrom 2.7.33 to 3.3.18Release notes
Sourced from remult's releases.
... (truncated)
Changelog
Sourced from remult's changelog.
... (truncated)
Commits
0add5f1FixedArrayEntityDataProviderstoring omitted/undefinednullable fields a...cdc7663Fix issue with include in api false and subscribe.b723d06- Added support for default values without an arrow functiona57e6f3Merge branch 'main' of https://github.com/remult/remult5a532b0feat: add Node built-in SQLite data provider (#1034)08c9461Fixed issue in group bya370defMerge branch 'main' of https://github.com/remult/remult19cb274Fixed a memory leak related to usage of repo(x,y) with infinite different y8e69bebDeprecate remult.useFetch; document withRemult for SSR loads + import.meta.en...fc258b5Fix groupBy paging emitting OFFSET/FETCH without ORDER BY on SQL ServerUpdates
cypressfrom 14.3.0 to 16.0.0Release notes
Sourced from cypress's releases.
... (truncated)
Commits
9467a6echore: disableServiceWorkerAutoPreloadon the browser network path (#34711)2043773chore: correct 16.0.0 release date in launchpad welcome screen (#34751)5fe8c53chore: update cypress-example-kitchensink to 6.1.0 (#34701)d78daf9chore: disable service worker navigation preload on the browser network path ...4eaf14echore: reorder 16.0.0 changelog entries to match docs (#34750)78dab45fix: tolerate transient AUT-context gaps in Firefox BiDi automation (#34708)7f92ce3dependency: upgrade dayjs from 1.10.4 to 1.11.23 (#34748)212f6cetest(launchpad): de-flake choose-a-browser browser status tests (#34749)b563b63chore: remove tsconfig options that TypeScript 5.6 removed and replace those ...07f0726chore: bump devtools-protocol to 0.0.1687809 (#34745)Install script changes
This version modifies
postinstallscript that runs during installation. Review the package contents before updating.