Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/css/admin-options.css

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions assets/css/admin-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ return module.exports;
/************************************************************************/
// webpack/runtime/rspack_version
(() => {
__webpack_require__.rv = function () {
return "1.0.13";
};

__webpack_require__.rv = () => ("1.3.8")
})();
// webpack/runtime/rspack_unique_id
(() => {
__webpack_require__.ruid = "bundler=rspack@1.0.13";
__webpack_require__.ruid = "bundler=rspack@1.3.8";

})();
/************************************************************************/
Expand Down
58 changes: 29 additions & 29 deletions assets/js/admin-options.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"squizlabs/php_codesniffer": "^3.7",
"wp-coding-standards/wpcs": "^3.0",
"phpstan/phpstan": "^2.0",
"szepeviktor/phpstan-wordpress": "2.x-dev",
"szepeviktor/phpstan-wordpress": "^2.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^2.0"
},
Expand Down
284 changes: 150 additions & 134 deletions composer.lock

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions google-spreadsheet-to-db.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@ function activate_google_ss2db(): void {
}
register_activation_hook( __FILE__, 'activate_google_ss2db' );

/**
* Loads the plugin's text domain for internationalization.
*
* @return void
*/
function google_ss2db_load_textdomain(): void {
load_plugin_textdomain( 'google-spreadsheet-to-db', false, plugin_basename( __DIR__ ) . '/languages' );
}
add_action( 'plugins_loaded', 'google_ss2db_load_textdomain' );

/**
* Adds a link to the plugin's GitHub page in the plugin meta row.
*
Expand Down
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
},
"browserslist": "defaults and fully supports es6-module",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@commitlint/types": "^19.8.0",
"@csstools/postcss-global-data": "^3.0.0",
"@rspack/cli": "^1.0.13",
"@rspack/core": "^1.0.13",
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
"@sect/webpack-sweet-entry": "^7.0.4",
"@rspack/cli": "^1.3.8",
"@rspack/core": "^1.3.8",
"@secretlint/secretlint-rule-preset-recommend": "^9.3.2",
"@sect/webpack-sweet-entry": "^7.0.5",
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
"@spotify/tsconfig": "^15.0.0",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@types/jquery": "^3.5.31",
"@types/node": "^22.7.6",
"@tanstack/eslint-plugin-query": "^5.74.7",
"@types/jquery": "^3.5.32",
"@types/node": "^22.15.3",
"@types/node-notifier": "^8.0.5",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand All @@ -37,58 +37,58 @@
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-webpack": "^0.13.9",
"eslint-config-prettier": "^10.1.2",
"eslint-import-resolver-webpack": "^0.13.10",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier": "^5.3.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-tsdoc": "^0.4.0",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-rspack-plugin": "^4.2.1",
"fork-ts-checker-notifier-webpack-plugin": "^9.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"postcss-calc": "^10.0.2",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.1",
"postcss": "^8.5.3",
"postcss-calc": "^10.1.1",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-hexrgba": "^2.1.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.7",
"postcss-preset-env": "^10.1.6",
"postcss-pxtorem": "^6.1.0",
"postcss-reporter": "^7.1.0",
"postcss-sort-media-queries": "^5.2.0",
"prettier": "^3.3.3",
"secretlint": "^9.0.0",
"stylelint": "^16.10.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
"prettier": "^3.5.3",
"secretlint": "^9.3.2",
"stylelint": "^16.19.1",
"stylelint-config-recess-order": "^6.0.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-prettier": "^5.0.3",
"stylelint-webpack-plugin": "^5.0.1",
"svg-spritemap-webpack-plugin": "^4.6.0",
"svg-spritemap-webpack-plugin": "^4.7.0",
"ts-node": "^10.9.2",
"tsc-files": "^1.1.4",
"typescript": "^5.6.3",
"typescript-eslint": "8.9.0",
"webpack": "^5.95.0",
"typescript": "^5.8.3",
"typescript-eslint": "8.31.1",
"webpack": "^5.99.7",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-remove-empty-scripts": "^1.0.4"
},
"dependencies": {
"core-js": "^3.38.1",
"core-js": "^3.42.0",
"detect-browser": "^5.3.0",
"dotenv": "^16.4.5",
"dotenv": "^16.5.0",
"ismobilejs": "^1.1.1",
"jquery": "^3.7.1",
"jquery.easing": "^1.4.1",
"node-notifier": "^10.0.1",
"sanitize.css": "^13.0.0",
"sweetalert2": "^11.14.3",
"sweetalert2": "^11.21.0",
"tom-select": "^2.3.1"
}
}
Loading