Skip to content

Bump the all-dependencies group across 1 directory with 4 updates #1610

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 18, 2025

Bumps the all-dependencies group with 4 updates in the /sites directory: @11ty/eleventy, @codemirror/lang-javascript, @codemirror/view and rollup.

Updates @11ty/eleventy from 3.0.0 to 3.1.0

Release notes

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

Eleventy v3.1.0: 11% faster and 22% smaller!

Try it out in your project

npm install @11ty/eleventy@latest

Read more about getting started with Eleventy or why you should use Eleventy.

What’s new?

Bug fixes

  • Bug fix for returning non-traditional data with eleventyConfig.addCollection API #3467
  • Internals: consolidates TemplateMap with Dependency Graph for more accurate build order during incremental builds (fixing unrendered template errors) #3410 (Fair warning: this was a big change!)
  • Fix duplicate permaink error on Windows after file delete and re-add #3631
  • Fix (and better error messaging) for link.slice is not a function errors when using function permalinks #3472 #3619
  • Improvements to bundler-friendiness of imports (using Programmatic API in serverless contexts) #3656
  • Fix when using eleventyConfig.setUseTemplateCache(false); and 11ty.js JavaScript templates #3667
  • Fix for passthrough copy output locations during incremental builds #3285
  • Check Error.cause for TemplateContentPrematureUseError when rendering by @​noelforte in 11ty/eleventy#3651
  • Fix dateValue.toLowerCase() is not a function error when using addDateParsing API #3674
  • Improvements to engine consistency (improved use of Nunjucks cache) #3736
  • Fixes eleventy.templateModified listeners warning #3735
  • Fixes for bugs with merging Arrays in eleventyComputed. Arrays are now treated as a single entity when merging over non-computed data. Arrays will still be merged in the data cascade from multiple eleventyComputed entries. #3728
  • Fix bug with collection definition on subsequent builds #3711
  • HtmlBasePlugin: Fix confusing error message by @​noelleleigh in 11ty/eleventy#3709
  • Fix import-related error with CommonJS modules in Node 23 by @​vrugtehagel in 11ty/eleventy#3519 #3518
  • Fix for InputPathToUrl plugin to support unencoded paths with spaces #3559 #3583

Dependency Watch

... (truncated)

Commits

Updates @codemirror/lang-javascript from 6.2.3 to 6.2.4

Changelog

Sourced from @​codemirror/lang-javascript's changelog.

6.2.4 (2025-05-14)

Bug fixes

Fix a crash in the esLint helper when a rule's meta.docs isn't defined.

Properly dedent lines starting with an opening curly brace below composite statements like for/while.

Commits
  • 2b48f4d Mark version 6.2.4
  • fc71e46 Properly reindent lines starting with an opening brace below composite statem...
  • 6a735f3 Fix crash in esLint linter when meta.docs is undefined for a rule
  • See full diff in compare view

Updates @codemirror/view from 6.36.7 to 6.36.8

Changelog

Sourced from @​codemirror/view's changelog.

6.36.8 (2025-05-12)

Bug fixes

Make logException log errors to the console when onerror returns a falsy value.

Fix an issue in MatchDecorator causing updateDeco to sometimes not do the right thing for deletions.

Commits
  • dc886a9 Mark version 6.36.8
  • 4e130aa Fix a bug in MatchDecorator where deletions might break updates
  • 3738449 Continue reporting exceptions when window.onerror returns false
  • See full diff in compare view

Updates rollup from 4.40.2 to 4.41.0

Release notes

Sourced from rollup's releases.

v4.41.0

4.41.0

2025-05-18

Features

  • Detect named exports in more dynamic import scenarios (#5954)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.41.0

2025-05-18

Features

  • Detect named exports in more dynamic import scenarios (#5954)

Pull Requests

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 4 updates in the /sites directory: [@11ty/eleventy](https://github.com/11ty/eleventy), [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript), [@codemirror/view](https://github.com/codemirror/view) and [rollup](https://github.com/rollup/rollup).


Updates `@11ty/eleventy` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/11ty/eleventy/releases)
- [Changelog](https://github.com/11ty/eleventy/blob/main/docs/release-instructions.md)
- [Commits](11ty/eleventy@v3.0.0...v3.1.0)

Updates `@codemirror/lang-javascript` from 6.2.3 to 6.2.4
- [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-javascript@6.2.3...6.2.4)

Updates `@codemirror/view` from 6.36.7 to 6.36.8
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.36.7...6.36.8)

Updates `rollup` from 4.40.2 to 4.41.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.40.2...v4.41.0)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy"
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@codemirror/lang-javascript"
  dependency-version: 6.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@codemirror/view"
  dependency-version: 6.36.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: rollup
  dependency-version: 4.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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 May 18, 2025
@romainmenke romainmenke merged commit f89dd47 into main May 19, 2025
7 checks passed
@romainmenke romainmenke deleted the dependabot/npm_and_yarn/sites/all-dependencies-c2f1767592 branch May 19, 2025 06:36
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 sites/postcss-preset-env
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant