Skip to content

Commit

Permalink
Merge branch 'develop' into features/configurable-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaumanali94 authored Nov 14, 2024
2 parents 60a387a + 79fc85a commit c825d5b
Show file tree
Hide file tree
Showing 25 changed files with 236 additions and 110 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.2
docker_layer_caching: true
- run:
name: set version in package.json
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@swc/core": "^1.2.210",
"@swc/jest": "^0.2.36",
"@swc/jest": "^0.2.37",
"@types/file-entry-cache": "^5.0.2",
"@types/jest": "^29.5.13",
"@types/karma": "^6.3.3",
Expand All @@ -114,7 +114,7 @@
"husky": "^7.0.4",
"jest": "^29.7.0",
"jest-mock": "^29.7.0",
"karma": "^6.4.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^5.1.0",
"karma-typescript": "^5.5.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @stoplight/spectral-cli [6.14.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-cli-6.14.0...@stoplight/spectral-cli-6.14.1) (2024-11-13)


### Bug Fixes

* **cli:** update dependencies and trigger docker release ([c87eacf](https://github.com/stoplightio/spectral/commit/c87eacff7c6d97ec139cc66623e4b0b27158a0cc))

# @stoplight/spectral-cli [6.14.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-cli-6.13.1...@stoplight/spectral-cli-6.14.0) (2024-11-12)


Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/spectral-cli",
"version": "6.14.0",
"version": "6.14.1",
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
"author": "Stoplight <support@stoplight.io>",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@stoplight/json": "~3.21.0",
"@stoplight/path": "1.3.2",
"@stoplight/spectral-core": "^1.19.2",
"@stoplight/spectral-formatters": "^1.4.0",
"@stoplight/spectral-formatters": "^1.4.1",
"@stoplight/spectral-parsers": "^1.0.4",
"@stoplight/spectral-ref-resolver": "^1.0.4",
"@stoplight/spectral-ruleset-bundler": "^1.6.0",
Expand All @@ -49,9 +49,9 @@
"fast-glob": "~3.2.12",
"hpagent": "~1.2.0",
"lodash": "~4.17.21",
"pony-cause": "^1.0.0",
"stacktracey": "^2.1.7",
"tslib": "^2.3.0",
"pony-cause": "^1.1.1",
"stacktracey": "^2.1.8",
"tslib": "^2.8.1",
"yargs": "~17.7.2"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @stoplight/spectral-core [1.19.3](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-core-1.19.2...@stoplight/spectral-core-1.19.3) (2024-11-13)


### Bug Fixes

* **cli:** update dependencies and trigger docker release ([c87eacf](https://github.com/stoplightio/spectral/commit/c87eacff7c6d97ec139cc66623e4b0b27158a0cc))

## @stoplight/spectral-core [1.19.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-core-1.19.1...@stoplight/spectral-core-1.19.2) (2024-11-12)


Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/spectral-core",
"version": "1.19.2",
"version": "1.19.3",
"sideEffects": false,
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@stoplight/path": "1.3.2",
"@stoplight/spectral-parsers": "^1.0.0",
"@stoplight/spectral-ref-resolver": "^1.0.4",
"@stoplight/spectral-runtime": "^1.0.0",
"@stoplight/spectral-runtime": "^1.1.2",
"@stoplight/types": "~13.6.0",
"@types/es-aggregate-error": "^1.0.2",
"@types/json-schema": "^7.0.11",
Expand All @@ -52,12 +52,12 @@
"lodash.topath": "^4.5.2",
"minimatch": "3.1.2",
"nimma": "0.2.3",
"pony-cause": "^1.0.0",
"pony-cause": "^1.1.1",
"simple-eval": "1.0.1",
"tslib": "^2.3.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@stoplight/spectral-formats": "^1.8.0",
"@stoplight/spectral-formats": "^1.8.1",
"@stoplight/spectral-functions": "*",
"@stoplight/spectral-parsers": "*",
"@stoplight/yaml": "^4.2.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/formats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @stoplight/spectral-formats [1.8.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-formats-1.8.1...@stoplight/spectral-formats-1.8.2) (2024-11-13)


### Bug Fixes

* **cli:** update dependencies and trigger docker release ([c87eacf](https://github.com/stoplightio/spectral/commit/c87eacff7c6d97ec139cc66623e4b0b27158a0cc))

## @stoplight/spectral-formats [1.8.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-formats-1.8.0...@stoplight/spectral-formats-1.8.1) (2024-11-12)


### Bug Fixes

* **formats:** update spectral core version ([6b196da](https://github.com/stoplightio/spectral/commit/6b196dac0a91f433aaf8cff3bbf889f23c31b0ab))

# @stoplight/spectral-formats [1.8.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-formats-1.7.0...@stoplight/spectral-formats-1.8.0) (2024-11-12)


Expand Down
6 changes: 3 additions & 3 deletions packages/formats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/spectral-formats",
"version": "1.8.0",
"version": "1.8.2",
"sideEffects": false,
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
Expand All @@ -20,8 +20,8 @@
},
"dependencies": {
"@stoplight/json": "^3.17.0",
"@stoplight/spectral-core": "^1.8.0",
"@stoplight/spectral-core": "^1.19.2",
"@types/json-schema": "^7.0.7",
"tslib": "^2.3.1"
"tslib": "^2.8.1"
}
}
14 changes: 14 additions & 0 deletions packages/formatters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @stoplight/spectral-formatters [1.4.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-formatters-1.4.1...@stoplight/spectral-formatters-1.4.2) (2024-11-13)


### Bug Fixes

* **cli:** update dependencies and trigger docker release ([c87eacf](https://github.com/stoplightio/spectral/commit/c87eacff7c6d97ec139cc66623e4b0b27158a0cc))

## @stoplight/spectral-formatters [1.4.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-formatters-1.4.0...@stoplight/spectral-formatters-1.4.1) (2024-11-12)


### Bug Fixes

* **formatters:** update spectral core to latest version ([8a382f4](https://github.com/stoplightio/spectral/commit/8a382f4c40cdd2089e3404668c30552300be94eb))

# @stoplight/spectral-formatters [1.4.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-formatters-1.3.0...@stoplight/spectral-formatters-1.4.0) (2024-09-13)


Expand Down
8 changes: 4 additions & 4 deletions packages/formatters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/spectral-formatters",
"version": "1.4.0",
"version": "1.4.2",
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
"author": "Stoplight <support@stoplight.io>",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@stoplight/path": "^1.3.2",
"@stoplight/spectral-core": "^1.15.1",
"@stoplight/spectral-runtime": "^1.1.0",
"@stoplight/spectral-core": "^1.19.2",
"@stoplight/spectral-runtime": "^1.1.2",
"@stoplight/types": "^13.15.0",
"@types/markdown-escape": "^1.1.3",
"chalk": "4.1.2",
Expand All @@ -46,7 +46,7 @@
"node-sarif-builder": "^2.0.3",
"strip-ansi": "6.0",
"text-table": "^0.2.0",
"tslib": "^2.5.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"ast-types": "^0.14.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @stoplight/spectral-functions [1.9.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-1.9.1...@stoplight/spectral-functions-1.9.2) (2024-11-13)


### Bug Fixes

* **cli:** update dependencies and trigger docker release ([c87eacf](https://github.com/stoplightio/spectral/commit/c87eacff7c6d97ec139cc66623e4b0b27158a0cc))

## @stoplight/spectral-functions [1.9.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-1.9.0...@stoplight/spectral-functions-1.9.1) (2024-11-12)


### Bug Fixes

* **functions:** update spectral core to latest ([ede60f3](https://github.com/stoplightio/spectral/commit/ede60f3a99d9fc5ed03747331473dde8b58fa56b))

# @stoplight/spectral-functions [1.9.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-1.8.0...@stoplight/spectral-functions-1.9.0) (2024-09-12)


Expand Down
10 changes: 5 additions & 5 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/spectral-functions",
"version": "1.9.0",
"version": "1.9.2",
"sideEffects": false,
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
Expand All @@ -21,15 +21,15 @@
"dependencies": {
"@stoplight/better-ajv-errors": "1.0.3",
"@stoplight/json": "^3.17.1",
"@stoplight/spectral-core": "^1.7.0",
"@stoplight/spectral-formats": "^1.7.0",
"@stoplight/spectral-runtime": "^1.1.0",
"@stoplight/spectral-core": "^1.19.2",
"@stoplight/spectral-formats": "^1.8.1",
"@stoplight/spectral-runtime": "^1.1.2",
"ajv": "^8.17.1",
"ajv-draft-04": "~1.0.0",
"ajv-errors": "~3.0.0",
"ajv-formats": "~2.1.0",
"lodash": "~4.17.21",
"tslib": "^2.3.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@stoplight/spectral-parsers": "*"
Expand Down
7 changes: 7 additions & 0 deletions packages/parsers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @stoplight/spectral-parsers [1.0.5](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-parsers-1.0.4...@stoplight/spectral-parsers-1.0.5) (2024-11-13)


### Bug Fixes

* **cli:** update dependencies and trigger docker release ([c87eacf](https://github.com/stoplightio/spectral/commit/c87eacff7c6d97ec139cc66623e4b0b27158a0cc))

## @stoplight/spectral-parsers [1.0.4](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-parsers-1.0.3...@stoplight/spectral-parsers-1.0.4) (2024-04-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/spectral-parsers",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
"author": "Stoplight <support@stoplight.io>",
Expand All @@ -21,6 +21,6 @@
"@stoplight/json": "~3.21.0",
"@stoplight/types": "^14.1.1",
"@stoplight/yaml": "~4.3.0",
"tslib": "^2.3.1"
"tslib": "^2.8.1"
}
}
7 changes: 7 additions & 0 deletions packages/ref-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @stoplight/spectral-ref-resolver [1.0.5](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ref-resolver-1.0.4...@stoplight/spectral-ref-resolver-1.0.5) (2024-11-13)


### Bug Fixes

* **cli:** update dependencies and trigger docker release ([c87eacf](https://github.com/stoplightio/spectral/commit/c87eacff7c6d97ec139cc66623e4b0b27158a0cc))

## @stoplight/spectral-ref-resolver [1.0.4](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ref-resolver-v1.0.3...@stoplight/spectral-ref-resolver-1.0.4) (2023-07-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/ref-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/spectral-ref-resolver",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
"author": "Stoplight <support@stoplight.io>",
Expand All @@ -22,6 +22,6 @@
"@stoplight/json-ref-resolver": "~3.1.6",
"@stoplight/spectral-runtime": "^1.1.2",
"dependency-graph": "0.11.0",
"tslib": "^2.3.1"
"tslib": "^2.8.1"
}
}
7 changes: 7 additions & 0 deletions packages/ruleset-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @stoplight/spectral-ruleset-bundler [1.6.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-bundler-1.6.0...@stoplight/spectral-ruleset-bundler-1.6.1) (2024-11-13)


### Bug Fixes

* **cli:** update dependencies and trigger docker release ([c87eacf](https://github.com/stoplightio/spectral/commit/c87eacff7c6d97ec139cc66623e4b0b27158a0cc))

# @stoplight/spectral-ruleset-bundler [1.6.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-bundler-v1.5.2...@stoplight/spectral-ruleset-bundler-1.6.0) (2024-09-12)


Expand Down
8 changes: 4 additions & 4 deletions packages/ruleset-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/spectral-ruleset-bundler",
"version": "1.6.0",
"version": "1.6.1",
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
"author": "Stoplight <support@stoplight.io>",
Expand Down Expand Up @@ -38,18 +38,18 @@
"@rollup/plugin-commonjs": "~22.0.2",
"@stoplight/path": "1.3.2",
"@stoplight/spectral-core": ">=1",
"@stoplight/spectral-formats": "^1.7.0",
"@stoplight/spectral-formats": "^1.8.1",
"@stoplight/spectral-functions": ">=1",
"@stoplight/spectral-parsers": ">=1",
"@stoplight/spectral-ref-resolver": "^1.0.4",
"@stoplight/spectral-ruleset-migrator": "^1.9.6",
"@stoplight/spectral-rulesets": ">=1",
"@stoplight/spectral-runtime": "^1.1.0",
"@stoplight/spectral-runtime": "^1.1.2",
"@stoplight/types": "^13.6.0",
"@types/node": "*",
"pony-cause": "1.1.1",
"rollup": "~2.79.2",
"tslib": "^2.3.1",
"tslib": "^2.8.1",
"validate-npm-package-name": "3.0.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ruleset-migrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @stoplight/spectral-ruleset-migrator [1.11.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-migrator-1.11.0...@stoplight/spectral-ruleset-migrator-1.11.1) (2024-11-13)


### Bug Fixes

* **cli:** update dependencies and trigger docker release ([c87eacf](https://github.com/stoplightio/spectral/commit/c87eacff7c6d97ec139cc66623e4b0b27158a0cc))

# @stoplight/spectral-ruleset-migrator [1.11.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-migrator-1.10.0...@stoplight/spectral-ruleset-migrator-1.11.0) (2024-11-12)


Expand Down
8 changes: 4 additions & 4 deletions packages/ruleset-migrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/spectral-ruleset-migrator",
"version": "1.11.0",
"version": "1.11.1",
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
"author": "Stoplight <support@stoplight.io>",
Expand All @@ -24,16 +24,16 @@
"@stoplight/json": "~3.21.0",
"@stoplight/ordered-object-literal": "~1.0.4",
"@stoplight/path": "1.3.2",
"@stoplight/spectral-functions": "^1.0.0",
"@stoplight/spectral-runtime": "^1.1.0",
"@stoplight/spectral-functions": "^1.9.1",
"@stoplight/spectral-runtime": "^1.1.2",
"@stoplight/types": "^13.6.0",
"@stoplight/yaml": "~4.2.3",
"@types/node": "*",
"ajv": "^8.17.1",
"ast-types": "0.14.2",
"astring": "^1.9.0",
"reserved": "0.1.2",
"tslib": "^2.3.1",
"tslib": "^2.8.1",
"validate-npm-package-name": "3.0.0"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/rulesets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @stoplight/spectral-rulesets [1.21.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-rulesets-1.21.1...@stoplight/spectral-rulesets-1.21.2) (2024-11-13)


### Bug Fixes

* **cli:** update dependencies and trigger docker release ([c87eacf](https://github.com/stoplightio/spectral/commit/c87eacff7c6d97ec139cc66623e4b0b27158a0cc))

## @stoplight/spectral-rulesets [1.21.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-rulesets-1.21.0...@stoplight/spectral-rulesets-1.21.1) (2024-11-12)


### Bug Fixes

* **rulesets:** update spectral core to latest ([d74c2b0](https://github.com/stoplightio/spectral/commit/d74c2b03b41133ff45dde76ccf2551e2c61edf2b))

# @stoplight/spectral-rulesets [1.21.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-rulesets-1.20.2...@stoplight/spectral-rulesets-1.21.0) (2024-11-12)


Expand Down
Loading

0 comments on commit c825d5b

Please sign in to comment.