Skip to content

chore: release packages - #44

Merged
JasonPaff merged 1 commit into
mainfrom
changeset-release/main
Aug 12, 2026
Merged

JasonPaff merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@paramour-js/eslint-plugin@0.8.0

Minor Changes

  • #43 622bb4d Thanks @JasonPaff! - Two new rules complete the bypass audit in both directions, and the existing rule's messages now name the real API.

    • no-raw-param-reads — the read-side twin of no-raw-hrefs. Flags useSearchParams() / useParams() imported from next/navigation (nudging useSearch(route) / useRouteParams(route) from @paramour-js/next/app) and router.query on a next/router useRouter() router, including the direct-call and destructured forms (nudging the @paramour-js/next/pages hooks). An allow option ("routerQuery" | "useParams" | "useSearchParams") switches a surface off wholesale.
    • no-href-arithmetic — flags string content appended after an href() result (href(route) + "?tab=1", `${href(route)}/reviews`); prefix-only concatenation (origin + href(route)) stays legal. The pure hash case is the plugin's first autofix: href(route) + "#top" rewrites to href(route, { hash: "top" }) when the options provably carry no hash.
    • Both rules ship in configs.recommended at warn.
    • no-raw-hrefs messages now say href(route, …) — there is no route.href() method to point at.

@paramour-js/next@0.8.0

Patch Changes

  • Updated dependencies []:
    • paramour@0.8.0

@paramour-js/nuqs@0.8.0

Patch Changes

  • Updated dependencies []:
    • paramour@0.8.0

paramour@0.8.0

@paramour-js/devtools-panel@0.8.0

docs@0.0.7

Patch Changes

  • Updated dependencies []:
    • paramour@0.8.0
    • @paramour-js/next@0.8.0

example-basic@0.0.12

Patch Changes

  • Updated dependencies []:
    • paramour@0.8.0
    • @paramour-js/next@0.8.0
    • @paramour-js/devtools-panel@0.8.0

example-kitchen-sink@0.0.12

Patch Changes

  • Updated dependencies []:
    • paramour@0.8.0
    • @paramour-js/next@0.8.0
    • @paramour-js/devtools-panel@0.8.0
    • @paramour-js/nuqs@0.8.0

example-next-compat@0.0.12

Patch Changes

  • Updated dependencies []:
    • paramour@0.8.0
    • @paramour-js/next@0.8.0

example-pages-router@0.0.12

Patch Changes

  • Updated dependencies []:
    • paramour@0.8.0
    • @paramour-js/next@0.8.0

example-type-errors@0.0.12

Patch Changes

  • Updated dependencies []:
    • paramour@0.8.0
    • @paramour-js/next@0.8.0

@vercel

vercel Bot commented Aug 12, 2026 •

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
paramour-docs Ready Ready Preview Aug 12, 2026 2:27am

@JasonPaff
JasonPaff merged commit c8e30d5 into main Aug 12, 2026
11 checks passed
@JasonPaff
JasonPaff deleted the changeset-release/main branch August 12, 2026 02:33

This branch was successfully deployed

1 active deployment
Preview — 048a5e0d Deployed Aug 12, 2026 by vercel[bot]
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.

1 participant