Skip to content

Commit d6fec88

Browse files
StoplightSupportfrankkilcommins
authored andcommitted
chore(release): 1.6.0 [skip ci]
# [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) ### Bug Fixes * **cli:** choose proxy agent based on requester protocol ([stoplightio#2521](stoplightio#2521)) ([056f2e1](stoplightio@056f2e1)) * **cli:** clarify usage of --format ([stoplightio#2575](stoplightio#2575)) ([96eee89](stoplightio@96eee89)) * **core:** dedupe paths containing special characters correctly ([758de21](stoplightio@758de21)) * **core:** invalid then produced by Rule#toJSON ([stoplightio#2496](stoplightio#2496)) ([db91553](stoplightio@db91553)) * **core:** pointer in overrides are applied too broadly ([stoplightio#2511](stoplightio#2511)) ([69403c1](stoplightio@69403c1)) * **parsers:** update @stoplight/json from ~3.20.1 to ~3.21.0 ([e906d20](stoplightio@e906d20)) * **parsers:** update @stoplight/yaml from ~4.2.3 to ~4.3.0 ([91fdded](stoplightio@91fdded)) * **ref-resolver:** update @stoplight/json-ref-resolver from ~3.1.5 to ~3.1.6 ([6f73151](stoplightio@6f73151)) * **repo:** remove discord link and fix typo in github bug template ([stoplightio#2642](stoplightio#2642)) ([048924d](stoplightio@048924d)) * **ruleset-migrator:** correct package.json's browser field ([stoplightio#2497](stoplightio#2497)) ([89a6a67](stoplightio@89a6a67)) * **ruleset-migrator:** update @stoplight/json from ~3.20.1 to ~3.21.0 ([3f7eebc](stoplightio@3f7eebc)) * **rulesets:** example validation for required readOnly and writeOnly properties ([stoplightio#2573](stoplightio#2573)) ([ae1fea5](stoplightio@ae1fea5)) * **rulesets:** fixed array-items type property selector ([stoplightio#2638](stoplightio#2638)) ([0845fb5](stoplightio@0845fb5)) * **rulesets:** oasExample should clean id fields from non-schema objects ([stoplightio#2561](stoplightio#2561)) ([7f7583e](stoplightio@7f7583e)) * **rulesets:** tweak server variables function ([stoplightio#2533](stoplightio#2533)) ([244cbda](stoplightio@244cbda)) ### Features * **cli:** add sarif formatter ([stoplightio#2532](stoplightio#2532)) ([959a86a](stoplightio@959a86a)) * **cli:** require newer version of all Spectral dependencies ([10ddd97](stoplightio@10ddd97)) * **cli:** use hpagent ([stoplightio#2513](stoplightio#2513)) ([9b2d347](stoplightio@9b2d347)) * **formats:** add arazzo format ([stoplightio#2663](stoplightio#2663)) ([dc1a8ef](stoplightio@dc1a8ef)) * **formats:** jsonSchemaLoose format should search for enum keyword ([stoplightio#2551](stoplightio#2551)) ([0835545](stoplightio@0835545)) * **formatters:** add export entrypoint for utils ([stoplightio#2482](stoplightio#2482)) ([d4b883c](stoplightio@d4b883c)) * **formatters:** add GitHub Actions formatter ([stoplightio#2508](stoplightio#2508)) ([6904927](stoplightio@6904927)) * **formatters:** add sarif formatter ([stoplightio#2532](stoplightio#2532)) ([908c308](stoplightio@908c308)) * **formatters:** move formatters to a separate package ([stoplightio#2468](stoplightio#2468)) ([664e259](stoplightio@664e259)) * **rulesets:** add multiple xor ([stoplightio#2614](stoplightio#2614)) ([af9c742](stoplightio@af9c742)) * **rulesets:** add new rule that requires sibling items field for type array ([stoplightio#2632](stoplightio#2632)) ([24198bc](stoplightio@24198bc)) * **rulesets:** add oas3_1-servers-in-webhook and oas3_1-callbacks-in… ([stoplightio#2581](stoplightio#2581)) ([7a8cc0e](stoplightio@7a8cc0e)) * **rulesets:** add oas3-server-variables rule ([stoplightio#2526](stoplightio#2526)) ([4c4de85](stoplightio@4c4de85)) * **rulesets:** add scope validation to oas{2,3}-operation-security-defined rules ([stoplightio#2538](stoplightio#2538)) ([68aacd6](stoplightio@68aacd6)) * **rulesets:** improve {oas2,oas3}-valid-schema rule ([stoplightio#2574](stoplightio#2574)) ([8df2c36](stoplightio@8df2c36)) * **rulesets:** initial rulesets for the Arazzo Specification ([stoplightio#2672](stoplightio#2672)) ([8443232](stoplightio@8443232))
1 parent 7fd0ff2 commit d6fec88

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/ruleset-bundler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# @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)
2+
3+
4+
### Features
5+
6+
* **rulesets:** initial rulesets for the Arazzo Specification ([#2672](https://github.com/stoplightio/spectral/issues/2672)) ([8443232](https://github.com/stoplightio/spectral/commit/84432325cd9eb87c4ce32897bd4a23e83aabb856))
7+
18
# [@stoplight/spectral-ruleset-bundler-v1.5.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-bundler-v1.5.1...@stoplight/spectral-ruleset-bundler-v1.5.2) (2023-05-17)
29

310

packages/ruleset-bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/spectral-ruleset-bundler",
3-
"version": "1.5.4",
3+
"version": "1.6.0",
44
"homepage": "https://github.com/stoplightio/spectral",
55
"bugs": "https://github.com/stoplightio/spectral/issues",
66
"author": "Stoplight <[email protected]>",

0 commit comments

Comments
 (0)