Skip to content

Commit

Permalink
chore(deps): bump @rails/actiontext from 7.2.100 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [@rails/actiontext](https://github.com/rails/rails) from 7.2.100 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 79beaff commit 22807c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@fortawesome/fontawesome-free": "^6.6.0",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@rails/actiontext": "^7.2.100",
"@rails/actiontext": "^8.0.0",
"@rails/activestorage": "^7.1.3",
"@rails/ujs": "^7.1.400",
"@tailwindcss/forms": "^0.5.9",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,21 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@rails/actiontext@^7.2.100":
version "7.2.100"
resolved "https://registry.yarnpkg.com/@rails/actiontext/-/actiontext-7.2.100.tgz#e235c8150d252490902f8b33026bc0a030cce8e4"
integrity sha512-46oDEZdkxpbM/7+3GwSHTRyIkH3LRZRC9OE35rMIt0FcRbjXW+2Q7RL1YYjoy7megqnoCUDZglFISJQxJ/HBZg==
"@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" ">= 8.0.0-alpha"

"@rails/activestorage@>= 8.0.0-alpha":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-8.0.0.tgz#be5dd10acc141b95ffa2b3026e61790c36f1679c"
integrity sha512-qoA7U1gMcWXhDnImwDIyRQDXkQKzThT2lu2Xpim8CnTOCEeAgkQ5Co2kzodpAI2grF1JSDvwXSPYNWwVAswndA==
dependencies:
"@rails/activestorage" ">= 7.2.0-alpha"
spark-md5 "^3.0.1"

"@rails/activestorage@>= 7.2.0-alpha", "@rails/activestorage@^7.1.3":
"@rails/activestorage@^7.1.3":
version "7.2.100"
resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.2.100.tgz#c1e643d3c35c62c946e6f7c8d812fa567d2ce915"
integrity sha512-gohCilm1E10W51Hc9iT960xX9TP11L5TJ4W1ufs9f3h5Ncsw01S/eHgVUfcdfszqw3G+28Z0MFu999+iSpgdTg==
Expand Down

0 comments on commit 22807c7

Please sign in to comment.