Skip to content

Bump the npm group with 3 updates#38

Merged
LarsBodewig merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-aa24866865
Jun 30, 2026
Merged

Bump the npm group with 3 updates#38
LarsBodewig merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-aa24866865

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm group with 3 updates: @11ty/eleventy, @shopify/prettier-plugin-liquid and prettier.

Updates @11ty/eleventy from 3.1.2 to 3.1.6

Release notes

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

Eleventy v3.1.6: Everybody wants to do Maintenance

  • Fixes Node 26 module.register deprecation warning shown in console #4283 (fixed in v4 alphas in #4271)
  • Minor dependency upgrades for npm audit fixes
    • liquidjs upgrade from 1.25.0 to 1.27.0
    • markdown-it upgrade from 14.1.1 to 14.2.0
  • Adds Node 26 to CI for v3 branch
  • Opt out of package manager cache for GitHub Actions CI release workflow (hardening security)

Milestone: https://github.com/11ty/eleventy/milestone/52?closed=1 Full Changelog: 11ty/buildawesome@v3.1.5...v3.1.6

Eleventy v3.1.5: Dependable Dependencies

  • No Eleventy core code changes, this release is for minor version dependency updates on 3.x only
  • Small improvements to HTML Relative Passthrough Copy tests

Full Changelog: 11ty/buildawesome@v3.1.2...v3.1.5

Eleventy v3.1.4

⚠️ This immutable release failed to publish. Please use the identical Eleventy v3.1.5 instead!

Eleventy v3.1.3

⚠️ This immutable release failed to publish. Please use the identical Eleventy v3.1.5 instead!

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​11ty/eleventy since your current version.


Updates @shopify/prettier-plugin-liquid from 1.9.3 to 1.10.3

Release notes

Sourced from @​shopify/prettier-plugin-liquid's releases.

@​shopify/prettier-plugin-liquid@​1.10.3

Patch Changes

  • cacd8f32: [internal] local development fix for breakpoints

@​shopify/prettier-plugin-liquid@​1.10.2

Patch Changes

  • b1bca3f9: Upgrade prettier to v3 (internal)
  • Updated dependencies [b1bca3f9]
    • @​shopify/liquid-html-parser@​2.9.2

@​shopify/prettier-plugin-liquid@​1.10.0

Minor Changes

  • 1ebf9246: Detect and fix use of boolean expressions

Patch Changes

  • Updated dependencies [6a1512db]
  • Updated dependencies [1ebf9246]
    • @​shopify/liquid-html-parser@​2.9.0

@​shopify/prettier-plugin-liquid@​1.9.4

Patch Changes

  • e6b1b636: Update playground to v1.9.3
Changelog

Sourced from @​shopify/prettier-plugin-liquid's changelog.

1.10.3

Patch Changes

  • cacd8f32: [internal] local development fix for breakpoints

1.10.2

Patch Changes

  • b1bca3f9: Upgrade prettier to v3 (internal)
  • Updated dependencies [b1bca3f9]
    • @​shopify/liquid-html-parser@​2.9.2

1.10.1

Patch Changes

  • 8f523617: Bump to TypeScript 5
  • Updated dependencies [8f523617]
    • @​shopify/liquid-html-parser@​2.9.1

1.10.0

Minor Changes

  • 1ebf9246: Detect and fix use of boolean expressions

Patch Changes

  • Updated dependencies [6a1512db]
  • Updated dependencies [1ebf9246]
    • @​shopify/liquid-html-parser@​2.9.0

1.9.4

Patch Changes

  • e6b1b636: Update playground to v1.9.3
Commits
  • 52646d3 Theme Tools Release — 2026-06-05
  • cacd8f3 Fix pnpm workspace package debugging (#1225)
  • d03191b Migrate test setup for Vitest 4
  • 6343567 Migrate theme-tools to pnpm
  • 457f82c Run 'npm pkg fix' against all packages
  • d6f9d72 Theme Tools Release — 2026-03-09
  • e3f3779 Format hasOrIsNode return statement
  • 1857e34 Fix const reassignment error in standalone build
  • b1bca3f Upgrade Prettier to v3
  • 7a3e348 Theme Tools Release — 2026-01-21 (#1066)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​shopify/prettier-plugin-liquid since your current version.


Updates prettier from 3.6.2 to 3.8.4

Release notes

Sourced from prettier's releases.

3.8.4

🔗 Changelog

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

... (truncated)

Changelog

Sourced from prettier's changelog.

3.8.4

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a


b


c

d



<!-- Prettier 3.8.3 -->

a

b


c

d



<!-- Prettier 3.8.4 -->


a

b



c

d

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
</tr></table>

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for prettier since your current version.


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 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 npm group with 3 updates: [@11ty/eleventy](https://github.com/11ty/eleventy), [@shopify/prettier-plugin-liquid](https://github.com/Shopify/theme-tools/tree/HEAD/packages/prettier-plugin-liquid) and [prettier](https://github.com/prettier/prettier).


Updates `@11ty/eleventy` from 3.1.2 to 3.1.6
- [Release notes](https://github.com/11ty/eleventy/releases)
- [Changelog](https://github.com/11ty/buildawesome/blob/main/docs/release-instructions.md)
- [Commits](11ty/buildawesome@v3.1.2...v3.1.6)

Updates `@shopify/prettier-plugin-liquid` from 1.9.3 to 1.10.3
- [Release notes](https://github.com/Shopify/theme-tools/releases)
- [Changelog](https://github.com/Shopify/theme-tools/blob/main/packages/prettier-plugin-liquid/CHANGELOG.md)
- [Commits](https://github.com/Shopify/theme-tools/commits/@shopify/prettier-plugin-liquid@1.10.3/packages/prettier-plugin-liquid)

Updates `prettier` from 3.6.2 to 3.8.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.8.4)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy"
  dependency-version: 3.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@shopify/prettier-plugin-liquid"
  dependency-version: 1.10.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: prettier
  dependency-version: 3.8.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

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 Jun 30, 2026
@LarsBodewig
LarsBodewig merged commit 8de2ad8 into main Jun 30, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-aa24866865 branch June 30, 2026 21:48
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.

1 participant