Enhance refactor commands with controller-aware Route() updates and fix code quality violations
Add semantic token highlighting for 'that' variable and comment file references in VS Code extension Add Phone_Text_Input and Currency_Input components with formatting utilities Implement client widgets, form standardization, and soft delete functionality Add modal scroll lock and update documentation Implement comprehensive modal system with form integration and validation Fix modal component instantiation using jQuery plugin API Implement modal system with responsive sizing, queuing, and validation support Implement form submission with validation, error handling, and loading states Implement country/state selectors with dynamic data loading and Bootstrap styling Revert Rsx::Route() highlighting in Blade/PHP files Target specific PHP scopes for Rsx::Route() highlighting in Blade Expand injection selector for Rsx::Route() highlighting Add custom syntax highlighting for Rsx::Route() and Rsx.Route() calls Update jqhtml packages to v2.2.165 Add bundle path validation for common mistakes (development mode only) Create Ajax_Select_Input widget and Rsx_Reference_Data controller Create Country_Select_Input widget with default country support Initialize Tom Select on Select_Input widgets Add Tom Select bundle for enhanced select dropdowns Implement ISO 3166 geographic data system for country/region selection Implement widget-based form system with disabled state support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
7
node_modules/collect-v8-coverage/CHANGELOG.md
generated
vendored
7
node_modules/collect-v8-coverage/CHANGELOG.md
generated
vendored
@@ -1,3 +1,10 @@
|
||||
## [1.0.3](https://github.com/SimenB/collect-v8-coverage/compare/v1.0.2...v1.0.3) (2025-10-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* enable and disable debugger for more accurate coverage ([#235](https://github.com/SimenB/collect-v8-coverage/issues/235)) ([44fdef5](https://github.com/SimenB/collect-v8-coverage/commit/44fdef5d9110664da487f973f27aef134e0b035f))
|
||||
|
||||
## [1.0.2](https://github.com/SimenB/collect-v8-coverage/compare/v1.0.1...v1.0.2) (2023-07-05)
|
||||
|
||||
|
||||
|
||||
4
node_modules/collect-v8-coverage/index.js
generated
vendored
4
node_modules/collect-v8-coverage/index.js
generated
vendored
@@ -13,6 +13,8 @@ class CoverageInstrumenter {
|
||||
async startInstrumenting() {
|
||||
this.session.connect();
|
||||
|
||||
await this.postSession('Debugger.enable');
|
||||
|
||||
await this.postSession('Profiler.enable');
|
||||
|
||||
await this.postSession('Profiler.startPreciseCoverage', {
|
||||
@@ -30,6 +32,8 @@ class CoverageInstrumenter {
|
||||
|
||||
await this.postSession('Profiler.disable');
|
||||
|
||||
await this.postSession('Debugger.disable');
|
||||
|
||||
// When using networked filesystems on Windows, v8 sometimes returns URLs
|
||||
// of the form file:////<host>/path. These URLs are not well understood
|
||||
// by NodeJS (see https://github.com/nodejs/node/issues/48530).
|
||||
|
||||
21
node_modules/collect-v8-coverage/package.json
generated
vendored
21
node_modules/collect-v8-coverage/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "collect-v8-coverage",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"repository": "SimenB/collect-v8-coverage",
|
||||
@@ -11,14 +11,14 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.0.0",
|
||||
"@commitlint/config-conventional": "^17.0.0",
|
||||
"@commitlint/cli": "^19.0.0",
|
||||
"@commitlint/config-conventional": "^19.0.0",
|
||||
"@semantic-release/changelog": "^6.0.0",
|
||||
"@semantic-release/git": "^10.0.0",
|
||||
"husky": "^8.0.0",
|
||||
"lint-staged": "^13.0.0",
|
||||
"prettier": "^2.2.1",
|
||||
"semantic-release": "^21.0.0"
|
||||
"husky": "^9.0.0",
|
||||
"lint-staged": "^15.0.0",
|
||||
"prettier": "^3.0.0",
|
||||
"semantic-release": "^25.0.0"
|
||||
},
|
||||
"prettier": {
|
||||
"singleQuote": true,
|
||||
@@ -33,9 +33,6 @@
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"branches": [
|
||||
"main"
|
||||
],
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
@@ -46,7 +43,7 @@
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky"
|
||||
},
|
||||
"packageManager": "yarn@3.6.0"
|
||||
"packageManager": "yarn@4.10.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user