From 13fc94b81f8b2f1e65f6755f4e8bfff742cab36e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Jun 2024 09:59:26 +0000 Subject: [PATCH 1/3] chore(release): 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.0.0](https://github.com/geostyler/geostyler-qgis-parser/compare/v2.1.0...v3.0.0) (2024-06-26) ### ⚠ BREAKING CHANGES * Switches to esm build and updates base packages. ### Bug Fixes * fix dependency versions ([ecf3004](https://github.com/geostyler/geostyler-qgis-parser/commit/ecf300440cb90f8ec2e703d4ca4ad9a713807073)) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a36d4e2..125b9b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [3.0.0](https://github.com/geostyler/geostyler-qgis-parser/compare/v2.1.0...v3.0.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* Switches to esm build and updates base packages. + +### Bug Fixes + +* fix dependency versions ([ecf3004](https://github.com/geostyler/geostyler-qgis-parser/commit/ecf300440cb90f8ec2e703d4ca4ad9a713807073)) + ## [2.1.0](https://github.com/geostyler/geostyler-qgis-parser/compare/v2.0.1...v2.1.0) (2024-06-25) diff --git a/package-lock.json b/package-lock.json index bd7c20f..58c57b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-qgis-parser", - "version": "2.1.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-qgis-parser", - "version": "2.1.0", + "version": "3.0.0", "license": "BSD-2-Clause", "dependencies": { "buffer": "^6.0.3", diff --git a/package.json b/package.json index f493eed..983d112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-qgis-parser", - "version": "2.1.0", + "version": "3.0.0", "description": "GeoStyler Style Parser implementation for QGIS Style", "main": "dist/QGISStyleParser.js", "type": "module", From 8b16a3cb3c002350afd8cecc956dfb10b131ab84 Mon Sep 17 00:00:00 2001 From: Jan Suleiman Date: Tue, 2 Jul 2024 15:09:21 +0200 Subject: [PATCH 2/3] docs: remove code sprint announcement from README --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 330b4a8..2e71d6c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ # geostyler-qgis-parser [GeoStyler](https://github.com/geostyler/geostyler/) Style Parser implementation for QGIS -## :rocket: GeoStyler Code Sprint 2024 - -We are happy to announce the third GeoStyler Code Sprint from **17.-21.06.2024** in Paris. Be part of it! More infos on https://geostyler.org/. - ## Funding & financial sponsorship Maintenance and further development of this code can be funded through the From 84760245ae5ff861dafe8beb22b98525214a3af8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:19:19 +0000 Subject: [PATCH 3/3] chore(deps): update typescript-eslint monorepo to v8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 983d112..1db08e1 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,8 @@ "@types/jest": "^29.2.3", "@types/node": "^20.1.3", "@types/xml2js": "^0.4.14", - "@typescript-eslint/eslint-plugin": "^5.44.0", - "@typescript-eslint/parser": "^5.44.0", + "@typescript-eslint/eslint-plugin": "^8.0.0", + "@typescript-eslint/parser": "^8.0.0", "conventional-changelog-conventionalcommits": "^7.0.2", "eslint": "^8.28.0", "extensionless": "^1.9.9",