Skip to content

build(deps): update dependency @adonisjs/bouncer to v4#398

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/adonisjs-bouncer-4.x
Open

build(deps): update dependency @adonisjs/bouncer to v4#398
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/adonisjs-bouncer-4.x

Conversation

@renovate

@renovate renovate Bot commented Mar 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@adonisjs/bouncer 3.1.64.0.0 age confidence

Release Notes

adonisjs/bouncer (@​adonisjs/bouncer)

v4.0.0: Breaking changes, bug fixes and small improvements

Compare Source

Please check all 4.0.0 pre-releases to get a better sense of changes

Breaking change

We have removed the usage of app/policies/main.ts file in favor of auto-generated .adonisjs/server/policies.ts file that automatically scans the app/policies directory and indexes all the policies inside a barrel file. Moving forward, you can delete the app/policies/main.ts file and use the following hook for barrel file creation

import { indexPolicies } from '@​adonisjs/bouncer' 

// adonisrc.ts
export default defineConfig({
  hooks: {
     init: [
        indexPolicies()
     ]
  }
})

Bug Fixes

  • flash form input when redirect back during form submission (aa63c7e)

Features

  • add index generator to index policies (53d7aea)
  • do not create policies/main.ts file (d245758)
  • make action required in Authorization event (19f1fe2)
  • redirect back to form when authorization check fails during form submission (52f6ea1)
  • abilities builder to infer return type of the Authorizer (e8f6bcd)
  • typing issue with AuthorizerResponse wrapped inside a Promise (ced4674), closes #​14 #​18

Full Changelog: adonisjs/bouncer@v3.1.5...v4.0.0


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • At any time (no schedule defined)
  • 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 1, 2026
@vercel

vercel Bot commented Mar 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
interval.so Ignored Ignored Jun 13, 2026 8:02pm

Request Review

@renovate renovate Bot force-pushed the renovate/adonisjs-bouncer-4.x branch from 51dac4d to 87aa949 Compare March 1, 2026 23:06
@renovate renovate Bot force-pushed the renovate/adonisjs-bouncer-4.x branch 3 times, most recently from cb11162 to 42311fe Compare April 18, 2026 00:50
@renovate renovate Bot force-pushed the renovate/adonisjs-bouncer-4.x branch from 42311fe to 7041ceb Compare April 29, 2026 12:01
@renovate renovate Bot force-pushed the renovate/adonisjs-bouncer-4.x branch 2 times, most recently from 8c03c6e to 558d295 Compare May 18, 2026 09:40
@renovate renovate Bot force-pushed the renovate/adonisjs-bouncer-4.x branch 2 times, most recently from 9c12c46 to 836ea3d Compare June 1, 2026 21:09
@renovate renovate Bot force-pushed the renovate/adonisjs-bouncer-4.x branch from 836ea3d to 6dec36c Compare June 13, 2026 20:02
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