Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @adonisjs/core from 6.2.3 to 6.3.0 #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thetutlage
Copy link
Contributor

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @adonisjs/core from 6.2.3 to 6.3.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2024-02-24.
Release notes
Package name: @adonisjs/core
  • 6.3.0 - 2024-02-24

    Changes

    • We now have a node ace add command which allows you to install and configure a package. In a single command, where before you would have had to do npm install ... then node ace configure .... This will be documented in more detail in the coming days. See adonisjs/v6-docs#44

    • The Codemods API now exposes the getTsMorphProject method, which retrieves an instance of tsmorph. This allows package authors to have direct access to ts-morph when they need to perform more specific modifications in the end-user code. Documentation https://docs.adonisjs.com/guides/scaffolding#gettsmorphproject

    • The Codemods API also introduces two new methods: registerVitePlugin and registerJapaPlugin. See documentation here: https://docs.adonisjs.com/guides/scaffolding#registerviteplugin

    • Added experimental assembler hooks. These hooks must be defined in the adonisrc.ts file and enable certain pieces of code to be executed at specific times during the build or dev server lifecycle. This feature will be useful for the new Vite integration we are experimenting :

        // adonisrc.ts
      export default defineConfig({
       unstable_assembler: {
         onBuildStart: [
           () => import('@ my-package/hooks/build_start')
         ],
         onBuildEnd: [
           () => import('@ my-package/hooks/build_end')
         ],
         onSourceFileChanged: [
           () => import('@ my-package/hooks/source_file_changed')
         ],
         onDevServerStart: [
           () => import('@ my-package/hooks/dev_server_start')
         ],
       }
      })

    Commits

    • ci: use main as reference for test job ee4baba
    • test: fix test that fails when runned locally cf79688
    • ci: remove test job next reference 295061f
    • chore: migrate to husky 9 1ca3b45
    • chore: update dependencies fdd332e
    • chore: update minimum node version e33b342
    • feat: add getTsMorphProject method (#4414) ee96efe
    • feat: add registerVitePlugin and registerJapaPlugin (#4412) db03e4c
    • feat: do not run assets bundler when disabled in rc file (#4429) be6ca03
    • chore: add extraneous package c0a86f3
    • feat: add hooks for build and dev server (#4428) ca600ce
    • style: lint file f01d683
    • feat: add node ace add command (#4296) e7c668c
    • fix: description of --api and --resource flags d83e970
    • fix(commands): swapped description in make:controller 8848191

    What's Changed

    New Contributors

    Full Changelog: v6.2.3...v6.3.0

  • 6.2.3 - 2024-02-05
    • fix: respect singular command flag to create singular controller 05d23e8

    Full Changelog: v6.2.2...v6.2.3

from @adonisjs/core GitHub release notes
Commit messages
Package name: @adonisjs/core
  • 2ec6f35 chore(release): 6.3.0
  • ee4baba ci: use `main` as reference for test job
  • cf79688 test: fix test that fails when runned locally
  • 295061f ci: remove test job `next` reference
  • 1ca3b45 chore: migrate to husky 9
  • fdd332e chore: update dependencies
  • e33b342 chore: update minimum node version
  • ee96efe feat: add getTsMorphProject method (#4414)
  • db03e4c feat: add registerVitePlugin and registerJapaPlugin (#4412)
  • be6ca03 feat: do not run assets bundler when disabled in rc file (#4429)
  • c0a86f3 chore: add extraneous package
  • ca600ce feat: add hooks for build and dev server (#4428)
  • f01d683 style: lint file
  • e7c668c feat: add `node ace add` command (#4296)
  • d83e970 fix: description of --api and --resource flags
  • 8848191 fix(commands): swapped description in make:controller

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Copy link

cloudflare-pages bot commented Mar 16, 2024

Deploying vinejs-dev with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6f40252
Status: ✅  Deploy successful!
Preview URL: https://27ea05ad.vinejs-dev.pages.dev
Branch Preview URL: https://snyk-upgrade-8cd073e7c133041.vinejs-dev.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants