Closed renovate[bot] closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
rwjs-deploy-target-ci | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Oct 9, 2024 5:37pm |
Name | Link |
---|---|
Latest commit | 98f7365974cd560a890067255d0852eaea086d1a |
Latest deploy log | https://app.netlify.com/sites/rwjs-deploy-target-ci/deploys/6706bf244897140008425ecc |
Deploy Preview | https://deploy-preview-1256--rwjs-deploy-target-ci.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR contains the following updates:
8.3.1-next.44
->8.4.1-next.1
8.3.1-next.44
->8.4.1-next.1
8.3.1-next.44
->8.4.1-next.1
8.3.1-next.44
->8.4.1-next.1
8.3.1-next.44
->8.4.1-next.1
8.3.1-next.44
->8.4.1-next.1
8.3.1-next.44
->8.4.1-next.1
8.3.1-next.44
->8.4.1-next.1
8.3.1-next.44
->8.4.1-next.1
8.3.1-next.44
->8.4.1-next.1
8.3.1-next.44
->8.4.1-next.1
Release Notes
redwoodjs/redwood (@redwoodjs/api)
### [`v8.4.1-next.1`](https://redirect.github.com/redwoodjs/redwood/compare/4a47c6d9876732c79f4226496657f93557312876...bf69d54138ffe2c9a422fe66a071b9adf2bf3bf7) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/4a47c6d9876732c79f4226496657f93557312876...bf69d54138ffe2c9a422fe66a071b9adf2bf3bf7) ### [`v8.4.1-next.0`](https://redirect.github.com/redwoodjs/redwood/compare/v8.4.0...4a47c6d9876732c79f4226496657f93557312876) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/v8.4.0...4a47c6d9876732c79f4226496657f93557312876) ### [`v8.4.0`](https://redirect.github.com/redwoodjs/redwood/releases/tag/v8.4.0) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/40b1a83edcb83b70934200a6f3e1ad9e4d267843...v8.4.0) ##### Changelog ##### ๐ง ๐จ Experimental Breakingbreaking(rsc): Removing live-reload RSC dev server approach (#11648) by @Tobbe
Please see #11648 for more detailsfeat(baremetal): Check available disk space (#11469) by @Tobbe
Adds an early step to the `yarn rw deploy baremetal` command that checks to make sure there is enough free disk space on the server before continuing. By default it will make sure there is at least 2048 MB (2 GB) of free disk space but this can be changed by setting the new `deploy.toml` option `freeSpaceRequired` to however many MB you want. You can skip this step by passing `--no-df` to the `deploy baremetal` command or setting `freeSpaceRequired` to `0`.fix(jobs): merge job options to prevent 'undefined' values in place of defaults (#11666) by @Josh-Walker-GM
Please see #11666 for more detailsfix(jobs): Fixes creating worker with deleteSuccessfulJobs config setting in JobManager (#11653) by @dthyresson
According to the Job documentation, the JobManager's ` deleteSuccessfulJobs ` can be used to decide if one wants successfully completed jobs from being deleted from the `BackgroundJobs` table. Keeping job run history around is useful for reporting purposes, such s hoe many jobs run over time, how many fails, how many successes, etc. However, the `deleteSuccessfulJobs` was not being correctly passed to the worker in `createWorker` so the worker always used the default value -- true -- and always deleted the job run record regardless of configuration. This PR fixes this issue by setting the config value when creating the worker.fix(crwa): Add missing quotes to seed example (#11651) by @Tobbe
Just un-commenting the example seed code now gives you valid code to seed your database withfix(web) type NonSuspenseCellQueryResult... (#11639) by @richard-stafflink
The result you get back as `queryResult` is now properly typed. Typically the type will be something like `FindPostById`, i.e. the first type that is passed to `CellSuccessProps` (instead of just being `any`).fix(crwa): Better handling of installing to . (#11645) by @Tobbe
When installing to `cwd`: - Print "the current directory" instead of "." - Skip the output of `cd` (which would move you to your home directory, which most likely is not what you want)docs(deploy): fix grove command (#11689) by @Josh-Walker-GM
Please see #11689 for more detailsdocs: fix versioned docs (#11643) by @Josh-Walker-GM
Please see #11643 for more detailsRemoved 'Azure' as deploy provider mention' (#11116) by @pantheredeye
Please see #11116 for more detailsFix email link in tutorial (#11636) by @cannikin
Please see #11636 for more detailsUpdate the Deployment step of the tutorial for GROVE (#10890) by @cannikin
Please see #10890 for more detailsClick to see all dependency updates
Click to see all chore contributions
Click to see all chore contributions
redwoodjs/redwood (@redwoodjs/api-server)
### [`v8.4.1-next.1`](https://redirect.github.com/redwoodjs/redwood/compare/4a47c6d9876732c79f4226496657f93557312876...bf69d54138ffe2c9a422fe66a071b9adf2bf3bf7) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/4a47c6d9876732c79f4226496657f93557312876...bf69d54138ffe2c9a422fe66a071b9adf2bf3bf7) ### [`v8.4.1-next.0`](https://redirect.github.com/redwoodjs/redwood/compare/v8.4.0...4a47c6d9876732c79f4226496657f93557312876) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/v8.4.0...4a47c6d9876732c79f4226496657f93557312876) ### [`v8.4.0`](https://redirect.github.com/redwoodjs/redwood/releases/tag/v8.4.0) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/40b1a83edcb83b70934200a6f3e1ad9e4d267843...v8.4.0) ##### Changelog ##### ๐ง ๐จ Experimental Breakingbreaking(rsc): Removing live-reload RSC dev server approach (#11648) by @Tobbe
Please see #11648 for more detailsfeat(baremetal): Check available disk space (#11469) by @Tobbe
Adds an early step to the `yarn rw deploy baremetal` command that checks to make sure there is enough free disk space on the server before continuing. By default it will make sure there is at least 2048 MB (2 GB) of free disk space but this can be changed by setting the new `deploy.toml` option `freeSpaceRequired` to however many MB you want. You can skip this step by passing `--no-df` to the `deploy baremetal` command or setting `freeSpaceRequired` to `0`.fix(jobs): merge job options to prevent 'undefined' values in place of defaults (#11666) by @Josh-Walker-GM
Please see #11666 for more detailsfix(jobs): Fixes creating worker with deleteSuccessfulJobs config setting in JobManager (#11653) by @dthyresson
According to the Job documentation, the JobManager's ` deleteSuccessfulJobs ` can be used to decide if one wants successfully completed jobs from being deleted from the `BackgroundJobs` table. Keeping job run history around is useful for reporting purposes, such s hoe many jobs run over time, how many fails, how many successes, etc. However, the `deleteSuccessfulJobs` was not being correctly passed to the worker in `createWorker` so the worker always used the default value -- true -- and always deleted the job run record regardless of configuration. This PR fixes this issue by setting the config value when creating the worker.fix(crwa): Add missing quotes to seed example (#11651) by @Tobbe
Just un-commenting the example seed code now gives you valid code to seed your database withfix(web) type NonSuspenseCellQueryResult... (#11639) by @richard-stafflink
The result you get back as `queryResult` is now properly typed. Typically the type will be something like `FindPostById`, i.e. the first type that is passed to `CellSuccessProps` (instead of just being `any`).fix(crwa): Better handling of installing to . (#11645) by @Tobbe
When installing to `cwd`: - Print "the current directory" instead of "." - Skip the output of `cd` (which would move you to your home directory, which most likely is not what you want)docs(deploy): fix grove command (#11689) by @Josh-Walker-GM
Please see #11689 for more detailsdocs: fix versioned docs (#11643) by @Josh-Walker-GM
Please see #11643 for more detailsRemoved 'Azure' as deploy provider mention' (#11116) by @pantheredeye
Please see #11116 for more detailsFix email link in tutorial (#11636) by @cannikin
Please see #11636 for more detailsUpdate the Deployment step of the tutorial for GROVE (#10890) by @cannikin
Please see #10890 for more detailsClick to see all dependency updates
Click to see all chore contributions
Click to see all chore contributions
redwoodjs/redwood (@redwoodjs/auth-dbauth-api)
### [`v8.4.1-next.1`](https://redirect.github.com/redwoodjs/redwood/compare/4a47c6d9876732c79f4226496657f93557312876...bf69d54138ffe2c9a422fe66a071b9adf2bf3bf7) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/4a47c6d9876732c79f4226496657f93557312876...bf69d54138ffe2c9a422fe66a071b9adf2bf3bf7) ### [`v8.4.1-next.0`](https://redirect.github.com/redwoodjs/redwood/compare/v8.4.0...4a47c6d9876732c79f4226496657f93557312876) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/v8.4.0...4a47c6d9876732c79f4226496657f93557312876) ### [`v8.4.0`](https://redirect.github.com/redwoodjs/redwood/releases/tag/v8.4.0) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/40b1a83edcb83b70934200a6f3e1ad9e4d267843...v8.4.0) ##### Changelog ##### ๐ง ๐จ Experimental Breakingbreaking(rsc): Removing live-reload RSC dev server approach (#11648) by @Tobbe
Please see #11648 for more detailsfeat(baremetal): Check available disk space (#11469) by @Tobbe
Adds an early step to the `yarn rw deploy baremetal` command that checks to make sure there is enough free disk space on the server before continuing. By default it will make sure there is at least 2048 MB (2 GB) of free disk space but this can be changed by setting the new `deploy.toml` option `freeSpaceRequired` to however many MB you want. You can skip this step by passing `--no-df` to the `deploy baremetal` command or setting `freeSpaceRequired` to `0`.fix(jobs): merge job options to prevent 'undefined' values in place of defaults (#11666) by @Josh-Walker-GM
Please see #11666 for more detailsfix(jobs): Fixes creating worker with deleteSuccessfulJobs config setting in JobManager (#11653) by @dthyresson
According to the Job documentation, the JobManager's ` deleteSuccessfulJobs ` can be used to decide if one wants successfully completed jobs from being deleted from the `BackgroundJobs` table. Keeping job run history around is useful for reporting purposes, such s hoe many jobs run over time, how many fails, how many successes, etc. However, the `deleteSuccessfulJobs` was not being correctly passed to the worker in `createWorker` so the worker always used the default value -- true -- and always deleted the job run record regardless of configuration. This PR fixes this issue by setting the config value when creating the worker.fix(crwa): Add missing quotes to seed example (#11651) by @Tobbe
Just un-commenting the example seed code now gives you valid code to seed your database withfix(web) type NonSuspenseCellQueryResult... (#11639) by @richard-stafflink
The result you get back as `queryResult` is now properly typed. Typically the type will be something like `FindPostById`, i.e. the first type that is passed to `CellSuccessProps` (instead of just being `any`).fix(crwa): Better handling of installing to . (#11645) by @Tobbe
When installing to `cwd`: - Print "the current directory" instead of "." - Skip the output of `cd` (which would move you to your home directory, which most likely is not what you want)docs(deploy): fix grove command (#11689) by @Josh-Walker-GM
Please see #11689 for more detailsdocs: fix versioned docs (#11643) by @Josh-Walker-GM
Please see #11643 for more detailsRemoved 'Azure' as deploy provider mention' (#11116) by @pantheredeye
Please see #11116 for more detailsFix email link in tutorial (#11636) by @cannikin
Please see #11636 for more detailsUpdate the Deployment step of the tutorial for GROVE (#10890) by @cannikin
Please see #10890 for more detailsClick to see all dependency updates
Click to see all chore contributions
Click to see all chore contributions
redwoodjs/redwood (@redwoodjs/auth-dbauth-web)
### [`v8.4.1-next.1`](https://redirect.github.com/redwoodjs/redwood/compare/4a47c6d9876732c79f4226496657f93557312876...bf69d54138ffe2c9a422fe66a071b9adf2bf3bf7) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/4a47c6d9876732c79f4226496657f93557312876...bf69d54138ffe2c9a422fe66a071b9adf2bf3bf7) ### [`v8.4.1-next.0`](https://redirect.github.com/redwoodjs/redwood/compare/v8.4.0...4a47c6d9876732c79f4226496657f93557312876) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/v8.4.0...4a47c6d9876732c79f4226496657f93557312876) ### [`v8.4.0`](https://redirect.github.com/redwoodjs/redwood/releases/tag/v8.4.0) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/40b1a83edcb83b70934200a6f3e1ad9e4d267843...v8.4.0) ##### Changelog ##### ๐ง ๐จ Experimental Breakingbreaking(rsc): Removing live-reload RSC dev server approach (#11648) by @Tobbe
Please see #11648 for more detailsfeat(baremetal): Check available disk space (#11469) by @Tobbe
Adds an early step to the `yarn rw deploy baremetal` command that checks to make sure there is enough free disk space on the server before continuing. By default it will make sure there is at least 2048 MB (2 GB) of free disk space but this can be changed by setting the new `deploy.toml` option `freeSpaceRequired` to however many MB you want. You can skip this step by passing `--no-df` to the `deploy baremetal` command or setting `freeSpaceRequired` to `0`.fix(jobs): merge job options to prevent 'undefined' values in place of defaults (#11666) by @Josh-Walker-GM
Please see #11666 for more detailsfix(jobs): Fixes creating worker with deleteSuccessfulJobs config setting in JobManager (#11653) by @dthyresson
According to the Job documentation, the JobManager's ` deleteSuccessfulJobs ` can be used to decide if one wants successfully completed jobs from being deleted from the `BackgroundJobs` table. Keeping job run history around is useful for reporting purposes, such s hoe many jobs run over time, how many fails, how many successes, etc. However, the `deleteSuccessfulJobs` was not being correctly passed to the worker in `createWorker` so the worker always used the default value -- true -- and always deleted the job run record regardless of configuration. This PR fixes this issue by setting the config value when creating the worker.fix(crwa): Add missing quotes to seed example (#11651) by @Tobbe
Just un-commenting the example seed code now gives you valid code to seed your database withfix(web) type NonSuspenseCellQueryResult... (#11639) by @richard-stafflink
The result you get back as `queryResult` is now properly typed. Typically the type will be something like `FindPostById`, i.e. the first type that is passed to `CellSuccessProps` (instead of just being `any`).fix(crwa): Better handling of installing to . (#11645) by @Tobbe
When installing to `cwd`: - Print "the current directory" instead of "." - Skip the output of `cd` (which would move you to your home directory, which most likely is not what you want)docs(deploy): fix grove command (#11689) by @Josh-Walker-GM
Please see #11689 for more detailsdocs: fix versioned docs (#11643) by @Josh-Walker-GM
Please see #11643 for more detailsRemoved 'Azure' as deploy provider mention' (#11116) by @pantheredeye
Please see #11116 for more detailsFix email link in tutorial (#11636) by @cannikin
Please see #11636 for more detailsUpdate the Deployment step of the tutorial for GROVE (#10890) by @cannikin
Please see #10890 for more detailsClick to see all dependency updates
Click to see all chore contributions
Click to see all chore contributions
redwoodjs/redwood (@redwoodjs/core)
### [`v8.4.1-next.1`](https://redirect.github.com/redwoodjs/redwood/compare/4a47c6d9876732c79f4226496657f93557312876...bf69d54138ffe2c9a422fe66a071b9adf2bf3bf7) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/4a47c6d9876732c79f4226496657f93557312876...bf69d54138ffe2c9a422fe66a071b9adf2bf3bf7) ### [`v8.4.1-next.0`](https://redirect.github.com/redwoodjs/redwood/compare/v8.4.0...4a47c6d9876732c79f4226496657f93557312876) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/v8.4.0...4a47c6d9876732c79f4226496657f93557312876) ### [`v8.4.0`](https://redirect.github.com/redwoodjs/redwood/releases/tag/v8.4.0) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/40b1a83edcb83b70934200a6f3e1ad9e4d267843...v8.4.0) ##### Changelog ##### ๐ง ๐จ Experimental Breakingbreaking(rsc): Removing live-reload RSC dev server approach (#11648) by @Tobbe
Please see #11648 for more detailsfeat(baremetal): Check available disk space (#11469) by @Tobbe
Adds an early step to the `yarn rw deploy baremetal` command that checks to make sure there is enough free disk space on the server before continuing. By default it will make sure there is at least 2048 MB (2 GB) of free disk space but this can be changed by setting the new `deploy.toml` option `freeSpaceRequired` to however many MB you want. You can skip this step by passing `--no-df` to the `deploy baremetal` command or setting `freeSpaceRequired` to `0`.fix(jobs): merge job options to prevent 'undefined' values in place of defaults (#11666) by @Josh-Walker-GM
Please see #11666 for more detailsfix(jobs): Fixes creating worker with deleteSuccessfulJobs config setting in JobManager (#11653) by @dthyresson
According to the Job documentation, the JobManager's ` deleteSuccessfulJobs ` can be used to decide if one wants successfully completed jobs from being deleted from the `BackgroundJobs` table. Keeping job run history around is useful for reporting purposes, such s hoe many jobs run over time, how many fails, how many successes, etc. However, the `deleteSuccessfulJobs` was not being correctly passed to the worker in `createWorker` so the worker always used the default value -- true -- and always deleted the job run record regardless of configuration. This PR fixes this issue by setting the config value when creating the worker.fix(crwa): Add missing quotes to seed example (#11651) by @Tobbe
Just un-commenting the example seed code now gives you valid code to seed your database withfix(web) type NonSuspenseCellQueryResult... (#11639) by @richard-stafflink
The result you get back as `queryResult` is now properly typed. Typically the type will be something like `FindPostById`, i.e. the first type that is passed to `CellSuccessProps` (instead of just being `any`).fix(crwa): Better handling of installing to . (#11645) by @Tobbe
When installing to `cwd`: - Print "the current directory" instead of "." - Skip the output of `cd` (which would move you to your home directory, which most likely is not what you want)docs(deploy): fix grove command (#11689) by @Josh-Walker-GM
Please see #11689 for more detailsdocs: fix versioned docs (#11643) by @Josh-Walker-GM
Please see #11643 for more detailsRemoved 'Azure' as deploy provider mention' (#11116) by @pantheredeye
Please see #11116 for more detailsFix email link in tutorial (#11636) by @cannikin
Please see #11636 for more detailsUpdate the Deployment step of the tutorial for GROVE (#10890) by @cannikin
Please see #10890 for more detailsClick to see all dependency updates
Click to see all chore contributions
Click to see all chore contributions
redwoodjs/redwood (@redwoodjs/forms)
### [`v8.4.1-next.1`](https://redirect.github.com/redwoodjs/redwood/compare/4a47c6d9876732c79f4226496657f93557312876...bf69d54138ffe2c9a422fe66a071b9adf2bf3bf7) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/4a47c6d9876732c79f4226496657f93557312876...bf69d54138ffe2c9a422fe66a071b9adf2bf3bf7) ### [`v8.4.1-next.0`](https://redirect.github.com/redwoodjs/redwood/compare/v8.4.0...4a47c6d9876732c79f4226496657f93557312876) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/v8.4.0...4a47c6d9876732c79f4226496657f93557312876) ### [`v8.4.0`](https://redirect.github.com/redwoodjs/redwood/releases/tag/v8.4.0) [Compare Source](https://redirect.github.com/redwoodjs/redwood/compare/40b1a83edcb83b70934200a6f3e1ad9e4d267843...v8.4.0) ##### Changelog ##### ๐ง ๐จ Experimental Breakingbreaking(rsc): Removing live-reload RSC dev server approach (#11648) by @Tobbe
Please see #11648 for more detailsfeat(baremetal): Check available disk space (#11469) by @Tobbe
Adds an early step to the `yarn rw deploy baremetal` command that checks to make sure there is enough free disk space on the server before continuing. By default it will make sure there is at least 2048 MB (2 GB) of free disk space but this can be changed by setting the new `deploy.toml` option `freeSpaceRequired` to however many MB you want. You can skip this step by passing `--no-df` to the `deploy baremetal` command or setting `freeSpaceRequired` to `0`.fix(jobs): merge job options to prevent 'undefined' values in place of defaults (#11666) by @Josh-Walker-GM
Please see #11666 for more detailsfix(jobs): Fixes creating worker with deleteSuccessfulJobs config setting in JobManager (#11653) by @dthyresson
According to the Job documentation, the JobManager's ` deleteSuccessfulJobs ` can be used to decide if one wants successfully completed jobs from being deleted from the `BackgroundJobs` table. Keeping job run history around is useful for reporting purposes, such s hoe many jobs run over time, how many fails, how many successes, etc. However, the `deleteSuccessfulJobs` was not being correctly passed to the worker in `createWorker` so the worker always used the default value -- true -- and always deleted the job run record regardless of configuration. This PR fixes this issue by setting the config value when creating the worker.fix(crwa): Add missing quotes to seed example (#11651) by @Tobbe
Just un-commenting the example seed code now gives you valid code to seed your database withfix(web) type NonSuspenseCellQueryResult... (#11639) by @richard-stafflink
The result you get back as `queryResult` is now properly typed. Typically the type will be something like `FindPostById`, i.e. the first type that is passed to `CellSuccessProps` (instead of just being `any`).fix(crwa): Better handling of installing to . (#11645) by @Tobbe
When installing to `cwd`: - Print "the current directory" instead of "." - Skip the output of `cd` (which would move you to your home directory, which most likely is not what you want)docs(deploy): fix grove command (#11689) by @Josh-Walker-GM
Please see #11689 for more detailsdocs: fix versioned docs (#11643) by @Josh-Walker-GM
Please see #11643 for more detailsRemoved 'Azure' as deploy provider mention' (#11116) by @pantheredeye
Please see #11116 for more detailsFix email link in tutorial (#11636) by @cannikin
Please see #11636 for more detailsUpdate the Deployment step of the tutorial for GROVE (#10890) by @cannikin
Please see #10890 for more detailsClick to see all dependency updates
Click to see all chore contributions