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

chore(deps): update dependency worktop to v0.8.0-next.18 #11618

Merged
merged 2 commits into from
Jan 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
worktop 0.8.0-next.16 -> 0.8.0-next.18 age adoption passing confidence

Release Notes

lukeed/worktop (worktop)

v0.8.0-next.18

Compare Source

Breaking

  • Changed matching behavior of optional wildcard routes (eg; /books/*?): 0f4d4a6
    See regexparam@3.0 release notes for more info.

  • Changed the context.params wildcard value key from "wild" to "*": d770b39
    See regexparam@3.0 release notes for more info.

    API.add('GET', '/foo/*', (req, context) => {
    -- let value = context.params.wild;
    ++ let value = context.params['*'];
    });

Full Changelog: lukeed/worktop@v0.8.0-next.16...v0.8.0-next.18

v0.8.0-next.17

Compare Source


Configuration

📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.

Copy link

changeset-bot bot commented Jan 12, 2024

🦋 Changeset detected

Latest commit: 9433a3a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sveltejs/adapter-cloudflare Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to ~0.7.0 chore(deps): update dependency svelte2tsx to ~0.7.0 - autoclosed Jan 12, 2024
@renovate renovate bot closed this Jan 12, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch January 12, 2024 15:10
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to ~0.7.0 - autoclosed chore(deps): update dependency svelte2tsx to ~0.7.0 Jan 18, 2024
@renovate renovate bot restored the renovate/all-minor-patch branch January 18, 2024 19:34
@renovate renovate bot reopened this Jan 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to ~0.7.0 chore(deps): update dependency worktop to v0.8.0-next.18 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dfe101d to 62be11a Compare January 18, 2024 19:34
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