Skip to content

Commit

Permalink
Bump trix and @rails/actiontext
Browse files Browse the repository at this point in the history
Bumps [trix](https://github.com/basecamp/trix) and [@rails/actiontext](https://github.com/rails/rails). These dependencies needed to be updated together.

Updates `trix` from 1.3.1 to 2.0.8
- [Release notes](https://github.com/basecamp/trix/releases)
- [Commits](basecamp/trix@1.3.1...v2.0.8)

Updates `@rails/actiontext` from 7.0.8 to 7.1.2
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.0.8...v7.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 9448c96 commit f69e282
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@fortawesome/fontawesome-free": "^6.5.1",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@rails/actiontext": "^7.0.8",
"@rails/actiontext": "^7.1.2",
"@rails/activestorage": "^7.1.2",
"@rails/ujs": "^7.1.1",
"@tailwindcss/forms": "^0.5.7",
Expand All @@ -18,7 +18,7 @@
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.1",
"tailwindcss": "^3.3.5",
"trix": "^1.3.1",
"trix": "^2.0.8",
"turbolinks": "^5.2.0"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@rails/actiontext@^7.0.8":
version "7.0.8"
resolved "https://registry.yarnpkg.com/@rails/actiontext/-/actiontext-7.0.8.tgz#aa9f84f1726cce07ff24af9df376995354755a4c"
integrity sha512-AsG3QRX7K04c3mlkGBvTf1QRSxOMf7RXv9ve2jlA5C2AsBNHCOeVMmurTLRIC5Q8Mvd4WCUgC+TaNO+BN59WLw==
"@rails/actiontext@^7.1.2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@rails/actiontext/-/actiontext-7.1.2.tgz#2f7772b33951f76a07e9ff83d54519c362d99fd5"
integrity sha512-qiSUtop7rIb9BlwvgU98u+y8erlWhOiV0AveoHQ4EzN11VAWj3Euao9O+Q1iEJfIPcgXRvnsVLIJPrz3ldizFg==
dependencies:
"@rails/activestorage" ">= 7.0.0-alpha1"
"@rails/activestorage" ">= 7.1.0-alpha"

"@rails/activestorage@>= 7.0.0-alpha1", "@rails/activestorage@^7.1.2":
"@rails/activestorage@>= 7.1.0-alpha", "@rails/activestorage@^7.1.2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.1.2.tgz#088dce680fa1e0a4f8e0c5ac91073f729204ed06"
integrity sha512-evC/xGlpq5XGpcNJina3oNVVB8pUp1GpnN3a84SVA+UNuB6O91OdNRl9BGHNAOo6/jxmFtLb73PIjWqQyVE14w==
Expand Down Expand Up @@ -1578,10 +1578,10 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"

trix@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/trix/-/trix-1.3.1.tgz#ccce8d9e72bf0fe70c8c019ff558c70266f8d857"
integrity sha512-BbH6mb6gk+AV4f2as38mP6Ucc1LE3OD6XxkZnAgPIduWXYtvg2mI3cZhIZSLqmMh9OITEpOBCCk88IVmyjU7bA==
trix@^2.0.8:
version "2.0.8"
resolved "https://registry.yarnpkg.com/trix/-/trix-2.0.8.tgz#6fff81b9e02c4f60a181febb3f6e862fbb98f1c4"
integrity sha512-tPqJl+NjALVUOC8sNfRrY42K7cfp4QBb9svXxmfhxYrspF9fOOzXq+GnDa9l2ZAcfM43msnPpkJ7MrJQA3FgrA==

ts-interface-checker@^0.1.9:
version "0.1.13"
Expand Down

0 comments on commit f69e282

Please sign in to comment.