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 22 updates #15

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the minor-upgrades group with 22 updates:

Package From To
@adonisjs/auth 9.0.0-9 9.1.0
@adonisjs/shield 8.0.0-10 8.1.0
@adonisjs/static 1.0.4 1.1.1
@adonisjs/vite 2.0.1 2.0.2
@remix-run/css-bundle 2.4.1 2.5.1
@remix-run/node 2.4.1 2.5.1
@remix-run/react 2.4.1 2.5.1
@remix-run/serve 2.4.1 2.5.1
reflect-metadata 0.1.14 0.2.1
sqlite3 5.1.6 5.1.7
@remix-run/dev 2.4.1 2.5.1
@swc/core 1.3.101 1.3.107
@types/luxon 3.3.7 3.4.2
@types/node 20.10.5 20.11.10
@types/react 18.2.45 18.2.48
pino-pretty 10.3.0 10.3.1
prettier 3.1.1 3.2.4
typescript 5.2.2 5.3.3
@adonisjs/http-server 7.0.0-4 7.0.2
node-mocks-http 1.14.0 1.14.1
supertest 6.3.3 6.3.4
@types/supertest 6.0.1 6.0.2

Updates @adonisjs/auth from 9.0.0-9 to 9.1.0

Release notes

Sourced from @​adonisjs/auth's releases.

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

Full Changelog: https://github.com/adonisjs/auth/compare/v9.0.0-9...v9.0.0-10

Commits
  • 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
  • da690c2 ci: commit .env and update db name in workflow file
  • 1c92ff7 fix: issues related to cross db with tokens and user providers
  • Additional commits viewable in compare view


Updates @adonisjs/shield from 8.0.0-10 to 8.1.0

Release notes

Sourced from @​adonisjs/shield's releases.

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

What's Changed

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

Commits
  • 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
  • 0273f51 fix: flash input data on CSRF error
  • bbb1d94 chore: update dependencies
  • e957ce3 chore(release): 8.0.1
  • f3c7818 fix: peer dependencies range
  • 9599024 chore(release): 8.0.0
  • 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.5.1

Release notes

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

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

Release notes

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

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

Release notes

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

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.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" (#8457)

    You can opt into SPA Mode by setting unstable_ssr: false in your Remix Vite plugin config:

    // vite.config.ts
    import { unstable_vitePlugin as remix } from "@remix-run/dev";
    import { defineConfig } from "vite";
    

    export default defineConfig({ plugins: [remix({ unstable_ssr: false })], });

    Development in SPA Mode is just like a normal Remix app, and still uses the Remix dev server for HMR/HDR:

    remix vite:dev
    

    Building in SPA Mode will generate an index.html file in your client assets directory:

    remix vite:build
    

    To run your SPA, you serve your client assets directory via an HTTP server:

    npx http-server build/client
    

    For more information, please refer to the SPA Mode docs.

Patch Changes

  • Vite: Fix type conflict with import.meta.hot from the existing Remix compiler (#8459)

... (truncated)

Commits


Updates @remix-run/serve from 2.4.1 to 2.5.1

Release notes

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

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/serve's changelog.

2.5.1

Patch Changes

  • Updated dependencies:
    • @remix-run/express@2.5.1
    • @remix-run/node@2.5.1

2.5.0

Patch Changes

  • Don't try to load sourcemaps if they don't exist on disk (#8446)
  • Updated dependencies:
    • @remix-run/node@2.5.0
    • @remix-run/express@2.5.0
Commits


Updates reflect-metadata from 0.1.14 to 0.2.1

Release notes

Sourced from reflect-metadata's releases.

v0.2.1

What's Changed

Full Changelog: https://github.com/rbuckton/reflect-metadata/compare/v0.2.0...v0.2.1

reflect-metadata 0.2.0

What's Changed

Full Changelog: https://github.com/rbuckton/reflect-metadata/compare/v0.1.14...v0.2.0

reflect-metadata 0.2.0-pre.0

What's Changed

Full Changelog: https://github.com/rbuckton/reflect-metadata/compare/v0.1.14...v0.2.0-pre.0

Commits
  • 5c2589f 0.2.1
  • 1e66739 Fix stack overflow crash in isProviderFor
  • 68fd019 Merge pull request #149 from rbuckton/lite-mode-no-dynamic-eval
  • 85d168f Remove dynamic execution from lite-mode
  • 893db5d Drop prerelease from version
  • 6ef3aed Merge pull request #144 from rbuckton/lite-mode
  • 7391602 Merge branch 'main' into lite-mode
  • f16259f Update ci.yml
  • 4e604aa Create ci.yml
  • ad6f84b Mark as prerelease for testing purposes
  • Additional commits viewable in compare view


Updates sqlite3 from 5.1.6 to 5.1.7

Release notes

Sourced from sqlite3's releases.

v5.1.7

What's Changed

New Contributors

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.6...v5.1.7

v5.1.7-rc.0

Please install v5.1.7 instead.

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.6...v5.1.7-rc.0

Commits
  • ba4ba07 v5.1.7
  • d04c1fb Removed Node version from matrix title
  • 03d6e75 v5.1.7-rc.0
  • 8398daa Fixed uploading assets from Docker
  • 8b86e41 Fixed uploading release assets on Windows
  • 83c8c0a Configured releases to be created as prereleases
  • f792f69 Update dependency node-addon-api to v7
  • 4ef11bf Removed extraneous parameter to event emit function
  • e99160a Inlined init() functions into class header files
  • 3372130 Improved RowToJS performance by removing Napi::String::New instantiation
  • Additional commits viewable in compare view


Updates @remix-run/dev from 2.4.1 to 2.5.1

Release notes

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

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/dev's changelog.

2.5.1

Patch Changes

  • Add isSpaMode to @remix-run/dev/server-build virtual module (#8492)
  • Automatically prepend <!DOCTYPE html> if not present to fix quirks mode warnings for SPA template (#8495)
  • Vite: Errors for server-only code point to new docs (#8488)
  • Vite: Fix HMR race condition when reading changed file contents (#8479)
  • Vite: Tree-shake unused route exports in the client build (#8468)
  • Vite: Performance profiling (#8493)
    • Run remix vite:build --profile to generate a .cpuprofile that can be shared or uploaded to speedscope.app
    • In dev, press p + enter to start a new profiling session or stop the current session
    • If you need to profile dev server startup, run remix vite:dev --profile to initialize the dev server with a running profiling session
    • For more, see the new docs: Vite > Performance
  • Vite: Improve performance of dev server requests by invalidating Remix's virtual modules on relevant file changes rather than on every request (#8164)
  • Updated dependencies:
    • @remix-run/node@2.5.1
    • @remix-run/server-runtime@2.5.1

2.5.0

Minor Changes

  • Add unstable support for "SPA Mode" (#8457)

    You can opt into SPA Mode by setting unstable_ssr: false in your Remix Vite plugin config:

    // vite.config.ts
    import { unstable_vitePlugin as remix } from "@remix-run/dev";
    import { defineConfig } from "vite";
    

    export default defineConfig({ plugins: [remix({ unstable_ssr: false })], });

    Development in SPA Mode is just like a normal Remix app, and still uses the Remix dev server for HMR/HDR:

    remix vite:dev
    

    Building in SPA Mode will generate an index.html file in your client assets directory:

    remix vite:build
    

    To run your SPA, you serve your client assets directory via an HTTP server:

... (truncated)

Commits


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/luxon from 3.3.7 to 3.4.2

Commits


Updates @types/node from 20.10.5 to 20.11.10

Commits


Updates @types/react from 18.2.45 to 18.2.48

Commits


Updates pino-pretty from 10.3.0 to 10.3.1

Release notes

Sourced from pino-pretty's releases.

v10.3.1

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino-pretty/compare/v10.3.0...v10.3.1

Commits


Updates prettier from 3.1.1 to 3.2.4

Release notes

Sourced from prettier's releases.

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.4

diff

Fix incorrect parser inference (#15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }

// Prettier 3.2.4 prettier --file-info .eslintrc.json { "ignored": false, "inferredParser": "json" }

3.2.3

diff

Throw errors for invalid code (#15881 by @​fisker, @​Josh-Cena, @​auvred)

// Input
1++;

// Prettier 3.2.2 1++;

// Prettier 3.2.3 SyntaxError: Invalid left-hand side expression in unary operation (1:1) > 1 | 1++; | ^

// Input
try {} catch (error = 1){}

// Prettier 3.2.2
try {
} catch (error) {}

// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
</tr></table> 

... (truncated)

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
  • 63717cf Bump version to 5.3.3 and LKG
  • 4c2afa7 🤖 Pick PR #56627 (Transpile jsdoc parsing mode) into release-5.3 (#56629)
  • ba3d2b0 🤖 Pick PR #56434 (Fix support for intersections in te...) into release-5.3 (#...
  • f3808c4 🤖 Pick PR #56504 (Fixed an issue in boolean compariso...) into release-5.3... _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.