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 25 updates #16

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the minor-upgrades group with 25 updates:

Package From To
@poppinss/utils 6.7.0 6.7.1
@adonisjs/core 6.1.5-37 6.2.3
@adonisjs/http-server 7.0.0-4 7.0.3
@swc/core 1.3.101 1.3.107
@types/node 20.10.5 20.11.16
node-mocks-http 1.14.0 1.14.1
prettier 3.1.1 3.2.5
supertest 6.3.3 6.3.4
@types/supertest 6.0.1 6.0.2
typescript 5.2.2 5.3.3
@adonisjs/auth 9.0.0-9 9.1.1
@adonisjs/shield 8.0.0-10 8.1.1
@adonisjs/static 1.0.4 1.1.1
@adonisjs/vite 2.0.1 2.0.2
@remix-run/css-bundle 2.4.1 2.6.0
@remix-run/node 2.4.1 2.6.0
@remix-run/react 2.4.1 2.6.0
@remix-run/serve 2.4.1 2.6.0
@vinejs/vine 1.7.0 1.7.1
reflect-metadata 0.1.14 0.2.1
sqlite3 5.1.6 5.1.7
@remix-run/dev 2.4.1 2.6.0
@types/luxon 3.3.7 3.4.2
@types/react 18.2.45 18.2.53
pino-pretty 10.3.0 10.3.1

Updates @poppinss/utils from 6.7.0 to 6.7.1

Release notes

Sourced from @​poppinss/utils's releases.

Fix lodash entrypoint for Vite environment

  • fix: add default conditional export for lodash entrypoint 557dabb

https://github.com/poppinss/utils/compare/v6.7.0...v6.7.1

Commits


Updates @adonisjs/core from 6.1.5-37 to 6.2.3

Release notes

Sourced from @​adonisjs/core's releases.

Respect singular CLI flag when creating a new controller

  • fix: respect singular command flag to create singular controller 05d23e8

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

Add test_utils submodule

  • feat: add @​adonisjs/core/test_utils submodule 9fa0de39
  • chore: update dependencies cdef23a6

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

Add all helpers to REPL context via loadHelpers method

  • refactor: update 'http:server_ready' event payload to include duration f5afe9c
  • feat: add all helpers to repl context via loadHelpers command 1e3d6e4
  • chore: update dependencies 6f60fee

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

v6.2.0

[!WARNING] During the public release on 24th of January, we will also create a proper changelog with a migration guide from AdonisJS v5 to AdonisJS v6. Even though the new version is public on npm, please do not install it until the migration guide is out.

Please consult the following releases to view the list of breaking changes and new additions.

Commits

  • chore: publish under the latest tag 31668b7
  • Merge pull request #4335 from adonisjs/next b7f8547
  • ci: update workflow file name 22f8e40
  • docs: update badges urls 66e96c7
  • Merge branch 'develop' into next 4d2026f
  • test: remove optional importer param 2f53731
  • test: do not use withCoreProviders method internally 05d56dd
  • chore: cleanup dependencies 9613852
  • refactor: remove ace shell child process runner 0a45d5b
  • feat: export types for helpers exported from poppinns/utils eeb31cf
  • refactor: remove deprecated type helpers usage 7b43060
  • chore: update dependencies 72fe65c
  • chore: update dependencies 87c2554
  • change: add PATCH as a default method for CORS headers (#4244) b5f0606
  • Update app.txt (#4169) 617200b
  • docs(contributing): fix content table link (#4085) a83daa3

... (truncated)

Commits
  • f04f5ec chore(release): 6.2.3
  • 05d23e8 fix: respect singular command flag to create singular controller
  • 004ac5c chore(release): 6.2.2
  • 9fa0de3 feat: add @​adonisjs/core/test_utils submodule
  • cdef23a chore: update dependencies
  • 563ed66 chore(release): 6.2.1
  • f5afe9c refactor: update 'http:server_ready' event payload to include duration
  • 1e3d6e4 feat: add all helpers to repl context via loadHelpers command
  • 6f60fee chore: update dependencies
  • bd476b5 chore(release): 6.2.0
  • Additional commits viewable in compare view


Updates @adonisjs/http-server from 7.0.0-4 to 7.0.3

Release notes

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

Make Router class macroable

  • fix: make router class (via lookup store) macroable 5828c59
  • chore: update dependencies b7e3a29

Full Changelog: https://github.com/adonisjs/http-server/compare/v7.0.2...v7.0.3

Update dependencies

  • docs: update readme d555224
  • chore: update dependencies 42f43dc

Full Changelog: https://github.com/adonisjs/http-server/compare/v7.0.1...v7.0.2

Use status pages return value and add new cookie options

This release fixes the behavior of statusPages property defined on a exception handler. Earlier, a status page callback function was responsible for writing the HTTP response via the response.send method. However, how you can return a string value from this method and the will be written as the response.

Also, we now support partitioned and priority cookie options. Lear more about them here. https://github.com/jshttp/cookie?tab=readme-ov-file#partitioned

Commits

  • fix: use status page return value as response 11324f0
  • feat: optionally accept partitioned and priority cookie options f1397c8
  • chore: update dependencies ea56755

Full Changelog: https://github.com/adonisjs/http-server/compare/v7.0.0...v7.0.1

Stable major release

Please reference the following releases to learn more about the breaking changes and new additions.

Commits

  • chore: drop usage of --expiremental-meta-resolve flag 35b7e35
  • chore: publish under latest tag 246e5d2
  • Merge pull request #79 from adonisjs/next 3fa852d
  • refactor: remove usage of import.meta.resolve API b52c2c8
  • fix: do not re-assign error.message and error.status when already exists 7903e5e
  • refactor: make cookie default options more secure 8e5d4f8
  • test: remove regression test, since it is fixed in starter kit a84d434
  • chore: update dependencies 1388687

What's Changed

... (truncated)

Commits
  • 1f41c6e chore(release): 7.0.3
  • 5828c59 fix: make router class (via lookup store) macroable
  • b7e3a29 chore: update dependencies
  • 398ea00 chore(release): 7.0.2
  • d555224 docs: update readme
  • 42f43dc chore: update dependencies
  • 5757288 chore(release): 7.0.1
  • 11324f0 fix: use status page return value as response
  • f1397c8 feat: optionally accept partitioned and priority cookie options
  • ea56755 chore: update dependencies
  • Additional commits viewable in compare view


Updates @swc/core from 1.3.101 to 1.3.107

Changelog

Sourced from @​swc/core's changelog.

[1.3.107] - 2024-01-28

Bug Fixes

  • (es/codegen) Do not produce octal literals (#8565) (07634a0)

  • (es/decorator) Skip TypeScript class method/prop declarations (#8555) (6a8dd8c)

  • (es/decorator) Preserve state while traversing the module_items scope (#8556) (f416aff)

  • (es/loader) Make tsc resolver work for bare specifier (#8550) (d6a4615)

[1.3.106] - 2024-01-25

Bug Fixes

  • (binding/types) Add bugfixes field to EnvConfig (#8538) (49ebdf9)

  • (common) Fix source map generation with inputSourceMap (#8546) (043ee85)

  • (es/ast) Add definite and is_override to AutoAccessor (#8436) (572bcae)

  • (es/ast) Fix definition of SetterProp (#8314) (bc38ac9)

  • (es/codegen) Set sourceRoot of sourcemaps (#6086) (ae78669)

  • (es/compat) Support vars from reserved_word pass (#8543) (fc929e9)

  • (es/loader) Don't use browser versions for jsc.paths (#8548) (fab27da)

  • (es/minifier) Fix a bug related to inliner and the variable scoping (#8542) (aa70131)

  • (es/module) Fix resolving of dependencies (#8533) (71fb5c1)

... (truncated)

Commits
  • c743200 chore: Publish v1.3.107 with swc_core v0.89.4` (#8566)
  • facff87 chore: Publish 1.3.107-nightly-20240128.2
  • a5c56a9 chore: Bump crates
  • 07634a0 fix(es/codegen): Do not produce octal literals (#8565)
  • 2367507 chore: Publish 1.3.107-nightly-20240128.1
  • 160043a chore: Bump crates
  • d6a4615 fix(es/loader): Make tsc resolver work for bare specifier (#8550)
  • 039c168 chore: Publish crates
  • ceeba49 chore: Bump crates
  • f416aff fix(es/decorator): Preserve state while traversing the module_items scope (...
  • Additional commits viewable in compare view


Updates @types/node from 20.10.5 to 20.11.16

Commits


Updates node-mocks-http from 1.14.0 to 1.14.1

Changelog

Sourced from node-mocks-http's changelog.

v 1.14.1

  • Move express and node types to prod deps [Issue #290]290.
Commits


Updates prettier from 3.1.1 to 3.2.5

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.5

diff

Support Angular inline styles as single template literal (#15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.4 @​Component({ template: &lt;div&gt;...&lt;/div&gt;, styles: h1 { color: blue; }, }) export class AppComponent {}

// Prettier 3.2.5 @​Component({ template: &lt;div&gt;...&lt;/div&gt;, styles: h1 { color: blue; }, }) export class AppComponent {}

Unexpected embedded formatting for Angular template (#15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";

@​Component({ [template]: &lt;h1&gt;{{ hello }}&lt;/h1&gt;, }) export class AppComponent {} </tr></table>

... (truncated)

Commits


Updates supertest from 6.3.3 to 6.3.4

Release notes

Sourced from supertest's releases.

v6.3.4

  • chore: bump deps, remove yarn.lock bc4398a
  • chore: bump deps c823515
  • Merge pull request #811 from ladjs/dependabot/npm_and_yarn/cookiejar-2.1.4 37017b3
  • Merge pull request #814 from siddtheone/patch-1 6b41374
  • Merge pull request #828 from 9renpoto/9renpoto-patch-1 0ff9c02
  • si/visionmedia/ladjs/ 2cba6d4
  • Update package.json 79a69b6
  • Merge pull request #821 from yunnysunny/feature/ci-fix c1b8f9d
  • ci: fix broken github action cache saving 5d48749
  • Merge pull request #818 from lamweili/patch-1 25920e7
  • docs: fixed links (for #621) 3767f9e
  • Update README.md b81d3a4
  • Removing unused import 4b372eb
  • chore(deps): bump cookiejar from 2.1.3 to 2.1.4 ac9327f
  • Merge pull request #646 from dtom90/patch-1 44d5d72
  • Merge pull request #621 from RichieRunner/patch-1 d91ff37
  • Update index.js function definition 9ee6a1b
  • Update README.md 13a2b44

https://github.com/ladjs/supertest/compare/v6.3.3...v6.3.4

Commits
  • fd571c8 6.3.4
  • bc4398a chore: bump deps, remove yarn.lock
  • c823515 chore: bump deps
  • 37017b3 Merge pull request #811 from ladjs/dependabot/npm_and_yarn/cookiejar-2.1.4
  • 6b41374 Merge pull request #814 from siddtheone/patch-1
  • 0ff9c02 Merge pull request #828 from 9renpoto/9renpoto-patch-1
  • 2cba6d4 si/visionmedia/ladjs/
  • 79a69b6 Update package.json
  • c1b8f9d Merge pull request #821 from yunnysunny/feature/ci-fix
  • 5d48749 ci: fix broken github action cache saving
  • Additional commits viewable in compare view


Updates @types/supertest from 6.0.1 to 6.0.2

Commits


Updates typescript from 5.2.2 to 5.3.3

Release notes

Sourced from typescript's releases.

TypeScript 5.3.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.3 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.3 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm.

Commits


Updates @adonisjs/auth from 9.0.0-9 to 9.1.1

Release notes

Sourced from @​adonisjs/auth's releases.

Update peer dependencies range

  • chore(package): update dependencies 7a0045b

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

Add basic auth guard

This release adds back the basic auth guard. The documentation will follow by the EOD.

Commits

  • fix: typing issues 7eb5278
  • feat: finish basic auth guard implementation b02f8c2
  • feat: implement user provider for basic auth guard bd285e7
  • feat: add basic auth guard 9ed04af

Full Changelog: https://github.com/adonisjs/auth/compare/v9.0.3...v9.1.0

Fix cross DB issues with the tokens and the users providers

Fixes adonisjs/road-to-v6#91

Commits

  • fix: mysql port in .env file a8d7e58
  • ci: install playwright browser 7352f93
  • ci: commit .env and update db name in workflow file da690c2
  • fix: issues related to cross db with tokens and user providers 1c92ff7

Full Changelog: https://github.com/adonisjs/auth/compare/v9.0.2...v9.0.3

Correct definition of withAuthFinder

What's Changed

Full Changelog: https://github.com/adonisjs/auth/compare/v9.0.1...v9.0.2

Throw error when uid or password is missing via verifyCredentials

  • fix: throw error when uid or password is missing 8950749
  • refactor: do not flash password fields and _method d92068f
  • chore: update dependencies d883337

https://github.com/adonisjs/auth/compare/v9.0.0...v9.0.1

Full Changelog: https://github.com/adonisjs/auth/compare/v9.0.0...v9.0.1

Small Improvements

  • ci: update node versions c9398e3
  • refactor: pass HttpContext with all auth events d13572b
  • refactor: use session.flashError method to flash auth errors 7275fd4
  • refactor: use preset for configure hook 24dedf7

... (truncated)

Commits
  • 016cc8c chore(release): 9.1.1
  • 7a0045b chore(package): update dependencies
  • 064414a chore(release): 9.1.0
  • 7eb5278 fix: typing issues
  • b02f8c2 feat: finish basic auth guard implementation
  • bd285e7 feat: implement user provider for basic auth guard
  • 9ed04af feat: add basic auth guard
  • df847f8 chore(release): 9.0.3
  • a8d7e58 fix: mysql port in .env file
  • 7352f93 ci: install playwright browser
  • Additional commits viewable in compare view


Updates @adonisjs/shield from 8.0.0-10 to 8.1.1

Release notes

Sourced from @​adonisjs/shield's releases.

Fix shieldApiClient plugin export function

  • fix: japa plugin export function 7e7f6c7
  • chore: update dependencies 7c64030
  • docs: update readme e4bc2b8
  • chore: update dependencies 6073a54

Full Changelog: https://github.com/adonisjs/shield/compare/v8.1.0...v8.1.1

Optionally read CSRF exception error message via i18n

This release adds support for reading CSRF error message from i18n integration. You can define the translation message for CSRF errors inside the errors.json file as follows.

{
  "E_BAD_CSRF_TOKEN": "Session expired"
}

Also, fixed the bug to include input data when sending CSRF error via flash messages

Commits

  • feat: add csrf error message using i18n 49537e7
  • refactor: move tests_helpers file to test directory as helpers.ts 9d462f6
  • test: update failing tests d5141ae
  • chore: update dependencies 68e2da9
  • fix: flash input data on CSRF error 0273f51
  • chore: update dependencies bbb1d94

Full Changelog: https://github.com/adonisjs/shield/compare/v8.0.1...v8.1.0

Fix peer dependencies range

  • fix: peer dependencies range f3c7818

Full Changelog: https://github.com/adonisjs/shield/compare/v8.0.0...v8.0.1

Stable major release

Please consult the following releases to learn more about the breaking changes and new additions.

Commits

  • chore: publish under latest tag f9c6235
  • Merge pull request #40 from adonisjs/next bf81729
  • refactor: export stubsRoot and bundle types using tsup as well 910b768
  • chore: update dependencies 681cafd

... (truncated)

Commits
  • 7182ed0 chore(release): 8.1.1
  • 7e7f6c7 fix: japa plugin export function
  • 7c64030 chore: update dependencies
  • e4bc2b8 docs: update readme
  • 6073a54 chore: update dependencies
  • f7d2bfb chore(release): 8.1.0
  • 49537e7 feat: add csrf error message using i18n
  • 9d462f6 refactor: move tests_helpers file to test directory as helpers.ts
  • d5141ae test: update failing tests
  • 68e2da9 chore: update dependencies
  • Additional commits viewable in compare view


Updates @adonisjs/static from 1.0.4 to 1.1.1

Release notes

Sourced from @​adonisjs/static's releases.

Rename config stub to match the convention of other packages

  • refactor: rename config stub path to match the convention of other packages 23de8f8

Full Changelog: https://github.com/adonisjs/static/compare/v1.1.0...v1.1.1

Small improvements

  • refactor: compute middleware default config from defineConfig helper c02a641
  • chore: bundle types.ts file via tsup as well 88ece42
  • chore: update dependencies d766fd9

Full Changelog: https://github.com/adonisjs/static/compare/v1.0.4...v1.1.0

Commits
  • a227b35 chore(release): 1.1.1
  • 23de8f8 refactor: rename config stub path to match the convention of other packages
  • 7bd82ac chore(release): 1.1.0
  • c02a641 refactor: compute middleware default config from defineConfig helper
  • 88ece42 chore: bundle types.ts file via tsup as well
  • d766fd9 chore: update dependencies
  • See full diff in compare view


Updates @adonisjs/vite from 2.0.1 to 2.0.2

Release notes

Sourced from @​adonisjs/vite's releases.

Update dependencies

  • chore: update dependencies e8deff2

Full Changelog: https://github.com/adonisjs/vite/compare/v2.0.1...v2.0.2

Update stubs to use latest API

  • docs: update readme 8b6fbb7
  • refactor: update stubs to use latest APIs a65ea95

Full Changelog: https://github.com/adonisjs/vite/compare/v2.0.1...v2.0.2-0

Commits


Updates @remix-run/css-bundle from 2.4.1 to 2.6.0

Release notes

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

v2.6.0

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

v2.5.1

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

v2.5.0

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

Changelog

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

2.6.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.6.0.

2.5.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.5.1.

2.5.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.5.0.

Commits


Updates @remix-run/node from 2.4.1 to 2.6.0

Release notes

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

v2.6.0

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

v2.5.1

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

v2.5.0

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

Changelog

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

2.6.0

Patch Changes

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

2.5.1

Patch Changes

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

2.5.0

Patch Changes

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


Updates @remix-run/react from 2.4.1 to 2.6.0

Release notes

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

v2.6.0

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

v2.5.1

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

v2.5.0

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

Changelog

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

2.6.0

Patch Changes

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

2.5.1

Patch Changes

  • Only use active matches in <Meta>/<Links> in SPA mode (#8538)
  • Remove leftover unstable_ prefix from Blocker/BlockerFunction types (#8530)
  • Updated dependencies:
    • @remix-run/server-runtime@2.5.1

2.5.0

Minor Changes

  • Add unstable support for "SPA Mode&quo... _Description has been truncated_

dependabot[bot] commented 6 months ago

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