Skip to content

Commit e17c57d

Browse files
committed
blog: cordova-common@5.0.1 release
1 parent d0d48c7 commit e17c57d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: post
3+
author:
4+
name: Bryan Ellis
5+
title: "Cordova Common 5.0.1 Released!"
6+
categories: announcements
7+
tags: news releases
8+
---
9+
10+
We are happy to announce that `cordova-common@5.0.1` has been released. This is one of the libraries used behind-the-scenes by nearly all of the Cordova tooling and provides utilities for dealing with things like `config.xml` parsing.
11+
12+
## Release Highlights
13+
14+
The most notable changes in this patch release were updates to the dependencies used by this tool. Some dependencies were replaced with Node internals, reducing the overall dependency requirements.
15+
16+
<!--more-->
17+
# Changes include:
18+
19+
**Chores:**
20+
21+
* [GH-222](https://github.com/apache/cordova-common/pull/222) chore: bump npm dependencies to current minor revisions
22+
* [GH-217](https://github.com/apache/cordova-common/pull/217) chore(deps): bump cross-spawn from 7.0.3 to 7.0.6
23+
* [GH-218](https://github.com/apache/cordova-common/pull/218) chore(ci): Fix dependabot PR failures
24+
* [GH-214](https://github.com/apache/cordova-common/pull/214) chore(deps): bump micromatch from 4.0.5 to 4.0.8
25+
* [GH-211](https://github.com/apache/cordova-common/pull/211) chore: Minor test fixes
26+
* [GH-210](https://github.com/apache/cordova-common/pull/210) chore: Don't list dev dependencies in NOTICE
27+
* [GH-208](https://github.com/apache/cordova-common/pull/208) chore(deps): bump braces from 3.0.2 to 3.0.3
28+
* [GH-207](https://github.com/apache/cordova-common/pull/207) chore(ci): Add NodeJS 22 to CI matrix
29+
* [GH-206](https://github.com/apache/cordova-common/pull/206) chore(ci): Set up CodeQL analysis
30+
* [GH-203](https://github.com/apache/cordova-common/pull/203) chore(deps): Modernize some dependencies
31+
* [GH-204](https://github.com/apache/cordova-common/pull/204) chore: fix typo in license checker's ignored-packages config
32+
33+
**CI:**
34+
35+
* [GH-205](https://github.com/apache/cordova-common/pull/205) ci: update codecov@v4 w/ token
36+
* [GH-202](https://github.com/apache/cordova-common/pull/202) ci: add release audit workflow

0 commit comments

Comments
 (0)