jarle / remix-starter-kit

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

Bump the minor-upgrades group with 7 updates #14

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the minor-upgrades group with 7 updates:

Package From To
@adonisjs/core 6.3.1 6.5.0
reflect-metadata 0.2.1 0.2.2
@adonisjs/assembler 7.2.3 7.4.0
@swc/core 1.4.8 1.4.11
@types/node 20.11.30 20.12.2
@types/react 18.2.69 18.2.73
@types/react-dom 18.2.22 18.2.23

Updates @adonisjs/core from 6.3.1 to 6.5.0

Release notes

Sourced from @​adonisjs/core's releases.

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
  • be5d01a chore(release): 6.5.0
  • 82ecae3 feat: pass onHttpServerMessage hook from rcFile to assembler DevServer
  • 8fb5b6f chore(release): 6.4.0
  • b49f28f chore: remove support for VineJS 2.0
  • 0c9216d chore: switch to release-it
  • 2d2bac7 chore: update dependencies
  • e1d0325 chore: allow to use new VineJS major release
  • 071254f chore: allow to use new VineJS major release
  • df6466d refactor: pass flags and arguments as array in ace command
  • See full diff in compare view


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 @swc/core from 1.4.8 to 1.4.11

Changelog

Sourced from @​swc/core's changelog.

Changelog

[unreleased]

Bug Fixes

  • (es/helpers) Fix metadata of decorators being undefined (#8768) (263ce6e)

  • (es/module) Fix jsc.paths with resolveFully (#8784) (4961bb0)

Miscellaneous Tasks

  • (es/transforms) Add repository field to swc_ecma_ext_transforms (#8793) (37f0a79)

[1.4.9] - 2024-03-26

Bug Fixes

  • (es/minifier) Abort eval on valueOf or toString (#8763) (9f98a70)

  • (es/minifier) Fix tpl-to-string conversion (#8778) (e7bca10)

  • (es/module) Fix interop of jsc.paths with symlinks (#8757) (e2c6db5)

  • (es/parser) Fix parsing of TypeScript type instantiation (#8758) (2d6de94)

  • (es/parser) Parse await using in for head (#8775) (53fd09c)

  • (es/utils) Mark ident of default fn/class as binding (#8764) (f62097c)

Features

  • (es/lints) Detect duplicate bindings in export defaults (#8760) (c9c971a)

Miscellaneous Tasks

... (truncated)

Commits
  • 4936c37 chore: Publish 1.4.11 with swc_core v0.90.26
  • 2b8aa63 chore: Fix update script
  • e507a18 chore: Update changelog
  • 9ef3397 chore: Publish 1.4.10 with swc_core v0.90.26
  • c4b9052 chore: Fix publish script
  • 7b6ba82 chore: Update changelog
  • 34c0b5c chore: Publish 1.4.9 with swc_core v0.90.26
  • 0aafd62 chore: Bump crates
  • 53fd09c fix(es/parser): Parse await using in for head (#8775)
  • cd06af3 chore: Bump crates
  • Additional commits viewable in compare view


Updates @types/node from 20.11.30 to 20.12.2

Commits


Updates @types/react from 18.2.69 to 18.2.73

Commits


Updates @types/react-dom from 18.2.22 to 18.2.23

Commits


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 6 months ago

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