Skip to content

Commit 7103b5d

Browse files
committed
Update dependencies
1 parent 9f2db1d commit 7103b5d

File tree

8 files changed

+11
-12
lines changed

8 files changed

+11
-12
lines changed

dist/simple-form.bootstrap4.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Client Side Validations Simple Form JS (Default) - v0.5.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3-
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
3+
* Copyright (c) 2025 Geremia Taglialatela, Brian Cardarella
44
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
55
*/
66

dist/simple-form.bootstrap4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Client Side Validations Simple Form JS (Bootstrap 4+) - v0.5.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3-
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
3+
* Copyright (c) 2025 Geremia Taglialatela, Brian Cardarella
44
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
55
*/
66

dist/simple-form.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Client Side Validations Simple Form JS (Default) - v0.5.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3-
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
3+
* Copyright (c) 2025 Geremia Taglialatela, Brian Cardarella
44
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
55
*/
66

dist/simple-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Client Side Validations Simple Form JS (Default) - v0.5.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3-
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
3+
* Copyright (c) 2025 Geremia Taglialatela, Brian Cardarella
44
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
55
*/
66

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"@rollup/plugin-babel": "^6.0.4",
2929
"@rollup/plugin-node-resolve": "^16.0.1",
3030
"chrome-launcher": "^1.1.2",
31-
"eslint": "^9.23.0",
31+
"eslint": "^9.25.1",
3232
"eslint-plugin-compat": "^6.0.2",
3333
"neostandard": "^0.12.1",
34-
"puppeteer-core": "^24.4.0",
35-
"rollup": "^4.36.0",
34+
"puppeteer-core": "^24.7.2",
35+
"rollup": "^4.40.0",
3636
"rollup-plugin-copy": "^3.5.0"
3737
},
3838
"peerDependencies": {
@@ -41,8 +41,7 @@
4141
"main": "dist/simple-form.js",
4242
"module": "dist/simple-form.esm.js",
4343
"engines": {
44-
"node": ">= 18.12",
45-
"pnpm": "^9.12.1"
44+
"node": ">= 18.12"
4645
},
4746
"packageManager": "pnpm@^9.12.1",
4847
"browserslist": [

test/javascript/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def call(env)
3434
use AssetPath, urls: ['/vendor/assets/javascripts'], root: rails_validations_path.full_gem_path
3535

3636
DEFAULT_JQUERY_VERSION = '3.7.1.slim'
37-
QUNIT_VERSION = '2.23.0'
37+
QUNIT_VERSION = '2.24.1'
3838

3939
helpers do
4040
def jquery_version

vendor/assets/javascripts/rails.validations.simple_form.bootstrap4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Client Side Validations Simple Form JS (Bootstrap 4+) - v0.5.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3-
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
3+
* Copyright (c) 2025 Geremia Taglialatela, Brian Cardarella
44
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
55
*/
66

vendor/assets/javascripts/rails.validations.simple_form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Client Side Validations Simple Form JS (Default) - v0.5.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
3-
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
3+
* Copyright (c) 2025 Geremia Taglialatela, Brian Cardarella
44
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
55
*/
66

0 commit comments

Comments
 (0)