jarle / remix-starter-kit

Starter kit for building Remix apps with AdonisJS 6
5 stars 0 forks source link

Bump the minor-upgrades group across 1 directory with 17 updates #28

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the minor-upgrades group with 17 updates in the / directory:

Package From To
@adonisjs/auth 9.2.0 9.2.1
@adonisjs/core 6.8.0 6.9.0
@adonisjs/lucid 20.5.1 20.6.0
@remix-run/css-bundle 2.8.1 2.9.1
@remix-run/node 2.8.1 2.9.1
@remix-run/react 2.8.1 2.9.1
@remix-run/serve 2.8.1 2.9.1
isbot 5.1.4 5.1.6
react 18.2.0 18.3.1
@types/react 18.2.79 18.3.1
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.25 18.3.0
@remix-run/dev 2.8.1 2.9.1
@swc/core 1.4.17 1.5.3
@types/node 20.12.7 20.12.9
hot-hook 0.2.1 0.2.5
vite 5.2.10 5.2.11

Updates @adonisjs/auth from 9.2.0 to 9.2.1

Release notes

Sourced from @​adonisjs/auth's releases.

Do not cache models when running in hot mode

  • refactor: do not cache models import when running in hot mode 950ee51
  • chore: update dependencies 7a2540d

Full Changelog: https://github.com/adonisjs/auth/compare/v9.2.0...v9.2.1

Commits
  • dd94213 chore(release): 9.2.1
  • 950ee51 refactor: do not cache models import when running in hot mode
  • 7a2540d chore: update dependencies
  • See full diff in compare view


Updates @adonisjs/core from 6.8.0 to 6.9.0

Release notes

Sourced from @​adonisjs/core's releases.

Add env:add command to define environment variable and its validation rules

  • Merge pull request #4533 from adonisjs/feat/set-env (c8251b5)
  • fix: fix breaking test (d80d7bf)
  • refactor: defineEnvVariables with omitFromExample (9cd7183)
  • feat: insert empty example in the .env.example (5a1a4e9)
  • feat: add env:add command (4508128)

Full Changelog: https://github.com/adonisjs/core/compare/v6.9.0...v6.9.0

Commits
  • a508bb0 chore(release): 6.9.0
  • c8251b5 Merge pull request #4533 from adonisjs/feat/set-env
  • d80d7bf fix: fix breaking test
  • 9cd7183 refactor: defineEnvVariables with omitFromExample
  • 5a1a4e9 feat: insert empty example in the .env.example
  • 4508128 feat: add env:add command
  • See full diff in compare view


Updates @adonisjs/lucid from 20.5.1 to 20.6.0

Release notes

Sourced from @​adonisjs/lucid's releases.

Improvements to the DateTime comparison when using "orCreate" methods

In this release, we improve the comparison logic used by firstOrCreate, firstOrNew, and updateOrCreate methods to properly compare Luxon DateTime instances when finding or persisting a new row.

Commits

  • Merge pull request #991 from adamcikado/develop 94b666a
  • fix: compare DateTime in newUpIfMissing 669bdb3
  • Merge pull request #1017 from adamcikado/feat/exports 92ed475
  • fix: some typos (#1024) ba5961b
  • chore: update postgresql version 7315d0e
  • chore: update version & add cross-env 52906a5
  • Merge pull request #1023 from MaximeMRF/fix/step-option-migrator b084678
  • fix(migrator): step option 781c479
  • feat: add missing exports 5d87cf8

What's Changed

New Contributors

Full Changelog: https://github.com/adonisjs/lucid/compare/v20.5.1...v20.6.0

Commits


Updates @remix-run/css-bundle from 2.8.1 to 2.9.1

Release notes

Sourced from @​remix-run/css-bundle's releases.

v2.9.1

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v291

v2.9.0

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v290

Changelog

Sourced from @​remix-run/css-bundle's changelog.

2.9.1

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.9.1.

2.9.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.9.0.

Commits


Updates @remix-run/node from 2.8.1 to 2.9.1

Release notes

Sourced from @​remix-run/node's releases.

v2.9.1

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v291

v2.9.0

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v290

Changelog

Sourced from @​remix-run/node's changelog.

2.9.1

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.9.1

2.9.0

Minor Changes

  • Use undici as our fetch polyfill going forward (#9106, #9111)
  • Put undici fetch polyfill behind a new installGlobals({ nativeFetch: true }) parameter (#9198)
    • remix-serve will default to using undici for the fetch polyfill if future._unstable_singleFetch is enabled because the single fetch implementation relies on the undici polyfill
      • Any users opting into Single Fetch and managing their own polfill will need to pass the flag to installGlobals on their own to avoid runtime errors with Single Fetch

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.9.0
Commits


Updates @remix-run/react from 2.8.1 to 2.9.1

Release notes

Sourced from @​remix-run/react's releases.

v2.9.1

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v291

v2.9.0

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v290

Changelog

Sourced from @​remix-run/react's changelog.

2.9.1

Patch Changes

  • Ignore future/*.d.ts files from TS build (#9299)
  • Updated dependencies:
    • @remix-run/server-runtime@2.9.1

2.9.0

Minor Changes

  • New future.unstable_singleFetch flag (#8773)

    • Naked objects returned from loaders/actions are no longer automatically converted to JSON responses. They'll be streamed as-is via turbo-stream so Date's will become Date through useLoaderData()
    • You can return naked objects with Promise's without needing to use defer() - including nested Promise's
      • If you need to return a custom status code or custom response headers, you can still use the defer utility
    • <RemixServer abortDelay> is no longer used. Instead, you should export const streamTimeout from entry.server.tsx and the remix server runtime will use that as the delay to abort the streamed response
      • If you export your own streamTimeout, you should decouple that from aborting the react renderToPipeableStream. You should always ensure that react is aborted afer the stream is aborted so that abort rejections can be flushed down
    • Actions no longer automatically revalidate on 4xx/5xx responses (via RR future.unstable_skipActionErrorRevalidation flag) - you can return a 2xx to opt-into revalidation or use shouldRevalidate
  • Opt-in types for single-fetch (#9272)

    • To opt-in to type inference for single-fetch, add ./node_modules/@remix-run/react/future/single-fetch.d.ts to include in your tsconfig.json

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.9.0
Commits


Updates @remix-run/serve from 2.8.1 to 2.9.1

Release notes

Sourced from @​remix-run/serve's releases.

v2.9.1

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v291

v2.9.0

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v290

Changelog

Sourced from @​remix-run/serve's changelog.

2.9.1

Patch Changes

  • Updated dependencies:
    • @remix-run/express@2.9.1
    • @remix-run/node@2.9.1

2.9.0

Minor Changes

  • Put undici fetch polyfill behind a new installGlobals({ nativeFetch: true }) parameter (#9198)
    • remix-serve will default to using undici for the fetch polyfill if future.unstable_singleFetch is enabled because the single fetch implementation relies on the undici polyfill
    • Any users opting into Single Fetch and managing their own polyfill will need to pass the flag to installGlobals on their own to avoid runtime errors with Single Fetch

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.9.0
    • @remix-run/express@2.9.0
Commits


Updates isbot from 5.1.4 to 5.1.6

Changelog

Sourced from isbot's changelog.

5.1.6

  • [FIX] Browser files (jsdeliver): UMD is global and ESM is named

5.1.5

  • Add substring "watch" to pattern
Commits


Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates @types/react from 18.2.79 to 18.3.1

Commits


Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.


Updates @types/react-dom from 18.2.25 to 18.3.0

Commits


Updates @remix-run/dev from 2.8.1 to 2.9.1

Release notes

Sourced from @​remix-run/dev's releases.

v2.9.1

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v291

v2.9.0

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v290

Changelog

Sourced from @​remix-run/dev's changelog.

2.9.1

Patch Changes

  • Fix issue where consumers who had added Remix packages to Vite's ssr.noExternal option were being overridden by the Remix Vite plugin adding Remix packages to Vite's ssr.external option (#9301)
  • Updated dependencies:
    • @remix-run/node@2.9.1
    • @remix-run/server-runtime@2.9.1

2.9.0

Minor Changes

  • New future.unstable_singleFetch flag (#8773)

    • Naked objects returned from loaders/actions are no longer automatically converted to JSON responses. They'll be streamed as-is via turbo-stream so Date's will become Date through useLoaderData()
    • You can return naked objects with Promise's without needing to use defer() - including nested Promise's
      • If you need to return a custom status code or custom response headers, you can still use the defer utility
    • <RemixServer abortDelay> is no longer used. Instead, you should export const streamTimeout from entry.server.tsx and the remix server runtime will use that as the delay to abort the streamed response
      • If you export your own streamTimeout, you should decouple that from aborting the react renderToPipeableStream. You should always ensure that react is aborted afer the stream is aborted so that abort rejections can be flushed down
    • Actions no longer automatically revalidate on 4xx/5xx responses (via RR future.unstable_skipActionErrorRevalidation flag) - you can return a 2xx to opt-into revalidation or use shouldRevalidate

Patch Changes

  • Improve getDependenciesToBundle resolution in monorepos (#8848)
  • Fix SPA mode when single fetch is enabled by using streaming entry.server (#9063)
  • Vite: added sourcemap support for transformed routes (#8970)
  • Update links printed to the console by the Remix CLI/Dev Server to point to updated docs locations (#9176)
  • Updated dependencies:
    • @remix-run/node@2.9.0
    • @remix-run/server-runtime@2.9.0
Commits


Updates @swc/core from 1.4.17 to 1.5.3

Changelog

Sourced from @​swc/core's changelog.

Changelog

[1.5.4] - 2024-05-06

Bug Fixes

  • (es/decorators) Handle ref of decorated class (#8905) (af96e39)

  • (es/minifier) Increment ref_count while invoking IIFE (#8904) (86e2bb0)

  • (es/proposal) Fix scoping of explicit resource management pass (#8903) (762b0d4)

Miscellaneous Tasks

[1.5.1] - 2024-04-27

Bug Fixes

  • (es/decorator) Support for legacy decorators in class expressions (#8892) (8fe57ad)

  • (es/helpers) Remove unused export from _using_ctx.js (#8891) (438d0b3)

  • (es/minifier) Do not add vars if eval exists (#8888) (be359fa)

[1.5.0] - 2024-04-24

Bug Fixes

  • (es/minifier) Abort seq inline on recursive usage (#8887) (cd4548f)

Features

  • (es/ast) Support abstract auto-accessors (#8736) (1155ac7)
Commits
  • bcd3afa chore: Publish 1.5.3 with swc_core v0.91.2
  • 579a1de chore: Publish 1.5.3-nightly-20240429.2
  • 04de507 chore: Publish 1.5.3-nightly-20240429.1
  • 9fdb385 chore: Bump crates
  • 65ea99e chore(ci): Fix macOS x64 build & publish job (#8901)
  • 7ac3b0a chore: Bump crates
  • 0dcdae9 chore: Bump crates
  • cc1432a chore: Apply cargo autoinherit (#8902)
  • 7114530 chore: Update changelog
  • 501ae8b chore: Publish 1.5.2 with swc_core v0.91.1
  • Additional commits viewable in compare view


Updates @types/node from 20.12.7 to 20.12.9

Commits


Updates @types/react from 18.2.79 to 18.3.1

Commits


Updates @types/react-dom from 18.2.25 to 18.3.0

Commits


Updates hot-hook from 0.2.1 to 0.2.5

Updates vite from 5.2.10 to 5.2.11

Changelog

Sourced from vite's changelog.

5.2.11 (2024-05-02)

Commits
  • 2bc5d3d release: v5.2.11
  • f8feeea feat: improve dynamic import variable failure error message (#16519)
  • c071eb3 fix(ssr): handle class declaration and expression name scoping (#16569)
  • 02db947 fix(ssr): handle function expression name scoping (#16563)
  • 2d6a13b fix(deps): update all non-major dependencies (#16549)
  • 0e93f58 fix: scripts and styles were missing from built HTML on Windows (#16421)
  • bb79c9b fix(preload): skip preload for non-static urls (#16556)
  • f71ba5b fix: dynamic-import-vars plugin normalize path issue (#16518)
  • 2d50be2 fix(deps): update all non-major dependencies (#16488)
  • 4d83eb5 fix(dev): watch publicDir explicitly to include it outside the root (#16502)
  • See full diff 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 5 months ago

Looks like these dependencies are no longer updatable, so this is no longer needed.