Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.4` | `7.24.5` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.4` | `7.24.5` |
| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `10.0.0` | `10.1.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.2.0` | `28.3.0` |
| [sass](https://github.com/sass/dart-sass) | `1.75.0` | `1.76.0` |
| [sass-embedded](https://github.com/sass/embedded-host-node) | `1.75.0` | `1.76.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.3.1` | `16.4.0` |


Updates `@babel/core` from 7.24.4 to 7.24.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-core)

Updates `@babel/preset-env` from 7.24.4 to 7.24.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-preset-env)

Updates `@testing-library/dom` from 10.0.0 to 10.1.0
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/dom-testing-library@v10.0.0...v10.1.0)

Updates `eslint-plugin-jest` from 28.2.0 to 28.3.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.2.0...v28.3.0)

Updates `sass` from 1.75.0 to 1.76.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.75.0...1.76.0)

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

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

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-upgrades
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-upgrades
- dependency-name: "@testing-library/dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-upgrades
- dependency-name: sass-embedded
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-upgrades
- dependency-name: stylelint
  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 May 1, 2024
1 parent bc7300f commit b3f03a9
Show file tree
Hide file tree
Showing 2 changed files with 310 additions and 199 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
"sassdoc": "^2.5.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@testing-library/dom": "^10.0.0",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.2",
"accoutrement": "^4.0.4",
"autoprefixer": "^10.4.19",
Expand All @@ -101,7 +101,7 @@
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jest": "^28.3.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
Expand All @@ -125,14 +125,14 @@
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"prettier": "^3.2.5",
"sass": "^1.75.0",
"sass-embedded": "^1.75.0",
"sass": "^1.76.0",
"sass-embedded": "^1.76.0",
"sass-loader": "^14.2.1",
"sass-true": "^8.0.0",
"sassdoc": "^2.7.4",
"sinon": "^17.0.1",
"srcdoc-polyfill": "^1.0.0",
"stylelint": "^16.3.1",
"stylelint": "^16.4.0",
"stylelint-config-standard-scss": "^13.1.0",
"svgo": "^3.2.0",
"webpack": "^5.91.0",
Expand Down
Loading

0 comments on commit b3f03a9

Please sign in to comment.