Skip to content

Commit

Permalink
Bump the npm-minor-upgrades group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the npm-minor-upgrades group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@11ty/eleventy-img](https://github.com/11ty/eleventy-img) | `6.0.0` | `6.0.1` |
| [@11ty/eleventy-plugin-rss](https://github.com/11ty/eleventy-plugin-rss) | `2.0.2` | `2.0.3` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.10.0` | `28.11.0` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.2.0` | `11.3.0` |
| [rollup](https://github.com/rollup/rollup) | `4.30.1` | `4.31.0` |


Updates `@11ty/eleventy-img` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/11ty/eleventy-img/releases)
- [Commits](11ty/eleventy-img@v6.0.0...v6.0.1)

Updates `@11ty/eleventy-plugin-rss` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/11ty/eleventy-plugin-rss/releases)
- [Commits](11ty/eleventy-plugin-rss@v2.0.2...v2.0.3)

Updates `eslint-plugin-jest` from 28.10.0 to 28.11.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.10.0...v28.11.0)

Updates `fs-extra` from 11.2.0 to 11.3.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.2.0...11.3.0)

Updates `rollup` from 4.30.1 to 4.31.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.30.1...v4.31.0)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy-img"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-upgrades
- dependency-name: "@11ty/eleventy-plugin-rss"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-upgrades
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-upgrades
- dependency-name: fs-extra
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-upgrades
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-upgrades
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 99d3b17 commit 8b73914
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 112 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-fetch": "^5.0.2",
"@11ty/eleventy-img": "^6.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-img": "^6.0.1",
"@11ty/eleventy-plugin-rss": "^2.0.3",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/is-land": "^4.0.0",
"@babel/core": "^7.26.0",
Expand All @@ -81,9 +81,9 @@
"doxray": "^0.10.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"globals": "^15.14.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -102,7 +102,7 @@
"posthtml": "^0.16.6",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"rollup": "^4.30.1",
"rollup": "^4.31.0",
"sanitize-html": "^2.14.0",
"sass-embedded": "^1.83.4",
"sassdoc": "^2.7.4",
Expand Down
Loading

0 comments on commit 8b73914

Please sign in to comment.