Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Sep 19, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tagliala Geremia Taglialatela
1 parent dfcd0b5 commit c98b63b
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## main / unreleased

* [ENHANCEMENT] Update QUnit to 2.22.0

## 22.2.0 / 2026-06-01

* [FEATURE] Allow Rails 8.0 alpha
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -27,10 +27,10 @@
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.2",
"chrome-launcher": "^1.1.2",
"puppeteer-core": "^23.2.0",
"rollup": "^4.21.1",
"puppeteer-core": "^23.4.0",
"rollup": "^4.22.0",
"rollup-plugin-copy": "^3.5.0",
"standard": "^17.1.0"
"standard": "^17.1.2"
},
"dependencies": {},
"peerDependencies": {
2 changes: 1 addition & 1 deletion test/javascript/public/test/validators/confirmation.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QUnit.module('Confirmation options', {
beforeEach: function () {
$('#qunit-fixture')
.append('<input id="password" type="password" />')
.append('<input id="password" type="password" autocomplete="new-password" />')
.append('<input id="password_confirmation" type="password" />')
.append('<input id="username" type="text" />')
.append('<input id="username_confirmation" type="text" />')
2 changes: 1 addition & 1 deletion test/javascript/server.rb
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ def call(env)
use AssetPath, urls: ['/vendor/assets/javascripts'], root: File.expand_path('../', $LOAD_PATH.find { |p| p.include?('jquery-rails') })

DEFAULT_JQUERY_VERSION = '3.7.1'
QUNIT_VERSION = '2.21.0'
QUNIT_VERSION = '2.22.0'

helpers do
def jquery_version

0 comments on commit c98b63b

Please sign in to comment.