Skip to content

Commit dbb223f

Browse files
authored
Merge pull request #29 from soderlind/chore/dependabot-security
chore(release): resolve dependabot alerts, bump to 1.8.2
2 parents c661fd8 + ae7fac2 commit dbb223f

11 files changed

Lines changed: 3595 additions & 3603 deletions

.github/dependabot.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
version: 2
2+
updates:
3+
# JavaScript / build toolchain
4+
- package-ecosystem: "npm"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
open-pull-requests-limit: 10
9+
groups:
10+
npm-development:
11+
dependency-type: "development"
12+
update-types:
13+
- "minor"
14+
- "patch"
15+
npm-production:
16+
dependency-type: "production"
17+
update-types:
18+
- "minor"
19+
- "patch"
20+
21+
# PHP / Composer
22+
- package-ecosystem: "composer"
23+
directory: "/"
24+
schedule:
25+
interval: "weekly"
26+
open-pull-requests-limit: 10
27+
groups:
28+
composer-all:
29+
patterns:
30+
- "*"
31+
update-types:
32+
- "minor"
33+
- "patch"
34+
35+
# GitHub Actions
36+
- package-ecosystem: "github-actions"
37+
directory: "/"
38+
schedule:
39+
interval: "weekly"
40+
groups:
41+
github-actions:
42+
patterns:
43+
- "*"

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.8.2] - 2026-07-12
9+
10+
### Security
11+
12+
- Resolved the majority of Dependabot alerts by updating build/test dependencies (`npm audit fix`, `@wordpress/scripts` 31 → 32, `@wordpress/components` → 36). Remaining alerts are dev-only transitive dependencies pinned by `@wordpress/scripts`.
13+
14+
### Changed
15+
16+
- Added grouped `.github/dependabot.yml` config (npm/composer/github-actions) to consolidate future dependency update PRs.
17+
818
## [1.8.1] - 2026-06-16
919

1020
### Changed

build/review-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/review.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => '4f046f2ed6c4c171ffdd');
1+
<?php return array('dependencies' => array(), 'version' => '567b738b16445534fb2f');

0 commit comments

Comments
 (0)