Skip to content

Commit 01a2af8

Browse files
Merge pull request #188 from bcgov/bug/descw-2479_fix-dependabot-alerts
descw-2479 fixing dependabot alerts
2 parents cd84ddc + 97e5681 commit 01a2af8

File tree

8 files changed

+5426
-3948
lines changed

8 files changed

+5426
-3948
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
# Changelog
22

3+
## 1.13.1
4+
5+
- Fix dependabot security alerts ([DESCW-2479]( https://citz-gdx.atlassian.net/browse/DESCW-2479))
6+
- this replaces `bcgov/wordpress-scripts` with `bcgov/wordpress-utils` as a dev dependency.
7+
- this also updates the NPM package `@wordpress/scripts` to `^30.8.1`
8+
- all dependencies to @wordpress/scripts were updated as well to eliminate npm audit alerts.
9+
- note: @wordpress/scripts is not production code, so any security alerts do not pertain to production code for this theme.
10+
11+
312
## 1.13.0
413
- Added EIBC-specific theme style (styles/alphav3-1.eibc.json) ([DESCW-2535]( https://citz-gdx.atlassian.net/browse/DESCW-2535))
5-
- Fixed minor typography and spacing incompatibilities between EIBC site and design tokens in above styles ([DESCW-2528]( https://citz-gdx.atlassian.net/browse/DESCW-2528))
14+
- Fixed minor typography and spacing incompatibilities between EIBC site and design tokens in above styles ([DESCW-2528]( https://citz-gdx.atlassian.net/browse/DESCW-2528))
615

716
## 1.12.4
8-
- ([DESCW-2566]( https://citz-gdx.atlassian.net/browse/DESCW-2566))
17+
- ([DESCW-2566]( https://citz-gdx.atlassian.net/browse/DESCW-2566))
918
- fix images max width
1019

1120
## 1.12.3
12-
- ([DESCW-2561]( https://citz-gdx.atlassian.net/browse/DESCW-2561))
21+
- ([DESCW-2561]( https://citz-gdx.atlassian.net/browse/DESCW-2561))
1322
- fix layout bug on mega menu.
1423

1524
## 1.12.2
@@ -26,7 +35,7 @@
2635
- ([DESCW-2480](https://citz-gdx.atlassian.net/browse/DESCW-2480)) adding excerpt for pages.
2736

2837
## 1.10.0 July 4, 2024
29-
- ([DESCW-2452](https://citz-gdx.atlassian.net/browse/DESCW-2452))
38+
- ([DESCW-2452](https://citz-gdx.atlassian.net/browse/DESCW-2452))
3039
- updated alphav3-1.json
3140
- created new footer Alpha 3.1
3241
- created new header Alpha 3.1

checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Created at 2024-09-12 11:54 am
1+
Created at 2025-01-13 7:59 am
22

33
* [yes] Updated version in composer.json
44
* [yes] Updated version in style.css or plugin file
55
* [yes] Updated CHANGELOG.md to include jira ticket
66
* [no] Updated README.md for new functionality
7-
* [no] Built assets for production (npm run build:production)
7+
* [yes] Built assets for production (npm run build:production)
88
* [N/A] Updated the documentation (N/A, Updated, or a ticket ID)
99
* [] Verified coding standards (phpcs)
1010
* [] Run PHP tests

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bcgov-theme/bcgov-wordpress-block-theme",
33
"description": "Block Theme for BC Gov",
4-
"version": "1.13.0",
4+
"version": "1.13.1",
55
"type": "wordpress-theme",
66
"license": "Apache-2.0",
77
"repositories": [
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require-dev": {
14-
"bcgov/wordpress-scripts": "^2.1.3"
14+
"bcgov/wordpress-utils": "^2.4"
1515
},
1616
"autoload": {
1717
"psr-4": {

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)