From 5e02b1857c5df4b08b0b2969438e30e851f8fa4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:36:58 +0000 Subject: [PATCH 1/3] Bump actions/setup-node from 3.8.1 to 4.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-measure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-measure.yml b/.github/workflows/build-test-measure.yml index ce0cfed..75fc0bd 100644 --- a/.github/workflows/build-test-measure.yml +++ b/.github/workflows/build-test-measure.yml @@ -112,7 +112,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: # use the same version like WordPress/gutenberg node-version: '16' @@ -143,7 +143,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: # use the same version like WordPress/gutenberg node-version: '16' From a37430caf640022a4c006a0a2ff1de39d32da9bc Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Wed, 22 Nov 2023 17:37:23 +0000 Subject: [PATCH 2/3] Update changelog to 1.0.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeca2cd..d14b6ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/figuren-theater/code-quality/compare/0.9.0...HEAD) +## [Unreleased](https://github.com/figuren-theater/code-quality/compare/1.0.0...HEAD) + +## [1.0.0](https://github.com/figuren-theater/code-quality/compare/0.9.0...1.0.0) - 2023-11-22 + +### Dependency Updates & Maintenance + +- Bump actions/setup-node from 3.8.1 to 4.0.0 ([#61](https://github.com/figuren-theater/code-quality/pull/61)) +- Upgrading figuren-theater/coding-standards ([#62](https://github.com/figuren-theater/code-quality/pull/62)) which includes the switch to the **NEW WordPress coding-Standards Version 3.0.x** ## [0.9.0](https://github.com/figuren-theater/code-quality/compare/0.8.1...0.9.0) - 2023-10-22 From df7c27fda0d29d73b1824cdae635aa9f3bf48b7f Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Fri, 15 Dec 2023 23:41:38 +0100 Subject: [PATCH 3/3] Upgrading figuren-theater/coding-standards (0.4.0 => 0.4.1) --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index c0950ae..e924003 100644 --- a/composer.lock +++ b/composer.lock @@ -549,16 +549,16 @@ }, { "name": "figuren-theater/coding-standards", - "version": "0.4.0", + "version": "0.4.1", "source": { "type": "git", "url": "https://github.com/figuren-theater/coding-standards.git", - "reference": "93f1aa364cbd3d26e83f2c790c259e540554a31b" + "reference": "064a379d5660203f70423ebea5c0583ab15e9a32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/figuren-theater/coding-standards/zipball/93f1aa364cbd3d26e83f2c790c259e540554a31b", - "reference": "93f1aa364cbd3d26e83f2c790c259e540554a31b", + "url": "https://api.github.com/repos/figuren-theater/coding-standards/zipball/064a379d5660203f70423ebea5c0583ab15e9a32", + "reference": "064a379d5660203f70423ebea5c0583ab15e9a32", "shasum": "" }, "require": { @@ -597,7 +597,7 @@ "issues": "https://github.com/figuren-theater/coding-standards/issues", "source": "https://github.com/figuren-theater/coding-standards" }, - "time": "2023-11-21T21:19:03+00:00" + "time": "2023-12-15T22:39:27+00:00" }, { "name": "figuren-theater/phpstan",