From b3feed5a4bb0763d7285c82034e74eb2c30f9080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 16:01:40 +0000 Subject: [PATCH 1/3] chore(deps-dev): bump npm-check-updates from 18.0.2 to 18.0.3 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 18.0.2 to 18.0.3. - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](https://github.com/raineorshine/npm-check-updates/compare/v18.0.2...v18.0.3) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 18.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 132c2f7..d85669e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,7 +68,7 @@ importers: version: 3.2.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1) npm-check-updates: specifier: ^18.0.2 - version: 18.0.2 + version: 18.0.3 parcel: specifier: ^2.15.4 version: 2.15.4(@swc/helpers@0.5.17) @@ -1651,8 +1651,8 @@ packages: node-releases@2.0.19: resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==} - npm-check-updates@18.0.2: - resolution: {integrity: sha512-9uVFZUCg5oDOcbzdsrJ4BEvq2gikd23tXuF5mqpl4mxVl051lzB00Xmd7ZVjVWY3XNUF3BQKWlN/qmyD8/bwrA==} + npm-check-updates@18.0.3: + resolution: {integrity: sha512-IMZWxgAa5gpDVEle2KOZOMLfCu2/9FV+xsXQjPFt2OV0dyZixn0OJrZ9NxUcWgr/ZTGogmZtE0Cb8x2wlsVULg==} engines: {node: ^18.18.0 || >=20.0.0, npm: '>=8.12.1'} hasBin: true @@ -4125,7 +4125,7 @@ snapshots: node-releases@2.0.19: {} - npm-check-updates@18.0.2: {} + npm-check-updates@18.0.3: {} nullthrows@1.1.1: {} From 5b2ab88686f91eecc814a79d102094aa828137d3 Mon Sep 17 00:00:00 2001 From: Varun Villait Date: Sun, 31 Aug 2025 09:07:13 -0700 Subject: [PATCH 2/3] dependencies --- package.json | 4 ++-- pnpm-lock.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a76c156..32fa34a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pdl-react-autocomplete", "version": "2.1.3", "description": "A react component for the People Data Labs Autocomplete API", - "packageManager": "pnpm@10.14.0", + "packageManager": "pnpm@10.15.0", "source": "src/index.ts", "module": "dist/index.mjs", "types": "dist/index.d.ts", @@ -60,7 +60,7 @@ "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-typescript-sort-keys": "^3.3.0", "eslint-plugin-unused-imports": "^3.2.0", - "npm-check-updates": "^18.0.2", + "npm-check-updates": "^18.0.3", "parcel": "^2.15.4", "typescript": "^5.9.2" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d85669e..ca9f1ba 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,7 +67,7 @@ importers: specifier: ^3.2.0 version: 3.2.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1) npm-check-updates: - specifier: ^18.0.2 + specifier: ^18.0.3 version: 18.0.3 parcel: specifier: ^2.15.4 From 63b0df61f62ac0ad47eab1098e9b08b95f2f5de9 Mon Sep 17 00:00:00 2001 From: Varun Villait Date: Sun, 31 Aug 2025 09:07:32 -0700 Subject: [PATCH 3/3] version update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32fa34a..ba33f02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdl-react-autocomplete", - "version": "2.1.3", + "version": "2.1.4", "description": "A react component for the People Data Labs Autocomplete API", "packageManager": "pnpm@10.15.0", "source": "src/index.ts",