From 24e377637f7273b9e3bd4c8a227f64737384a130 Mon Sep 17 00:00:00 2001 From: Dominic Fraser Date: Tue, 7 Feb 2023 14:23:48 +0000 Subject: [PATCH] 7.0.0 --- CHANGELOG.md | 9 +++++++++ UNRELEASED.md | 9 --------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32087b9..ebf1ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p [Unreleased changes](./UNRELEASED.md) +## 7.0.0 +### Updated + +- Bump @skyscanner/eslint-config-skyscanner from 12.6.1 to 13.1.0 +- Bump stylelint-config-prettier from 9.0.3 to 9.0.4 +- Bump json5 from 1.0.1 to 1.0.2 (security bump) + +As `@skyscanner/eslint-config-skyscanner` is shipped as `dependency` then this may cause JavaScript linting changes in your project as a side effect if you have not already updated. If that is the case it is the recommendation to first update `@skyscanner/eslint-config-skyscanner` and follow its [release notes](https://github.com/Skyscanner/eslint-config-skyscanner/releases/tag/v13.0.0). + ## 6.1.0 (deprecated) ### Updated diff --git a/UNRELEASED.md b/UNRELEASED.md index 600165e..bfaef6e 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -1,12 +1,3 @@ # UNRELEASED _If `@skyscanner/eslint-config-skyscanner` has a major version change then `@skyscanner/stylelint-config-skyscanner` should also have a major version change, as explained in [the docs](./docs/eslint-as-dependency.md)_ - -## 7.0.0 -### Updated - -- Bump @skyscanner/eslint-config-skyscanner from 12.6.1 to 13.1.0 -- Bump stylelint-config-prettier from 9.0.3 to 9.0.4 -- Bump json5 from 1.0.1 to 1.0.2 (security bump) - -As `@skyscanner/eslint-config-skyscanner` is shipped as `dependency` then this may cause JavaScript linting changes in your project as a side effect if you have no already updated. If that is the case it is the recommendation to also update `@skyscanner/eslint-config-skyscanner` and follow its [release notes](https://github.com/Skyscanner/eslint-config-skyscanner/releases/tag/v13.0.0). diff --git a/package-lock.json b/package-lock.json index 20eebb9..1235719 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@skyscanner/stylelint-config-skyscanner", - "version": "6.0.2", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@skyscanner/stylelint-config-skyscanner", - "version": "6.0.2", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { "@skyscanner/eslint-config-skyscanner": "^13.1.0", diff --git a/package.json b/package.json index 5f99515..4ee3a12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skyscanner/stylelint-config-skyscanner", - "version": "6.0.2", + "version": "7.0.0", "description": "Skyscanner's stylelint config.", "license": "Apache-2.0", "engines": {