jarle / remix-adonisjs

Build fullstack Remix applications powered by AdonisJS
https://remix-adonisjs.matstack.dev/
MIT License
35 stars 2 forks source link

Bump the minor-upgrades group across 1 directory with 20 updates #41

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

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

Package From To
@adonisjs/core 6.7.0 6.9.0
@japa/runner 3.1.2 3.1.4
@swc/core 1.4.14 1.4.17
@types/node 20.12.7 20.12.8
np 10.0.3 10.0.5
vite 5.2.8 5.2.11
@adonisjs/auth 9.2.0 9.2.1
@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
react 18.2.0 18.3.1
@types/react 18.2.78 18.3.1
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.25 18.3.0
@adonisjs/assembler 7.5.0 7.5.1
@remix-run/dev 2.8.1 2.9.1
hot-hook 0.2.0 0.2.5

Updates @adonisjs/core from 6.7.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

Moving HMR out of experimental phase

  • chore: update dependencies (c370640)
  • refactor: move from --unstable-hmr to --hmr (40a85f9)

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

Add a specific citgm script

Commits

  • chore: update dependencies (ab980960)
  • chore: add a citgm script (51d5c274)

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

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
  • b1e4756 chore(release): 6.8.0
  • c370640 chore: update dependencies
  • 40a85f9 refactor: move from --unstable-hmr to --hmr
  • a3a5e1e chore(release): 6.7.1
  • Additional commits viewable in compare view


Updates @adonisjs/http-server from 7.2.0 to 7.2.2

Release notes

Sourced from @​adonisjs/http-server's releases.

Update dependencies

  • Merge branch 'main' into develop (7389edc)
  • chore(release): 7.2.1 (b00020e)
  • chore: update release-it config (86b4fa5)
  • chore: update dependencies (54fd0e6)
  • chore: update release-it config (03cc997)
  • chore: update dependencies (adbbd76)

Full Changelog: https://github.com/adonisjs/http-server/compare/v7.2.1...v7.2.2

Add a specific citgm script

Commits

  • chore: fix typo in release script (8743e2e)
  • chore: add a citgm script (1f6730b)
  • chore: switch to release-it (384900a)
  • chore: update dependencies (4d6338c)

Full Changelog: https://github.com/adonisjs/http-server/compare/v7.2.0...v7.2.1

Commits


Updates @japa/runner from 3.1.2 to 3.1.4

Release notes

Sourced from @​japa/runner's releases.

Detect colors support before using ansi colors

  • fix: remove hardcoded uses of colors.ansi with internal helper 56e5918

https://github.com/japa/runner/compare/v3.1.3...v3.1.4

Full Changelog: https://github.com/japa/runner/compare/v3.1.3...v3.1.4

Respect color support before using ansi colors

  • fix: respect color support before using ansi colors b7be1a5

Full Changelog: https://github.com/japa/runner/compare/v3.1.2...v3.1.3

Commits
  • 13aed66 chore(release): 3.1.4
  • 56e5918 fix: remove hardcoded uses of colors.ansi with internal helper
  • fab7e1c chore(release): 3.1.3
  • b7be1a5 fix: respect color support before using ansi colors
  • See full diff in compare view


Updates @swc/core from 1.4.14 to 1.4.17

Changelog

Sourced from @​swc/core's changelog.

[1.4.17] - 2024-04-23

Bug Fixes

  • (es) Ignore sourceMappingURL in string literals (#8879) (d7188cd)

  • (es/codegen) Use Str.raw for es5 (#8873) (c7a06b1)

  • (es/compat) Fix async generator (#8881) (063eabd)

  • (es/resolver) Prioritze jsc.paths by length in tsc resolver (#8875) (e22c368)

  • (html/codegen) Expand elements before which body isn’t elided (#8877) (5419a94)

[1.4.16] - 2024-04-18

Bug Fixes

  • (es/helpers) Fix resolving of usingCtx helper (#8874) (6e9d1a4)

[1.4.15] - 2024-04-17

Bug Fixes

  • (es/codegen) Fix ascii_only for identifiers (#8866) (2075a23)

  • (es/minifier) Remove raw of strings after modification (#8865) (740c0bb)

  • (es/parser) Fix span of BindingIdent (#8859) (fbd32fb)

  • (es/proposal) Update explicit resource management to match spec (#8860) (6d24076)

Features

  • (es/transforms) Allocate stacks dynamically (#8867) (a1c5415)

... (truncated)

Commits
  • 3311da7 chore: Publish 1.4.17 with swc_core v0.90.37
  • b1c22d5 chore: Improve publish script
  • fedf06f chore: Publish 1.4.17-nightly-20240423.3
  • 2c1e959 chore: Publish 1.4.17-nightly-20240423.2
  • 7b08d38 chore: Update bindings
  • 2fbb864 chore: Publish 1.4.17-nightly-20240423.1
  • 6d3c41d chore: Bump crates
  • c7a06b1 fix(es/codegen): Use Str.raw for es5 (#8873)
  • f5e50c2 chore: Bump crates
  • 063eabd fix(es/compat): Fix async generator (#8881)
  • Additional commits viewable in compare view


Updates @types/node from 20.12.7 to 20.12.8

Commits


Updates np from 10.0.3 to 10.0.5

Release notes

Sourced from np's releases.

v10.0.5

  • Fix npm 10 compatibility for real (#744) 34409be

https://github.com/sindresorhus/np/compare/v10.0.4...v10.0.5

v10.0.4

  • Fix compatibility with npm 10 (#743) 4caa295

https://github.com/sindresorhus/np/compare/v10.0.3...v10.0.4

Commits


Updates vite from 5.2.8 to 5.2.11

Changelog

Sourced from vite's changelog.

5.2.11 (2024-05-02)

5.2.10 (2024-04-20)

5.2.9 (2024-04-15)

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)
  • Additional commits viewable in compare view


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/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 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.78 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
  • dependabot[bot] commented 3 months ago

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