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 with 21 updates #31

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the minor-upgrades group with 21 updates:

Package From To
@poppinss/utils 6.7.2 6.7.3
@adonisjs/core 6.3.1 6.6.0
@adonisjs/http-server 7.1.0 7.2.0
@japa/expect 3.0.1 3.0.2
@japa/runner 3.1.1 3.1.2
@swc/core 1.4.8 1.4.14
@types/node 20.11.28 20.12.7
np 10.0.1 10.0.3
typescript 5.4.2 5.4.5
@adonisjs/auth 9.1.1 9.2.0
@adonisjs/lucid 20.4.0 20.5.1
@adonisjs/session 7.1.1 7.4.0
@japa/api-client 2.0.2 2.0.3
@japa/browser-client 2.0.2 2.0.3
edge.js 6.0.1 6.0.2
reflect-metadata 0.2.1 0.2.2
@adonisjs/assembler 7.2.3 7.4.0
@japa/plugin-adonisjs 3.0.0 3.0.1
@types/react 18.2.66 18.2.78
@types/react-dom 18.2.22 18.2.25
vite 5.1.6 5.2.8

Updates @poppinss/utils from 6.7.2 to 6.7.3

Release notes

Sourced from @​poppinss/utils's releases.

Update dependencies

  • chore: update dependencies 117f2e2
  • chore: update dependencies c3d46cb

Full Changelog: https://github.com/poppinss/utils/compare/v6.7.2...v6.7.3

Commits


Updates @adonisjs/core from 6.3.1 to 6.6.0

Release notes

Sourced from @​adonisjs/core's releases.

Upgrade to VineJS 2.0

After this release, you will be forced to upgrade to VineJS@2.0 in your apps. Even though VineJS had a major release, the breaking changes are related to types only and should not impact your application code at all. So we recommend you to follow VineJS release notes and upgrade it.

Commits

  • chore: downgrade eslint (323152d0)
  • refactor: upgrade @​vinejs/vine@​2 (a986b0c6)
  • fix(docs): update broken link (#4479) (94f894c9)

What's Changed

New Contributors

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

OnHttpServerMessage hook

Changes

Added a new onHttpServerMessage hook that can be used to intercept the message sent by your HTTP Server. This hook must be defined in the adonisrc.ts file, like other hooks.

import { defineConfig } from '@adonisjs/core/app';

export default defineConfig({ unstable_assembler: { onHttpServerMessage: [() => import('./my_http_server_message_hook.js')] }, })

Commits

  • feat: pass onHttpServerMessage hook from rcFile to assembler DevServer (82ecae3b)

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

Update Env module allowing us to use Identifier

  • chore: remove support for VineJS 2.0 (b49f28f3)
  • chore: switch to release-it (0c9216dd)
  • chore: update dependencies (2d2bac79)
  • chore: allow to use new VineJS major release (e1d0325a)
  • chore: allow to use new VineJS major release (071254f2)
  • refactor: pass flags and arguments as array in ace command (df6466d3)
Commits


Updates @adonisjs/http-server from 7.1.0 to 7.2.0

Release notes

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

Add response.onFinish method to listen when response is finished

Please consult the documentation on how response.onFinish method works. https://docs.adonisjs.com/guides/response#running-actions-after-response-finishes

Commits

  • fix: fix invalid types bf4f0bb
  • feat: add response.onFinish method 647d400

https://github.com/adonisjs/http-server/compare/v7.1.0...v7.2.0

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

Commits


Updates @japa/expect from 3.0.1 to 3.0.2

Release notes

Sourced from @​japa/expect's releases.

Update dependencies

  • chore: update dependencies 478ad4b

Full Changelog: https://github.com/japa/expect/compare/v3.0.1...v3.0.2

Commits


Updates @japa/runner from 3.1.1 to 3.1.2

Release notes

Sourced from @​japa/runner's releases.

Update dependencies

  • chore: update dependencies bceba2f

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

Commits


Updates @swc/core from 1.4.8 to 1.4.14

Changelog

Sourced from @​swc/core's changelog.

[1.4.14] - 2024-04-15

Bug Fixes

Documentation

  • (swc_core) Resolve build issue with --all-features flag (#8848) (c0d901e)

Refactor

Testing

  • (es) Update conformance test suite from tsc (#8834) (ea5d9cc)

[1.4.13] - 2024-04-09

Bug Fixes

... (truncated)

Commits


Updates @types/node from 20.11.28 to 20.12.7

Commits


Updates np from 10.0.1 to 10.0.3

Release notes

Sourced from np's releases.

v10.0.3

  • Fix publish OTP for Yarn Berry (#741) 02f60c7

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

v10.0.2

  • Use npm for tagging versions when pnpm is the chosen package manager (#739) 770418f

https://github.com/sindresorhus/np/compare/v10.0.1...v10.0.2

Commits


Updates typescript from 5.4.2 to 5.4.5

Release notes

Sourced from typescript's releases.

TypeScript 5.4.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • 27bcd4c Update LKG
  • 9f33bf1 🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...
  • 71b2f84 Bump version to 5.4.5 and LKG
  • 892936f 🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...
  • 38a7c05 release-5.4: Always set node-version for setup-node (#58117)
  • b754fc3 🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • Additional commits viewable in compare view


Updates @adonisjs/auth from 9.1.1 to 9.2.0

Release notes

Sourced from @​adonisjs/auth's releases.

Configure basic auth guard and export authFinder mixin from its own subpath

The @adonisjs/auth can be used with Lucid if someone creates a guard that does not use Lucid under the hood.

However, we were exporting the withAuthFinder mixin from the main entrypoint of the package and this mixin relies on Lucid. Therefore Lucid becomes a hard dependency of the Auth package.

After this release, we have moved the mixin to its own sub module and you can import it as follows.

- import { withAuthFinder } from '@adonisjs/auth'
+ import { withAuthFinder } from '@adonisjs/auth/mixins/lucid'

Commits

  • refactor: export Lucid mixins from its own subpath with descriptive name 15d3761
  • Merge pull request #243 from parker-codes/chore/add-basic-auth-guard c61ccb1
  • Merge pull request #239 from adonisjs/fix/hard-dependency d53cb84
  • chore: add Basic auth guard c58e683
  • fix(mixins): update deprecation status f8a5715
  • fix(mixins): ensure we do not lose type of withAuthFinder 96663d3
  • fix(mixins): rewrite broken imports 19d7042
  • fix(mixins): add mixins file to tsup entry e4df074
  • fix(mixins): remove withAuthFinder from root export 5d04dde

What's Changed

New Contributors

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

Commits
  • 014a6dd chore(release): 9.2.0
  • 15d3761 refactor: export Lucid mixins from its own subpath with descriptive name
  • c61ccb1 Merge pull request #243 from parker-codes/chore/add-basic-auth-guard
  • d53cb84 Merge pull request #239 from adonisjs/fix/hard-dependency
  • c58e683 chore: add Basic auth guard
  • f8a5715 fix(mixins): update deprecation status
  • 96663d3 fix(mixins): ensure we do not lose type of withAuthFinder
  • 19d7042 fix(mixins): rewrite broken imports
  • e4df074 fix(mixins): add mixins file to tsup entry
  • 5d04dde fix(mixins): remove withAuthFinder from root export
  • See full diff in compare view


Updates @adonisjs/lucid from 20.4.0 to 20.5.1

Release notes

Sourced from @​adonisjs/lucid's releases.

Add clause variant to findBy method

Latest 20.5.0 was missing some commits. This release is published only as a patch since 20.5.0 was released a few minutes ago.

  • feat(base_model): add clause variant to findBy method (#1020) 059c472
  • fix(base_model): correct typing for findManyBy c22f019
  • Merge pull request #1013 from MaximeMRF/feat-step-option-migrator 196c97c
  • feat(Migrator): add step option 4012129

https://github.com/adonisjs/lucid/compare/v20.4.0...v20.5.1

Add step option to the migrator

What's Changed

Full Changelog: https://github.com/adonisjs/lucid/compare/v20.3.1...v20.5.0

Commits
  • 5002dc9 chore(release): 20.5.1
  • e96f5fa chore(release): 20.5.0
  • 059c472 feat(base_model): add clause variant to findBy method (#1020)
  • c22f019 fix(base_model): correct typing for findManyBy
  • 196c97c Merge pull request #1013 from MaximeMRF/feat-step-option-migrator
  • 4012129 feat(Migrator): add step option
  • See full diff in compare view


Updates @adonisjs/session from 7.1.1 to 7.4.0

Release notes

Sourced from @​adonisjs/session's releases.

Make session class macroable and update main exports

  • fix: call super b743db5
  • feat: make session class macroable 1d85cee
  • feat: export ValuesStore, Session and ReadOnlyValuesStore classes 51d5e22
  • chore: update peer dependencies fd7987f
  • chore: update dependencies fb6289f
  • feat: export ValuesStore, Session and ReadOnlyValuesStore classes 10a04b6

What's Changed

New Contributors

Full Changelog: https://github.com/adonisjs/session/compare/v7.3.0...v7.4.0

Display validation error summary in flash messages errorsBag

After this release, the session package will add the validation errors summary inside the errorsBag property of flash message. Therefore using the @errors tag will display a global error message for validation errors too.

Commits

  • feat: flash validation errors summary to errorsBag badda3f

Full Changelog: https://github.com/adonisjs/session/compare/v7.0.0...v7.3.0

Add @​errors tag

The @errors edge tag can be used to grab all errors from the flash messages errorsBag . You can use it as follows.

@errors()
  @each(error in $messages)
     {{ error }}
  @end
@end

Commits

  • feat: add @​errors edge tag 9dd5bb1
  • chore(package): update dependencies d5c8e05

Full Changelog: https://github.com/adonisjs/session/compare/v7.0.0...v7.2.0

Commits
  • 40242c6 chore(release): 7.4.0
  • b743db5 fix: call super
  • 1d85cee feat: make session class macroable
  • 51d5e22 feat: export ValuesStore, Session and ReadOnlyValuesStore classes
  • fd7987f chore: update peer dependencies
  • fb6289f chore: update dependencies
  • 10a04b6 feat: export ValuesStore, Session and ReadOnlyValuesStore classes
  • 47c14f9 chore(release): 7.3.0
  • badda3f feat: flash validation errors summary to errorsBag
  • a47763a chore(release): 7.2.0
  • Additional commits viewable in compare view


Updates @japa/api-client from 2.0.2 to 2.0.3

Release notes

Sourced from @​japa/api-client's releases.

Update dependencies

  • chore: update dependencies 15bd2db

Full Changelog: https://github.com/japa/api-client/compare/v2.0.2...v2.0.3

Commits


Updates @japa/browser-client from 2.0.2 to 2.0.3

Release notes

Sourced from @​japa/browser-client's releases.

Update dependencies

  • chore: update dependencies 6009f22

Full Changelog: https://github.com/japa/browser-client/compare/v2.0.2...v2.0.3

Commits


Updates edge.js from 6.0.1 to 6.0.2

Release notes

Sourced from edge.js's releases.

Update dependencies

  • chore(package): update dependencies 81fd898
  • chore: update dependencies 5adb9d4

Full Changelog: https://github.com/edge-js/edge/compare/v6.0.1...v6.0.2

Commits


Updates reflect-metadata from 0.2.1 to 0.2.2

Commits


Updates @adonisjs/assembler from 7.2.3 to 7.4.0

Release notes

Sourced from @​adonisjs/assembler's releases.

OnHttpServerMessage hook

Changes

The DevServer class now accepts a new onHttpServerMessage hook that will be called when the HTTP child process sends a message to the parent process ( the assembler ).

Commits

  • fix: windows flakky test (e9d78ee)
  • feat: add onHttpServerMessage hook (516a1fb)

Full Changelog: https://github.com/adonisjs/assembler/compare/v7.3.0...v7.4.0

Update Env module allowing us to use Identifier

  • chore: migrate to release-it (b573ce2)
  • chore: migrate to release-it (3d75537)
  • chore: bump node version (5589087)
  • chore: update dependencies (00b4217)
Commits


Updates @japa/plugin-adonisjs from 3.0.0 to 3.0.1

Release notes

Sourced from @​japa/plugin-adonisjs's releases.

Update dependencies

  • chore: update dependencies 06e3c29

Full Changelog: https://github.com/japa/plugin-adonisjs/compare/v3.0.0...v3.0.1

Commits


Updates @types/react from 18.2.66 to 18.2.78

Commits


Updates @types/react-dom from 18.2.22 to 18.2.25

Commits


Updates vite from 5.1.6 to 5.2.8

Release notes

Sourced from vite's releases.

create-vite@5.2.3

Please refer to CHANGELOG.md for details.

create-vite@5.2.2

Please refer to CHANGELOG.md for details.

create-vite@5.2.1

Please refer to CHANGELOG.md for details.

create-vite@5.2.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.2.8 (2024-04-03)

5.2.7 (2024-03-29)

5.2.6 (2024-03-24)

5.2.5 (2024-03-24)

5.2.4 (2024-03-23)

5.2.3 (2024-03-22)

... (truncated)

Commits
  • 8b8d402 release: v5.2.8
  • 646319c fix: do not access document in /@vite/client when not defined (#16318)
  • 445c4f2 fix: fix sourcemap when using object as define value (#15805)
  • a78e265 chore(deps): update all non-major dependencies (#16325)
  • 4581e83 refactor: use types from sass instead of @​types/sass (#16340)
  • 3c85c6b fix: csp nonce injection when no closing tag (#16281) (#16282)
  • 21cc10b fix(hmr): multiple updates happened when invalidate is called while multiple ...
  • 01af308 fix(css): unknown file error happened with lightningcss (#16306)
  • eca68fa fix(scanner): duplicate modules for same id if glob is used in html-like type...
  • ad246da release: v5.2.7
  • 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 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 4 months ago

Superseded by #32.