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 2.0.6 to 2.0.7 #965

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps @11ty/eleventy-dev-server from 2.0.6 to 2.0.7.

Release notes

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

Eleventy Dev Server v2.0.7

  • Adds support for Response objects returned from onRequest callbacks, simplifying usage with Fetch and unlocks easy-to-configure proxy server behavior #9
  • Fixes bug with requests to server while it is restarting (improves performance of server close for restart) #103
  • Fixes hot-reload issue with CSS changes outside of <link rel="stylesheet"> usage #88 #63 #99 **
  • Fixes bug with morphdom dependency loading with npm workspaces and Deno #77
  • Adds ready: function(server) callback to configuration options for advanced usage #17 **
  • Adds reloadPort configuration option for separate websocket configuration #105
  • Removes dev-ip dependency #102
eleventyConfig.setServerOptions({
	onRequest: {
		// Proxy all dev server requests to example.com
		"/*": function(req) {
			return fetch(new URL(req.url.pathname, "https://example.com/"));
		}
	}
});

** indicates that this fix required changes to Eleventy core, available in v3.0.1-alpha.5 or newer.

Commits

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)

Bumps [@11ty/eleventy-dev-server](https://github.com/11ty/eleventy-dev-server) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/11ty/eleventy-dev-server/releases)
- [Commits](11ty/eleventy-dev-server@v2.0.6...v2.0.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Dependencies update label Mar 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2025

Reviewers

The following users could not be added as reviewers: yadamska. Either the username does not exist or it does not have the correct permissions to be added as a reviewer.

Assignees

The following users could not be added as assignees: yadamska. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2025

Superseded by #968.

@dependabot dependabot bot closed this Mar 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/11ty/eleventy-dev-server-2.0.7 branch March 24, 2025 04:12
@github-actions github-actions bot locked and limited conversation to collaborators Mar 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Dependencies update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants