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.111
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.112
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 8, 2025

  1. fix(deps): update dependency @types/node to v22.13.10 (#296)

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8e30237 View commit details
  2. chore(release): applying package updates

    GitHub Actions[bot] committed Mar 8, 2025
    Copy the full SHA
    a2ae6c0 View commit details
Showing with 123 additions and 104 deletions.
  1. +15 −0 CHANGELOG.json
  2. +5 −1 CHANGELOG.md
  3. +2 −2 package.json
  4. +101 −101 pnpm-lock.yaml
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": "Sat, 08 Mar 2025 13:49:24 GMT",
"version": "0.4.112",
"tag": "@rightcapital/phpdoc-parser_v0.4.112",
"comments": {
"patch": [
{
"author": "29139614+renovate[bot]@users.noreply.github.com",
"package": "@rightcapital/phpdoc-parser",
"commit": "8e3023787df71fa9d16bdbd024df389555be75b2",
"comment": "fix(deps): update dependency @types/node to v22.13.10"
}
]
}
},
{
"date": "Fri, 07 Mar 2025 06:00:12 GMT",
"version": "0.4.111",
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 Fri, 07 Mar 2025 06:00:12 GMT and should not be manually modified. -->
<!-- This log was last generated on Sat, 08 Mar 2025 13:49:24 GMT and should not be manually modified. -->

<!-- Start content -->



### [0.4.112](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.112) (2025-3-8)

- fix(deps): update dependency @types/node to v22.13.10 ([8e30237](https://github.com/RightCapitalHQ/phpdoc-parser/commit/8e3023787df71fa9d16bdbd024df389555be75b2))

### [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))
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.111",
"version": "0.4.112",
"description": "TypeScript version of PHPDoc parser with support for intersection types and generics",
"keywords": [
"PHP",
@@ -36,7 +36,7 @@
}
},
"dependencies": {
"@types/node": "22.13.9",
"@types/node": "22.13.10",
"lodash": "4.17.21",
"typescript": "5.8.2"
},
Loading