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.113
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.114
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 13, 2025

  1. chore(deps): update pnpm to v10.6.3 (#299)

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

    Verified

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

    GitHub Actions[bot] committed Mar 13, 2025
    Copy the full SHA
    2ffd63a 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": "Thu, 13 Mar 2025 23:01:51 GMT",
"version": "0.4.114",
"tag": "@rightcapital/phpdoc-parser_v0.4.114",
"comments": {
"patch": [
{
"author": "29139614+renovate[bot]@users.noreply.github.com",
"package": "@rightcapital/phpdoc-parser",
"commit": "e7d829a9f2300d1b008bd273da32b09a8c0cefb5",
"comment": "chore(deps): update pnpm to v10.6.3"
}
]
}
},
{
"date": "Mon, 10 Mar 2025 09:53:53 GMT",
"version": "0.4.113",
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 Mon, 10 Mar 2025 09:53:53 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 13 Mar 2025 23:01:51 GMT and should not be manually modified. -->

<!-- Start content -->



### [0.4.114](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.114) (2025-3-13)

- chore(deps): update pnpm to v10.6.3 ([e7d829a](https://github.com/RightCapitalHQ/phpdoc-parser/commit/e7d829a9f2300d1b008bd273da32b09a8c0cefb5))

### [0.4.113](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.113) (2025-3-10)

- chore(deps): update pnpm to v10.6.2 ([ecd6bf0](https://github.com/RightCapitalHQ/phpdoc-parser/commit/ecd6bf08f55009132b0d2cff101c45da624e921a))
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.113",
"version": "0.4.114",
"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.2",
"packageManager": "pnpm@10.6.3",
"engines": {
"node": ">=16.x",
"pnpm": ">=8.x"