Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RightCapitalHQ/phpdoc-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @rightcapital/phpdoc-parser_v0.4.110
Choose a base ref
...
head repository: RightCapitalHQ/phpdoc-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @rightcapital/phpdoc-parser_v0.4.111
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 7, 2025

  1. chore(deps): update pnpm to v10.6.1 (#295)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 7, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    jmikola Jeremy Mikola
    Copy the full SHA
    905bd49 View commit details
  2. chore(release): applying package updates

    GitHub Actions[bot] committed Mar 7, 2025
    Copy the full SHA
    c0db320 View commit details
Showing with 22 additions and 3 deletions.
  1. +15 −0 CHANGELOG.json
  2. +5 −1 CHANGELOG.md
  3. +2 −2 package.json
15 changes: 15 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@rightcapital/phpdoc-parser",
"entries": [
{
"date": "Fri, 07 Mar 2025 06:00:12 GMT",
"version": "0.4.111",
"tag": "@rightcapital/phpdoc-parser_v0.4.111",
"comments": {
"patch": [
{
"author": "29139614+renovate[bot]@users.noreply.github.com",
"package": "@rightcapital/phpdoc-parser",
"commit": "905bd49ecb02940ae6cae26fe017098a35cd2679",
"comment": "chore(deps): update pnpm to v10.6.1"
}
]
}
},
{
"date": "Thu, 06 Mar 2025 22:54:51 GMT",
"version": "0.4.110",
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Change Log - @rightcapital/phpdoc-parser

<!-- This log was last generated on Thu, 06 Mar 2025 22:54:51 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 07 Mar 2025 06:00:12 GMT and should not be manually modified. -->

<!-- Start content -->



### [0.4.111](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.111) (2025-3-7)

- chore(deps): update pnpm to v10.6.1 ([905bd49](https://github.com/RightCapitalHQ/phpdoc-parser/commit/905bd49ecb02940ae6cae26fe017098a35cd2679))

### [0.4.110](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.110) (2025-3-6)

- chore(deps): update pnpm to v10.6.0 ([12690de](https://github.com/RightCapitalHQ/phpdoc-parser/commit/12690deafb14fa9c0a15b40f03861faffca4bb86))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rightcapital/phpdoc-parser",
"version": "0.4.110",
"version": "0.4.111",
"description": "TypeScript version of PHPDoc parser with support for intersection types and generics",
"keywords": [
"PHP",
@@ -58,7 +58,7 @@
"prettier": "3.5.3",
"vitest": "3.0.7"
},
"packageManager": "pnpm@10.6.0",
"packageManager": "pnpm@10.6.1",
"engines": {
"node": ">=16.x",
"pnpm": ">=8.x"