Skip to content

Bump wrangler from 2.0.27 to 2.0.29#13

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/wrangler-2.0.29
Closed

Bump wrangler from 2.0.27 to 2.0.29#13
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/wrangler-2.0.29

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 10, 2022

Bumps wrangler from 2.0.27 to 2.0.29.

Release notes

Sourced from wrangler's releases.

wrangler@2.0.29

Patch Changes

  • #1731 16f051d3 Thanks @​CarmenPopoviciu! - Add custom _routes.json support for Pages Functions projects

  • #1762 23f89216 Thanks @​petebacondarwin! - Use getBasePath() when trying to specify paths to files relative to the base of the Wrangler package directory rather than trying to compute the path from Node.js constants like **dirname and **filename. This is because the act of bundling the source code can move the file that contains these constants around potentially breaking the relative path to the desired files.

    Fixes #1755

  • #1763 75f3ae82 Thanks @​CarmenPopoviciu! - Add description field to _routes.json

    When generating routes for Functions projects, let's add a description so we know what wrangler version generated this config

  • #1538 2c9caf74 Thanks @​rozenmd! - chore: refactor wrangler.dev API to not need React/Ink

    Prior to this change, wrangler.unstable_dev() would only support running one instance of wrangler at a time, as Ink only lets you render one instance of React. This resulted in test failures in CI.

    This change creates pure JS/TS versions of these React hooks:

    • useEsbuild
    • useLocalWorker
    • useCustomBuild
    • useTmpDir

    As a side-effect of removing React, tests should run faster in CI.

    Closes #1432 Closes #1419

  • #1775 8163b8cf Thanks @​CarmenPopoviciu! - Add unit tests for wrangler pages publish

wrangler@2.0.28

Patch Changes

  • #1725 eb75413e Thanks @​threepointone! - rename: worker_namespaces / dispatch_namespaces

    The Worker-for-Platforms team would like to rename this field to more closely match what it's called internally. This fix does a search+replace on this term. This feature already had an experimental warning, and no one's using it at the moment, so we're not going to add a warning/backward compat for existing customers.

  • #1736 800f8553 Thanks @​threepointone! - fix: do not delete previously defined plain_text/json bindings on publish

... (truncated)

Commits
  • 5d7dd7a Version Packages (#1760)
  • 8163b8c feat[pages]: Add unit tests for wrangler pages publish (#1775)
  • d4804f2 add apiOptions to jsdoc (#1776)
  • 37e488b fix: codecov fails in CI because miniflare-dist is not built (#1773)
  • 2c9caf7 Implement a testMode for running wrangler's dev function via API (#1538)
  • 75f3ae8 feat[pages]: Add description field to _routes.json (#1763)
  • 38a940e Start of asset-server in pages-shared (#1764)
  • 23f8921 refactor: implement getBasePath() as a replacement for __dirname (#1762)
  • 16f051d feat[pages]: Add custom _routes.json support for Pages Functions projects (#1...
  • 3904ee4 Start of pages-shared (#1757)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wrangler](https://github.com/cloudflare/wrangler2) from 2.0.27 to 2.0.29.
- [Release notes](https://github.com/cloudflare/wrangler2/releases)
- [Commits](https://github.com/cloudflare/wrangler2/compare/wrangler@2.0.27...wrangler@2.0.29)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 10, 2022
@dependabot dependabot Bot requested a review from Victrid September 10, 2022 04:16
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 17, 2022

Superseded by #14.

@dependabot dependabot Bot closed this Sep 17, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/wrangler-2.0.29 branch September 17, 2022 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants