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';
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
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 ).
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
Bumps the minor-upgrades group with 17 updates:
6.7.2
6.7.3
6.3.1
6.5.0
7.1.0
7.2.0
3.0.1
3.0.2
3.1.1
3.1.2
1.4.8
1.4.11
20.11.28
20.12.2
10.0.1
10.0.2
5.4.2
5.4.3
20.4.0
20.5.1
7.1.1
7.3.0
6.0.1
6.0.2
0.2.1
0.2.2
7.2.3
7.4.0
18.2.66
18.2.73
18.2.22
18.2.23
5.1.6
5.2.7
Updates
@poppinss/utils
from 6.7.2 to 6.7.3Release notes
Sourced from
@poppinss/utils
's releases.Commits
50f881a
chore(release): 6.7.3117f2e2
chore: update dependenciesc3d46cb
chore: update dependenciesUpdates
@adonisjs/core
from 6.3.1 to 6.5.0Release notes
Sourced from
@adonisjs/core
's releases.Commits
be5d01a
chore(release): 6.5.082ecae3
feat: pass onHttpServerMessage hook from rcFile to assembler DevServer8fb5b6f
chore(release): 6.4.0b49f28f
chore: remove support for VineJS 2.00c9216d
chore: switch to release-it2d2bac7
chore: update dependenciese1d0325
chore: allow to use new VineJS major release071254f
chore: allow to use new VineJS major releasedf6466d
refactor: pass flags and arguments as array inace
commandUpdates
@adonisjs/http-server
from 7.1.0 to 7.2.0Release notes
Sourced from
@adonisjs/http-server
's releases.Commits
4cb4078
chore(release): 7.2.0bf4f0bb
fix: fix invalid types647d400
feat: add response.onFinish methodUpdates
@japa/expect
from 3.0.1 to 3.0.2Release notes
Sourced from
@japa/expect
's releases.Commits
3cbcb06
chore(release): 3.0.2478ad4b
chore: update dependenciesUpdates
@japa/runner
from 3.1.1 to 3.1.2Release notes
Sourced from
@japa/runner
's releases.Commits
9848c32
chore(release): 3.1.2bceba2f
chore: update dependenciesUpdates
@swc/core
from 1.4.8 to 1.4.11Changelog
Sourced from
@swc/core
's changelog.... (truncated)
Commits
4936c37
chore: Publish1.4.11
withswc_core
v0.90.26
2b8aa63
chore: Fix update scripte507a18
chore: Update changelog9ef3397
chore: Publish1.4.10
withswc_core
v0.90.26
c4b9052
chore: Fix publish script7b6ba82
chore: Update changelog34c0b5c
chore: Publish1.4.9
withswc_core
v0.90.26
0aafd62
chore: Bump crates53fd09c
fix(es/parser): Parseawait using
in for head (#8775)cd06af3
chore: Bump cratesUpdates
@types/node
from 20.11.28 to 20.12.2Commits
Updates
np
from 10.0.1 to 10.0.2Release notes
Sourced from np's releases.
Commits
af1a048
10.0.2770418f
Use npm for tagging versions when pnpm is the chosen package manager (#739)Updates
typescript
from 5.4.2 to 5.4.3Release notes
Sourced from typescript's releases.
Commits
6ea273c
Update LKGcd06f92
🤖 Pick PR #57853 (Revert PR 56161) into release-5.4 (#57854)ca8e720
Update LKG010b188
release-5.4: Revert PR 56087 (#57850)fc7006c
Update LKGb45a418
🤖 Pick PR #57801 (Distribute mapped types over array/...) into release-5.4 (#...609560f
Bump version to 5.4.3 and LKGf42605f
🤖 Pick PR #57746 (Revert "Defer processing of nested ...) into release-5.4 (#...485c7c5
Revert "Allow (non-assert) type predicates to narrow by discriminant"… (#57795)7f11456
🤖 Pick PR #57751 (Exclude generic string-like types f...) into release-5.4 (#...Updates
@adonisjs/lucid
from 20.4.0 to 20.5.1Release notes
Sourced from
@adonisjs/lucid
's releases.Commits
5002dc9
chore(release): 20.5.1e96f5fa
chore(release): 20.5.0059c472
feat(base_model): add clause variant to findBy method (#1020)c22f019
fix(base_model): correct typing for findManyBy196c97c
Merge pull request #1013 from MaximeMRF/feat-step-option-migrator4012129
feat(Migrator): add step optionUpdates
@adonisjs/session
from 7.1.1 to 7.3.0Release notes
Sourced from
@adonisjs/session
's releases.Commits
47c14f9
chore(release): 7.3.0badda3f
feat: flash validation errors summary to errorsBaga47763a
chore(release): 7.2.09dd5bb1
feat: add@errors
edge tagd5c8e05
chore(package): update dependenciesUpdates
edge.js
from 6.0.1 to 6.0.2Release notes
Sourced from edge.js's releases.
Commits
c7fa431
chore(release): 6.0.281fd898
chore(package): update dependencies5adb9d4
chore: update dependenciesUpdates
reflect-metadata
from 0.2.1 to 0.2.2Commits
Updates
@adonisjs/assembler
from 7.2.3 to 7.4.0Release notes
Sourced from
@adonisjs/assembler
's releases.Commits
e53086a
chore(release): 7.4.0e9d78ee
fix: windows flakky test516a1fb
feat: add onHttpServerMessage hookf77bca3
chore(release): 7.3.0b573ce2
chore: migrate to release-it3d75537
chore: migrate to release-it5589087
chore: bump node version00b4217
chore: update dependenciesUpdates
@types/react
from 18.2.66 to 18.2.73Commits
Updates
@types/react-dom
from 18.2.22 to 18.2.23Commits
Updates
vite
from 5.1.6 to 5.2.7Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
ad246da
release: v5.2.745a06da
chore: deprecate splitVendorChunkPlugin (#16274)ffedc06
fix(hmr): trigger hmr for missing file import errored module after file creat...dfffea1
fix(hmr): don't mutate module graph when collecting modules (#16302)1f53796
feat(hmr): reload when HTML file is created/deleted (#16288)24e376a
fix(sourcemap): don't warn even if the sourcesContent is an empty string (#16...7caef42
fix(deps): update all non-major dependencies (#16258)890538a
fix: skip injecting__vite__mapDeps
when it's not used (#16271)7369016
release: v5.2.6ba5269c
fix:fs.deny
with globs with directories (#16250)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