Skip to content

chore: bump version to v1.1.0#92

Merged
iqbalhasandev merged 10 commits intomainfrom
chore/bump-version-v1.1.0
Apr 12, 2026
Merged

chore: bump version to v1.1.0#92
iqbalhasandev merged 10 commits intomainfrom
chore/bump-version-v1.1.0

Conversation

@iqbalhasandev
Copy link
Copy Markdown
Member

Bumps package.json and package-lock.json version from 1.0.1 to 1.1.0.

Add .npmrc with legacy-peer-deps=true so npm ci resolves peer
dependency version mismatches that block CI installation.
Peer dep @inertiajs/react was not installed as a devDependency, causing
tsc to fail with TS2307 when resolving imports in source files.
Remove project-wide .npmrc legacy-peer-deps setting as it affects
all npm installs including local dev. Instead, pass --legacy-peer-deps
directly to npm ci in CI workflows.

Needed until eslint-plugin-react officially supports eslint@10.
…t 19

- Add react-dom, @testing-library/dom and @types/react-dom as explicit
  devDependencies (were silently skipped by --legacy-peer-deps)
- Add Jest moduleNameMapper shim for react-dom/test-utils which was
  removed in React 19 but still unconditionally required by
  @testing-library/react internals
Rename react-dom-test-utils-shim.js to .cjs so it is ignored by ESLint.
Update eslint.config.js ignore pattern from *.cjs to **/*.cjs so
CJS files in subdirectories are also excluded from linting.
Copilot AI review requested due to automatic review settings April 12, 2026 05:14
Copy link
Copy Markdown

Copilot AI left a comment

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 bumps the published package version for @devwizard/laravel-localizer-react from 1.0.1 to 1.1.0, keeping the npm manifest and lockfile in sync for release.

Changes:

  • Update package.json version to 1.1.0.
  • Update package-lock.json top-level and root package (packages[""]) version to 1.1.0.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Bumps the package’s published version to 1.1.0.
package-lock.json Keeps lockfile metadata aligned with the new package version (1.1.0).

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

@iqbalhasandev iqbalhasandev merged commit 1ca14ea into main Apr 12, 2026
9 checks passed
@iqbalhasandev iqbalhasandev deleted the chore/bump-version-v1.1.0 branch April 12, 2026 05:17
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