From 4ec6628bd771a3b2aa5884696d28d79004024163 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 30 Jun 2023 12:06:29 -0400 Subject: [PATCH] ESCONF-32 update @folio/stripes-webpack to v5 (#119) *BREAKING* Bump `@folio/stripes-webpack` to v5. This is a breaking change even though `@folio/stripes-webpack` is a direct dependency because what we really need is for the version to be consistent _in dev deps_, which is sorta like a peer-dev-dep, but there is no such thing. Refs ESCONF-32 --- CHANGELOG.md | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00ae0ba..e66d480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Change history for eslint-config-stripes -## 6.5.0 IN PROGRESS +## 7.0.0 IN PROGRESS * Unlock `webpack` from `~5.68.0`. Refs STCLI-222. +* *BREAKING* Bump `@folio/stripes-webpack` to `5.0.0`. Refs ESCONF-32. ## [6.4.0](https://github.com/folio-org/eslint-config-stripes/tree/v6.4.0) (2023-02-15) [Full Changelog](https://github.com/folio-org/eslint-config-stripes/compare/v6.3.1...v6.4.0) diff --git a/package.json b/package.json index 94298c9..667b307 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/eslint-config-stripes", - "version": "6.5.0", + "version": "7.0.0", "description": "The shared eslint configuration for stripes applications and extensions", "main": "index.js", "repository": "https://github.com/folio-org/eslint-config-stripes", @@ -12,7 +12,7 @@ "dependencies": { "@babel/core": "^7.18.13", "@babel/eslint-parser": "^7.15.0", - "@folio/stripes-webpack": "^4.2.0", + "@folio/stripes-webpack": "^5.0.0", "@typescript-eslint/eslint-plugin": "^5.28.0", "@typescript-eslint/parser": "^5.28.0", "eslint": "^7.32.0",