Skip to content

Update deps - #8

Merged
antomorel merged 2 commits into
mainfrom
build/update-deps
May 20, 2026
Merged

Update deps#8
antomorel merged 2 commits into
mainfrom
build/update-deps

Conversation

@antomorel

Copy link
Copy Markdown
Contributor

No description provided.

@antomorel antomorel self-assigned this May 20, 2026
Copilot AI review requested due to automatic review settings May 20, 2026 13:41
@antomorel
antomorel force-pushed the build/update-deps branch from 595e85e to 65e19a5 Compare May 20, 2026 13:41
@antomorel
antomorel merged commit 35fbe75 into main May 20, 2026
7 checks passed
@antomorel
antomorel deleted the build/update-deps branch May 20, 2026 13:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates project dependencies and release metadata for @spiko-tech/effect-react-query.

Changes:

  • Bumps package.json version to 1.1.2 and updates several devDependency ranges (TypeScript, Vitest, React, JSDOM, etc.).
  • Adds a new Changesets entry describing the dependency update.
  • Introduces a new pnpm-lock.yaml lockfile.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 4 comments.

File Description
package.json Updates package version and devDependency ranges.
pnpm-lock.yaml Adds a pnpm lockfile capturing resolved dependency graph.
.changeset/update-dependencies.md Adds a patch changeset entry for the dependency update.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment on lines 1 to 4
{
"name": "@spiko-tech/effect-react-query",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://github.com/spiko-tech/effect-react-query",
"@spiko-tech/effect-react-query": patch
---

Udpate dependencies No newline at end of file
Comment thread pnpm-lock.yaml
Comment on lines +1 to +17
lockfileVersion: '9.0'

settings:
autoInstallPeers: true
excludeLinksFromLockfile: false

importers:

.:
dependencies:
'@tanstack/react-query':
specifier: ^5.99.2
version: 5.100.11(react@19.2.6)
effect:
specifier: ^3.21.1
version: 3.21.2
devDependencies:
Comment thread package.json
Comment on lines 50 to +63
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@changesets/cli": "^2.31.0",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.10.2",
"@types/node": "^22.19.19",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"bunchee": "^6.10.0",
"jsdom": "^29.0.2",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"jsdom": "^29.1.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tsdx": "^2.0.0",
"typescript": "^5.7.2",
"vitest": "^4.1.5"
"typescript": "^5.9.3",
"vitest": "^4.1.6"
@github-actions github-actions Bot mentioned this pull request May 20, 2026
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