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 |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.13.0` | `9.14.0` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.38.1` | `3.39.0` |
| [eslint](https://github.com/eslint/eslint) | `9.13.0` | `9.14.0` |
| [rollup](https://github.com/rollup/rollup) | `4.24.2` | `4.24.4` |
| [sass-embedded](https://github.com/sass/embedded-host-node) | `1.80.4` | `1.80.6` |


Updates `@eslint/js` from 9.13.0 to 9.14.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.14.0/packages/js)

Updates `core-js` from 3.38.1 to 3.39.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.39.0/packages/core-js)

Updates `eslint` from 9.13.0 to 9.14.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.13.0...v9.14.0)

Updates `rollup` from 4.24.2 to 4.24.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.24.2...v4.24.4)

Updates `sass-embedded` from 1.80.4 to 1.80.6
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](sass/embedded-host-node@1.80.4...1.80.6)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-upgrades
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-upgrades
- dependency-name: eslint
  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-patch
  dependency-group: npm-minor-upgrades
- dependency-name: sass-embedded
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-upgrades
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent be8235c commit e7a92f2
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 209 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@date-fns/utc": "^2.1.0",
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.14.0",
"@netlify/plugin-a11y": "^1.0.0-beta.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
Expand All @@ -75,11 +75,11 @@
"autoprefixer": "^10.4.20",
"chalk": "^5.3.0",
"chokidar-cli": "^3.0.0",
"core-js": "^3.38.1",
"core-js": "^3.39.0",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"doxray": "^0.10.1",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
Expand All @@ -102,9 +102,9 @@
"posthtml": "^0.16.6",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.24.2",
"rollup": "^4.24.4",
"sanitize-html": "^2.13.1",
"sass-embedded": "^1.80.4",
"sass-embedded": "^1.80.6",
"sassdoc": "^2.7.4",
"sassdoc-theme-herman": "^6.0.1",
"slugify": "^1.6.6",
Expand Down
Loading

0 comments on commit e7a92f2

Please sign in to comment.