From 331e67cf451e08add02684f8194349f84e9139b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 00:12:19 +0000 Subject: [PATCH] build(deps): 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-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a7df76da0..9cdeaaa445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@hotwired/turbo-rails": "^8.0.18", "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.0.300", - "@rails/actiontext": "^8.0.300", + "@rails/actiontext": "^8.1.100", "@rails/activestorage": "^8.1.0", "@rails/ujs": "^7.1.502", "@stimulus-components/rails-nested-form": "^5.0.0", @@ -3897,12 +3897,12 @@ "license": "MIT" }, "node_modules/@rails/actiontext": { - "version": "8.0.300", - "resolved": "https://registry.npmjs.org/@rails/actiontext/-/actiontext-8.0.300.tgz", - "integrity": "sha512-3uIRBH7SsjlgbpZQTEsgZg9bdH2umdjCoXp02oRF1PzEi/TcOTQD/PXTthkRiXdo0sA6y3PMgJNiPs/JfW4JLQ==", + "version": "8.1.100", + "resolved": "https://registry.npmjs.org/@rails/actiontext/-/actiontext-8.1.100.tgz", + "integrity": "sha512-gnLK1HgGCmmVGY40hCiAJ4RwGALwRmiRzqyht6fiM/hrQnul278CqCg9jwV2IQOo7+jMbktGx2O9luGUzayQIA==", "license": "MIT", "dependencies": { - "@rails/activestorage": ">= 8.0.0-alpha" + "@rails/activestorage": ">= 8.1.0-alpha" }, "peerDependencies": { "trix": "^2.0.0" diff --git a/package.json b/package.json index 1a250b4fd5..9f8fb4f03e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@hotwired/turbo-rails": "^8.0.18", "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.0.300", - "@rails/actiontext": "^8.0.300", + "@rails/actiontext": "^8.1.100", "@rails/activestorage": "^8.1.0", "@rails/ujs": "^7.1.502", "@stimulus-components/rails-nested-form": "^5.0.0",