Skip to content

Bump version to 1.3.1 and update dependencies#133

Merged
stefanak-michal merged 4 commits intomasterfrom
copilot/update-package-version-1-3-1
Dec 2, 2025
Merged

Bump version to 1.3.1 and update dependencies#133
stefanak-michal merged 4 commits intomasterfrom
copilot/update-package-version-1-3-1

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 1, 2025

  • Update package.json version from 1.3.0 to 1.3.1
  • Run npm update to refresh all dependencies to their latest compatible versions
  • Verify package-lock.json is updated with new dependency versions
  • Run build and lint to ensure everything still works
  • Commit changes to package.json and package-lock.json
  • Fix Playwright test failures in label.spec.ts and type.spec.ts by adding explicit wait for table data to load before clicking cells
  • Run npm run format to apply prettier formatting
Original prompt

Update the package version from 1.2.2 to 1.3.1 in package.json. Then, run npm update to refresh all dependencies listed in package.json to their latest compatible versions. Ensure that the updated package-lock.json reflects these changes. Finally, commit the updated package.json and package-lock.json, and open a pull request for these changes.

This pull request was created as a result of the following prompt from Copilot chat.

Update the package version from 1.2.2 to 1.3.1 in package.json. Then, run npm update to refresh all dependencies listed in package.json to their latest compatible versions. Ensure that the updated package-lock.json reflects these changes. Finally, commit the updated package.json and package-lock.json, and open a pull request for these changes.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI self-assigned this Dec 1, 2025
Co-authored-by: stefanak-michal <5502917+stefanak-michal@users.noreply.github.com>
Copilot AI changed the title [WIP] Update package version to 1.3.1 and refresh dependencies Bump version to 1.3.1 and update dependencies Dec 1, 2025
Copilot AI requested a review from stefanak-michal December 1, 2025 23:26
@stefanak-michal stefanak-michal marked this pull request as ready for review December 1, 2025 23:29
@stefanak-michal
Copy link
Copy Markdown
Owner

stefanak-michal commented Dec 2, 2025

@copilot some of the CI tests with playwright failed. Can you look at it and possibly fix it?

Co-authored-by: stefanak-michal <5502917+stefanak-michal@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Dec 2, 2025

@copilot some of the CI tests with playwright failed. Can you look at it and possibly fix it?

Fixed the Playwright test failures. The issue was that the tests were attempting to click on table cells before the table data had fully loaded from Neo4j. I added explicit waits to ensure the table has 20 rows loaded and the network is idle before interacting with cells in both label.spec.ts and type.spec.ts. Commit: 77a4684

@stefanak-michal
Copy link
Copy Markdown
Owner

@copilot you forget to run npm run format, so do it and commit afterwards

Co-authored-by: stefanak-michal <5502917+stefanak-michal@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Dec 2, 2025

@copilot you forget to run npm run format, so do it and commit afterwards

Formatting applied with npm run format. Commit: 4915f2a

@stefanak-michal stefanak-michal merged commit 4619aa6 into master Dec 2, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants