Skip to content

Commit

Permalink
Bump @rails/actiontext from 7.2.200 to 8.0.0 (#2710)
Browse files Browse the repository at this point in the history
Bumps [@rails/actiontext](https://github.com/rails/rails) from 7.2.200 to 8.0.0.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/commits/v8.0.0)

---
updated-dependencies:
- dependency-name: "@rails/actiontext"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent bc33cae commit 4803fab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo-rails": "^8.0.12",
"@rails/actioncable": "^8.0.0",
"@rails/actiontext": "^7.2.200",
"@rails/actiontext": "^8.0.0",
"@rails/activestorage": "^8.0.0",
"@rails/request.js": "^0.0.11",
"@stimulus-components/sortable": "^5.0.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -432,14 +432,14 @@
resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-8.0.0.tgz#b12d87d4c2bb152c4445e2c168df93b585068e7c"
integrity sha512-9IXyJeaBggOzlD3pF4/yWELdyUWZm/KTyKBRqxNf9laLBXPqxJt3t6fO+X4s0WajMR8cIhzkxvq1gxsXVbn3LA==

"@rails/actiontext@^7.2.200":
version "7.2.200"
resolved "https://registry.yarnpkg.com/@rails/actiontext/-/actiontext-7.2.200.tgz#7074cd3fab61689bfaa5c6198c793eed9c08e07a"
integrity sha512-VnuizRllfkTZVKDkPpnhEL9Yb15T8j23Awx4NFfRPF+60bptA+50o3htAo28MA5I12ACTXDBxTNkLm36SiVuOw==
"@rails/actiontext@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@rails/actiontext/-/actiontext-8.0.0.tgz#01133b7bbb2eb541890bf3a8bdc761fc27f9a649"
integrity sha512-8pvXDEHqlVHptzfYDUXmBpstHsfHAVacYxO47cWDRjRmp1zdVXusLcom8UvqkRdTcAPXpte+LkjcfpD9S4DSSQ==
dependencies:
"@rails/activestorage" ">= 7.2.0-alpha"
"@rails/activestorage" ">= 8.0.0-alpha"

"@rails/activestorage@>= 7.2.0-alpha", "@rails/activestorage@^8.0.0":
"@rails/activestorage@>= 8.0.0-alpha", "@rails/activestorage@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-8.0.0.tgz#be5dd10acc141b95ffa2b3026e61790c36f1679c"
integrity sha512-qoA7U1gMcWXhDnImwDIyRQDXkQKzThT2lu2Xpim8CnTOCEeAgkQ5Co2kzodpAI2grF1JSDvwXSPYNWwVAswndA==
Expand Down

0 comments on commit 4803fab

Please sign in to comment.