Skip to content

Commit da11d23

Browse files
Bump the npm-dependencies group across 1 directory with 5 updates
Bumps the npm-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@hotwired/turbo-rails](https://github.com/hotwired/turbo-rails) | `8.0.2` | `8.0.23` | | [@rails/actiontext](https://github.com/rails/rails) | `8.0.0` | `8.1.300` | | [esbuild](https://github.com/evanw/esbuild) | `0.25.0` | `0.27.4` | | [sass](https://github.com/sass/dart-sass) | `1.63.6` | `1.98.0` | | [trix](https://github.com/basecamp/trix) | `2.1.17` | `2.1.18` | Updates `@hotwired/turbo-rails` from 8.0.2 to 8.0.23 - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/commits) Updates `@rails/actiontext` from 8.0.0 to 8.1.300 - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/commits) Updates `esbuild` from 0.25.0 to 0.27.4 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/v0.27.4/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.0...v0.27.4) Updates `sass` from 1.63.6 to 1.98.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.63.6...1.98.0) Updates `trix` from 2.1.17 to 2.1.18 - [Release notes](https://github.com/basecamp/trix/releases) - [Commits](basecamp/trix@v2.1.17...v2.1.18) --- updated-dependencies: - dependency-name: "@hotwired/turbo-rails" dependency-version: 8.0.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@rails/actiontext" dependency-version: 8.1.300 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: esbuild dependency-version: 0.27.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: sass dependency-version: 1.98.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: trix dependency-version: 2.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8d4885 commit da11d23

File tree

2 files changed

+319
-242
lines changed

2 files changed

+319
-242
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
"dependencies": {
88
"@hotwired/stimulus": "^3.2.2",
9-
"@hotwired/turbo-rails": "^8.0.0",
10-
"@rails/actiontext": "^8.0.0",
9+
"@hotwired/turbo-rails": "^8.0.23",
10+
"@rails/actiontext": "^8.1.300",
1111
"@selectize/selectize": "^0.15.2",
12-
"esbuild": "^0.25.0",
12+
"esbuild": "^0.27.4",
1313
"jquery": "^3.7.0",
14-
"sass": "^1.63.6",
15-
"trix": "^2.1.17"
14+
"sass": "^1.98.0",
15+
"trix": "^2.1.18"
1616
},
1717
"devDependencies": {
1818
"@thoughtbot/stylelint-config": "^4.0.0",

0 commit comments

Comments
 (0)