This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 90a70a05ea blog: cordova-common@5.0.1 release (#1394)
90a70a05ea is described below

commit 90a70a05eabf74082de8fa3601d97bc04f88259c
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sun Feb 2 14:20:30 2025 +0900

    blog: cordova-common@5.0.1 release (#1394)
---
 www/_posts/2025-02-02-cordova-common-5.0.1.md | 36 +++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/www/_posts/2025-02-02-cordova-common-5.0.1.md 
b/www/_posts/2025-02-02-cordova-common-5.0.1.md
new file mode 100644
index 0000000000..662e5e4502
--- /dev/null
+++ b/www/_posts/2025-02-02-cordova-common-5.0.1.md
@@ -0,0 +1,36 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Cordova Common 5.0.1 Released!"
+categories: announcements
+tags: news releases
+---
+
+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.
+
+## Release Highlights
+
+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.
+
+<!--more-->
+# Changes include:
+
+**Chores:**
+
+* [GH-222](https://github.com/apache/cordova-common/pull/222) chore: bump npm 
dependencies to current minor revisions
+* [GH-217](https://github.com/apache/cordova-common/pull/217) chore(deps): 
bump cross-spawn from 7.0.3 to 7.0.6
+* [GH-214](https://github.com/apache/cordova-common/pull/214) chore(deps): 
bump micromatch from 4.0.5 to 4.0.8
+* [GH-211](https://github.com/apache/cordova-common/pull/211) chore: Minor 
test fixes
+* [GH-210](https://github.com/apache/cordova-common/pull/210) chore: Don't 
list dev dependencies in NOTICE
+* [GH-208](https://github.com/apache/cordova-common/pull/208) chore(deps): 
bump braces from 3.0.2 to 3.0.3
+* [GH-203](https://github.com/apache/cordova-common/pull/203) chore(deps): 
Modernize some dependencies
+* [GH-204](https://github.com/apache/cordova-common/pull/204) chore: fix typo 
in license checker's ignored-packages config
+
+**CI:**
+
+* [GH-218](https://github.com/apache/cordova-common/pull/218) ci: Fix 
dependabot PR failures
+* [GH-207](https://github.com/apache/cordova-common/pull/207) ci: Add NodeJS 
22 to CI matrix
+* [GH-206](https://github.com/apache/cordova-common/pull/206) ci: Set up 
CodeQL analysis
+* [GH-205](https://github.com/apache/cordova-common/pull/205) ci: update 
codecov@v4 w/ token
+* [GH-202](https://github.com/apache/cordova-common/pull/202) ci: add release 
audit workflow


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to