Skip to content

Commit

Permalink
build(deps): bump the minor-and-patch group with 6 updates (#4889)
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `6.5.1` | `6.5.2` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.0.8` | `3.1.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.20.0` | `0.20.2` |
| [sass](https://github.com/sass/dart-sass) | `1.71.0` | `1.75.0` |
| [trumbowyg](https://github.com/Alex-D/Trumbowyg) | `2.27.3` | `2.28.0` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.9` | `7.24.4` |


Updates `@fortawesome/fontawesome-free` from 6.5.1 to 6.5.2
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.5.1...6.5.2)

Updates `dompurify` from 3.0.8 to 3.1.0
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.0.8...3.1.0)

Updates `esbuild` from 0.20.0 to 0.20.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.20.0...v0.20.2)

Updates `sass` from 1.71.0 to 1.75.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.71.0...1.75.0)

Updates `trumbowyg` from 2.27.3 to 2.28.0
- [Release notes](https://github.com/Alex-D/Trumbowyg/releases)
- [Commits](Alex-D/Trumbowyg@v2.27.3...v2.28.0)

Updates `@babel/preset-env` from 7.23.9 to 7.24.4
- [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.4/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: trumbowyg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent e08a79a commit 27dffd4
Show file tree
Hide file tree
Showing 2 changed files with 579 additions and 523 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "node esbuild.config.js"
},
"devDependencies": {
"@babel/preset-env": "^7.23.9",
"@babel/preset-env": "^7.24.4",
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"canvas": "^2.11.2",
Expand All @@ -38,7 +38,7 @@
"vite-plugin-ruby": "^3.2.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"@hotwired/stimulus": "^3.2.2",
"@tarekraafat/autocomplete.js": "^10.2.6",
"banana-i18n": "^2.3.3",
Expand All @@ -48,9 +48,9 @@
"canvas2svg": "1.0.16",
"codemirror": "^5.65.1",
"dom-to-image": "^2.6.0",
"dompurify": "^3.0.8",
"dompurify": "^3.1.0",
"driver.js": "^0.9.8",
"esbuild": "^0.20.0",
"esbuild": "^0.20.2",
"esbuild-plugin-sass": "^1.0.1",
"esbuild-rails": "^1.0.7",
"jquery": "^3.7.1",
Expand All @@ -59,11 +59,11 @@
"jsdoc-export-default-interop": "^0.3.1",
"opencollective-postinstall": "^2.0.3",
"popper.js": "^1.16.1",
"sass": "^1.71.0",
"sass": "^1.75.0",
"stimulus": "^3.2.2",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.1.0",
"trumbowyg": "^2.27.3",
"trumbowyg": "^2.28.0",
"turbolinks": "^5.2.0"
},
"collective": {
Expand Down

0 comments on commit 27dffd4

Please sign in to comment.