Skip to content

Commit bb43bcf

Browse files
authored
Merge pull request #69 from sectsect/feature/update-dependencies
chore(deps): update dependencies
2 parents 4ce0733 + 058f34b commit bb43bcf

File tree

10 files changed

+1923
-1825
lines changed

10 files changed

+1923
-1825
lines changed

assets/css/admin-options.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin-options.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,11 @@ return module.exports;
2828
/************************************************************************/
2929
// webpack/runtime/rspack_version
3030
(() => {
31-
__webpack_require__.rv = function () {
32-
return "1.0.13";
33-
};
34-
31+
__webpack_require__.rv = () => ("1.3.8")
3532
})();
3633
// webpack/runtime/rspack_unique_id
3734
(() => {
38-
__webpack_require__.ruid = "bundler=rspack@1.0.13";
35+
__webpack_require__.ruid = "bundler=rspack@1.3.8";
3936

4037
})();
4138
/************************************************************************/

assets/js/admin-options.js

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"squizlabs/php_codesniffer": "^3.7",
2121
"wp-coding-standards/wpcs": "^3.0",
2222
"phpstan/phpstan": "^2.0",
23-
"szepeviktor/phpstan-wordpress": "2.x-dev",
23+
"szepeviktor/phpstan-wordpress": "^2.0",
2424
"phpstan/extension-installer": "^1.3",
2525
"phpstan/phpstan-deprecation-rules": "^2.0"
2626
},

composer.lock

Lines changed: 150 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-spreadsheet-to-db.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,6 @@ function activate_google_ss2db(): void {
6363
}
6464
register_activation_hook( __FILE__, 'activate_google_ss2db' );
6565

66-
/**
67-
* Loads the plugin's text domain for internationalization.
68-
*
69-
* @return void
70-
*/
71-
function google_ss2db_load_textdomain(): void {
72-
load_plugin_textdomain( 'google-spreadsheet-to-db', false, plugin_basename( __DIR__ ) . '/languages' );
73-
}
74-
add_action( 'plugins_loaded', 'google_ss2db_load_textdomain' );
75-
7666
/**
7767
* Adds a link to the plugin's GitHub page in the plugin meta row.
7868
*

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
},
1717
"browserslist": "defaults and fully supports es6-module",
1818
"devDependencies": {
19-
"@commitlint/cli": "^19.5.0",
20-
"@commitlint/config-conventional": "^19.5.0",
21-
"@commitlint/types": "^19.5.0",
19+
"@commitlint/cli": "^19.8.0",
20+
"@commitlint/config-conventional": "^19.8.0",
21+
"@commitlint/types": "^19.8.0",
2222
"@csstools/postcss-global-data": "^3.0.0",
23-
"@rspack/cli": "^1.0.13",
24-
"@rspack/core": "^1.0.13",
25-
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
26-
"@sect/webpack-sweet-entry": "^7.0.4",
23+
"@rspack/cli": "^1.3.8",
24+
"@rspack/core": "^1.3.8",
25+
"@secretlint/secretlint-rule-preset-recommend": "^9.3.2",
26+
"@sect/webpack-sweet-entry": "^7.0.5",
2727
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
2828
"@spotify/tsconfig": "^15.0.0",
29-
"@tanstack/eslint-plugin-query": "^5.59.7",
30-
"@types/jquery": "^3.5.31",
31-
"@types/node": "^22.7.6",
29+
"@tanstack/eslint-plugin-query": "^5.74.7",
30+
"@types/jquery": "^3.5.32",
31+
"@types/node": "^22.15.3",
3232
"@types/node-notifier": "^8.0.5",
3333
"@types/webpack-bundle-analyzer": "^4.7.0",
3434
"@typescript-eslint/eslint-plugin": "^6.21.0",
@@ -37,58 +37,58 @@
3737
"eslint": "^8.57.1",
3838
"eslint-config-airbnb": "^19.0.4",
3939
"eslint-config-airbnb-typescript": "^17.1.0",
40-
"eslint-config-prettier": "^9.1.0",
41-
"eslint-import-resolver-webpack": "^0.13.9",
40+
"eslint-config-prettier": "^10.1.2",
41+
"eslint-import-resolver-webpack": "^0.13.10",
4242
"eslint-plugin-import": "^2.31.0",
43-
"eslint-plugin-jsx-a11y": "^6.10.0",
43+
"eslint-plugin-jsx-a11y": "^6.10.2",
4444
"eslint-plugin-prefer-arrow": "^1.2.3",
45-
"eslint-plugin-prettier": "^5.2.1",
45+
"eslint-plugin-prettier": "^5.3.1",
4646
"eslint-plugin-react": "^7.37.1",
4747
"eslint-plugin-react-hooks": "^4.6.2",
48-
"eslint-plugin-tailwindcss": "^3.17.5",
49-
"eslint-plugin-tsdoc": "^0.2.17",
50-
"eslint-plugin-unused-imports": "^3.2.0",
48+
"eslint-plugin-tailwindcss": "^3.18.0",
49+
"eslint-plugin-tsdoc": "^0.4.0",
50+
"eslint-plugin-unused-imports": "^4.1.4",
5151
"eslint-rspack-plugin": "^4.2.1",
5252
"fork-ts-checker-notifier-webpack-plugin": "^9.0.0",
53-
"fork-ts-checker-webpack-plugin": "^9.0.2",
54-
"husky": "^9.1.6",
55-
"lint-staged": "^15.2.10",
56-
"postcss": "^8.4.47",
57-
"postcss-calc": "^10.0.2",
53+
"fork-ts-checker-webpack-plugin": "^9.1.0",
54+
"husky": "^9.1.7",
55+
"lint-staged": "^15.5.1",
56+
"postcss": "^8.5.3",
57+
"postcss-calc": "^10.1.1",
5858
"postcss-combine-duplicated-selectors": "^10.0.3",
5959
"postcss-hexrgba": "^2.1.0",
6060
"postcss-import": "^16.1.0",
6161
"postcss-loader": "^8.1.1",
62-
"postcss-preset-env": "^10.0.7",
62+
"postcss-preset-env": "^10.1.6",
6363
"postcss-pxtorem": "^6.1.0",
6464
"postcss-reporter": "^7.1.0",
6565
"postcss-sort-media-queries": "^5.2.0",
66-
"prettier": "^3.3.3",
67-
"secretlint": "^9.0.0",
68-
"stylelint": "^16.10.0",
69-
"stylelint-config-recess-order": "^5.1.1",
70-
"stylelint-config-standard": "^36.0.1",
71-
"stylelint-prettier": "^5.0.2",
66+
"prettier": "^3.5.3",
67+
"secretlint": "^9.3.2",
68+
"stylelint": "^16.19.1",
69+
"stylelint-config-recess-order": "^6.0.0",
70+
"stylelint-config-standard": "^38.0.0",
71+
"stylelint-prettier": "^5.0.3",
7272
"stylelint-webpack-plugin": "^5.0.1",
73-
"svg-spritemap-webpack-plugin": "^4.6.0",
73+
"svg-spritemap-webpack-plugin": "^4.7.0",
7474
"ts-node": "^10.9.2",
7575
"tsc-files": "^1.1.4",
76-
"typescript": "^5.6.3",
77-
"typescript-eslint": "8.9.0",
78-
"webpack": "^5.95.0",
76+
"typescript": "^5.8.3",
77+
"typescript-eslint": "8.31.1",
78+
"webpack": "^5.99.7",
7979
"webpack-bundle-analyzer": "^4.10.2",
8080
"webpack-remove-empty-scripts": "^1.0.4"
8181
},
8282
"dependencies": {
83-
"core-js": "^3.38.1",
83+
"core-js": "^3.42.0",
8484
"detect-browser": "^5.3.0",
85-
"dotenv": "^16.4.5",
85+
"dotenv": "^16.5.0",
8686
"ismobilejs": "^1.1.1",
8787
"jquery": "^3.7.1",
8888
"jquery.easing": "^1.4.1",
8989
"node-notifier": "^10.0.1",
9090
"sanitize.css": "^13.0.0",
91-
"sweetalert2": "^11.14.3",
91+
"sweetalert2": "^11.21.0",
9292
"tom-select": "^2.3.1"
9393
}
9494
}

0 commit comments

Comments
 (0)