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): bump @11ty/eleventy-dev-server from 1.0.4 to 2.0.0 #2362

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps @11ty/eleventy-dev-server from 1.0.4 to 2.0.0.

Release notes

Sourced from @​11ty/eleventy-dev-server's releases.

Eleventy Dev Server v2.0.0

Changes

Breaking

  • Node minimum bumped from 14 to 18+.

Minor Changes

  • Adds support for on-request handling via the onRequest option passed as third argument to the server constructor (or passed in via setServerOptions in Eleventy. Read more on the Eleventy documentation. Here’s an Eleventy usage example:
eleventyConfig.setServerOptions({
  onRequest: {
    "/foo/:name": function({ url, pattern, patternGroups }) {
      // Can return false (to skip), a string (for body content), or object for more advanced processing, e.g.:
      return {
        status: 200,
        headers: {
          "Content-Type": "text/html",
        },
        body: `Hello.`
      };
    }
  }
});

New Contributors

Commits
  • 2e41ce7 Adds support for pathPrefix to onRequest feature.
  • 610a4f7 Merge pull request #64 from petershafer/main
  • 50749c4 Upgrade dependencies.
  • e16ddc9 Merge pull request #69 from dpikt/custom-index
  • 3e89d12 Rename index option to indexFileName
  • 569f3bc Merge branch 'main' into custom-index
  • fc4c3cb Merge pull request #62 from joemaller/main
  • bc1cdd1 Merge pull request #76 from bcole808/fix-css-live-reload
  • 433d8ff Breaking: bumps Node minimum to 18+
  • bbb166a Adds support for onRequest patterns to handle dynamic requests with dev ser...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 22, 2024
@dependabot dependabot bot requested a review from a team April 22, 2024 10:13
Bumps [@11ty/eleventy-dev-server](https://github.com/11ty/eleventy-dev-server) from 1.0.4 to 2.0.0.
- [Release notes](https://github.com/11ty/eleventy-dev-server/releases)
- [Commits](11ty/eleventy-dev-server@v1.0.4...v2.0.0)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy-dev-server"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/11ty/eleventy-dev-server-2.0.0 branch from 4358bf3 to c7f578c Compare April 24, 2024 19:54
@abarmina abarmina merged commit 4344a11 into main Apr 24, 2024
9 of 10 checks passed
@abarmina abarmina deleted the dependabot/npm_and_yarn/11ty/eleventy-dev-server-2.0.0 branch April 24, 2024 19:58
@github-actions github-actions bot locked and limited conversation to collaborators Apr 24, 2024
@ala-n
Copy link
Collaborator

ala-n commented Apr 29, 2024

🎉 This PR is included in version 5.0.0-beta.15 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ala-n
Copy link
Collaborator

ala-n commented May 31, 2024

🎉 This PR is included in version 4.17.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ala-n ala-n added the released label May 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released on @beta released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants