From 0ec48d7d73bd45d84ad75fb4335376a9fcdf9441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:09:00 +0000 Subject: [PATCH] Bump @rails/actiontext from 8.0.300 to 8.1.0 Bumps [@rails/actiontext](https://github.com/rails/rails) from 8.0.300 to 8.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/commits/v8.1.0) --- updated-dependencies: - dependency-name: "@rails/actiontext" dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 66154d9e..d4fbe2d4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@hotwired/stimulus": "^3.2.2", "@hotwired/turbo-rails": "^8.0.18", "@rails/actioncable": "^8.0.300", - "@rails/actiontext": "^8.0.300", + "@rails/actiontext": "^8.1.0", "@rails/activestorage": "^8.0.300", "@rails/request.js": "^0.0.12", "babel-preset-react": "^6.24.1", diff --git a/yarn.lock b/yarn.lock index 00d9608b..3f402032 100644 --- a/yarn.lock +++ b/yarn.lock @@ -30,17 +30,17 @@ resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-8.0.300.tgz#ae78fbb42ae688f66852206ba02fea3518749791" integrity sha512-X+jxLnyYciTciEeM9crFFsR6DCodCsnoQIzv4hEST6Lx1rEBEjNQbBopnyDT4gr7lBeHJNfb6fEcvZuWFxUSQg== -"@rails/actiontext@^8.0.300": - version "8.0.300" - resolved "https://registry.yarnpkg.com/@rails/actiontext/-/actiontext-8.0.300.tgz#a5c89ef825f5e1b199456abc86c8f2f746227450" - integrity sha512-3uIRBH7SsjlgbpZQTEsgZg9bdH2umdjCoXp02oRF1PzEi/TcOTQD/PXTthkRiXdo0sA6y3PMgJNiPs/JfW4JLQ== +"@rails/actiontext@^8.1.0": + version "8.1.0" + resolved "https://registry.yarnpkg.com/@rails/actiontext/-/actiontext-8.1.0.tgz#6e783128a8ec5ba61e149727d9075d6138224d65" + integrity sha512-N5liu+rVlYQixDGydzm+TnT1N5dsgwvSjk1EL8Frnzp0girTWAVU5LjJa7k2g63RxoPcY4S7JZhnjoyJw4ocJA== dependencies: - "@rails/activestorage" ">= 8.0.0-alpha" + "@rails/activestorage" ">= 8.1.0-alpha" -"@rails/activestorage@>= 8.0.0-alpha", "@rails/activestorage@^8.0.300": - version "8.0.300" - resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-8.0.300.tgz#4c31cf2ae59033a1fbb90ba545ff216b5ea161f8" - integrity sha512-vgugHjdH0wLM1+ajWdoiNNFphDsZrd349iJvfyVPC21IkMdJOnaBpF4eaV847cDqP/7mxxDZ4nkhc7dgQjGa4A== +"@rails/activestorage@>= 8.1.0-alpha", "@rails/activestorage@^8.0.300": + version "8.1.0" + resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-8.1.0.tgz#f4b76e73ee5de59923c7395efb7ce63679866ada" + integrity sha512-D2T6flCX+W3dGMzqHNikVgw1D1xpVb5wvxnQB/naHUpxgZ55Ch4D8yb246umSA3SDvk4qhuwU7knQF79VMG/Eg== dependencies: spark-md5 "^3.0.1"