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

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps the minor-upgrades group with 7 updates:

Package From To
@types/node 20.11.28 20.11.30
np 10.0.1 10.0.2
typescript 5.4.2 5.4.3
@adonisjs/session 7.1.1 7.3.0
edge.js 6.0.1 6.0.2
@types/react 18.2.66 18.2.69
vite 5.1.6 5.2.6

Updates @types/node from 20.11.28 to 20.11.30

Commits


Updates np from 10.0.1 to 10.0.2

Release notes

Sourced from np's releases.

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

Release notes

Sourced from typescript's releases.

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


Updates @adonisjs/session from 7.1.1 to 7.3.0

Release notes

Sourced from @​adonisjs/session's releases.

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


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 @types/react from 18.2.66 to 18.2.69

Commits


Updates vite from 5.1.6 to 5.2.6

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.6 (2024-03-24)

5.2.5 (2024-03-24)

5.2.4 (2024-03-23)

5.2.3 (2024-03-22)

5.2.2 (2024-03-20)

5.2.1 (2024-03-20)

5.2.0 (2024-03-20)

... (truncated)

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

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