Colour-Contrast-Checker
Colour-Contrast-Checker copied to clipboard
build(deps): bump @remix-run/node from 2.10.2 to 2.13.1
Bumps @remix-run/node from 2.10.2 to 2.13.1.
Release notes
Sourced from @remix-run/node
's releases.
v2.13.1
See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2131
v2.13.0
See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2130
v2.12.1
See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2121
v2.12.0
See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2120
v2.11.2
See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2112
v2.11.1
See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2111
v2.11.0
See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v21110
v2.10.3
See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2103
Changelog
Sourced from @remix-run/node
's changelog.
2.13.1
Patch Changes
- Updated dependencies:
@remix-run/[email protected]
2.13.0
Patch Changes
- Updated dependencies:
@remix-run/[email protected]
2.12.1
Patch Changes
- Single Fetch: Re-export
interface Future
through@remix-run/node
/@remix-run/cloudflare
/@remix-run/deno
packages so thatpnpm
doesn't complain about@remix-run/server-runtime
not being a dependency (#9982)- Updated dependencies:
@remix-run/[email protected]
2.12.0
Patch Changes
Single Fetch: Improved typesafety (#9893)
If you were already using previously released unstable single-fetch types:
- Remove
"@remix-run/react/future/single-fetch.d.ts"
override fromtsconfig.json
>compilerOptions
>types
- Remove
defineLoader
,defineAction
,defineClientLoader
,defineClientAction
helpers from your route modules- Replace
UIMatch_SingleFetch
type helper withUIMatch
- Replace
MetaArgs_SingleFetch
type helper withMetaArgs
Then you are ready for the new typesafety setup:
// vite.config.ts
declare module "
@remix-run/server-runtime
" {
interface Future {
unstable_singleFetch: true; // 👈 enable types for single-fetch
}
}export default defineConfig({
plugins: [
remix({
future: {
... (truncated)
Commits
09b070d
chore: Update version for release (#10101)f2d7bbb
chore: Update version for release (pre) (#10100)d61e685
chore: Update version for release (#10097)dc15c3d
chore: Update version for release (pre) (#10096)fb9eb4d
chore: Update version for release (pre) (#10087)fb0e1fb
chore: Update version for release (pre) (#10081)2678a01
Stabilize APIs (#9980)e596b9b
chore: Update version for release (#10007)b72cc1a
chore: Update version for release (pre) (#10000)91f0e3a
Re-export Future through node/cloiudflare/deno packages (#9982)- Additional commits viewable in compare view
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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)