Skip to content

chore(deps): update dependency @adonisjs/assembler to v8#47

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/adonisjs-assembler-8.x
Open

chore(deps): update dependency @adonisjs/assembler to v8#47
renovate[bot] wants to merge 1 commit intomainfrom
renovate/adonisjs-assembler-8.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Change Age Confidence
@adonisjs/assembler ^7.8.2^8.0.0 age confidence

Release Notes

adonisjs/assembler (@​adonisjs/assembler)

v8.0.0: Codegen utilities addition, few breaking changes and many small improvements

Compare Source

Check 8.0.0 pre-releases to get a better sense of what's added and changed

Breaking changes

  • In this release we have renamed the following hooks and added a few new one's.
    - onSourceFileChanged
    + fileChanged
    
    - onDevServerStarted
    + devServerStarted
    
    - onBuildCompleted
    + buildFinished
    
    - onBuildStarting
    + buildStarting
    
    + fileAdded
    + fileRemoved
    + devServerStarting
    + testsStarting
    + testsFinished
  • Support Node 24 and above
  • Use @poppinss/ts-exec instead of ts-node
  • Remove concept of assets bundler in favor of inbuilt integration with Vite

Features

  • add helpers to extract class methods, validator direct usage and method arguments (73ab533)
  • add paths resolver (af7ce8d)
  • add routes scanner (b6a4926)
  • add support for invalidating controllers (1c57e01)
  • add dev server shortcuts (#​83) (fcef8f4)
  • makeEntityIndex: allow transforming name and output (194861c)

What's Changed

New Contributors

Full Changelog: adonisjs/assembler@v7.8.2...v8.0.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants