Skip to content

Commit

Permalink
build(deps): bump jsonpath-plus from 4.0.0 to 10.0.7 (#947)
Browse files Browse the repository at this point in the history
* build(deps): bump jsonpath-plus from 4.0.0 to 10.0.7

Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 4.0.0 to 10.0.7.
- [Release notes](https://github.com/s3u/JSONPath/releases)
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](JSONPath-Plus/JSONPath@v4.0.0...v10.0.7)

---
updated-dependencies:
- dependency-name: jsonpath-plus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: update node in ci

* chore: update node and pnpm in ci

* chore: upgrade jsonpath-plus to latest

* Create serious-bugs-hear.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jack Steam <[email protected]>
  • Loading branch information
dependabot[bot] and jacksteamdev authored Jan 5, 2025
1 parent 2e9f273 commit 64dc6bc
Show file tree
Hide file tree
Showing 6 changed files with 10,657 additions and 8,261 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-bugs-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"rollup-plugin-chrome-extension": patch
---

build(deps): bump jsonpath-plus from 4.0.0 to 10.0.7
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "22"

- name: Setup PNPM
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
uses: pnpm/action-setup@v4
with:
# Version of PNPM to install
version: 8.9.0
version: 9.15.2
# Where to store PNPM files
# dest: # optional, default is ~/setup-pnpm
# If specified, run `pnpm install`
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rollup-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "22"

- name: Setup PNPM
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
uses: pnpm/action-setup@v4
with:
# Version of PNPM to install
version: 6.3.0
version: 9.15.2
# Where to store PNPM files
# dest: # optional, default is ~/setup-pnpm
# If specified, run `pnpm install`
Expand Down Expand Up @@ -89,15 +89,15 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "22"

- name: Setup PNPM
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
uses: pnpm/action-setup@v4
with:
# Version of PNPM to install
version: 6.3.0
version: 9.15.2
# Where to store PNPM files
# dest: # optional, default is ~/setup-pnpm
# If specified, run `pnpm install`
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/vite-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "22"

- name: Setup PNPM
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
uses: pnpm/action-setup@v4
with:
# Version of PNPM to install
version: 8.9.0
version: 9.15.2
# Where to store PNPM files
# dest: # optional, default is ~/setup-pnpm
# If specified, run `pnpm install`
Expand Down Expand Up @@ -83,15 +83,15 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "22"

- name: Setup PNPM
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
uses: pnpm/action-setup@v4
with:
# Version of PNPM to install
version: 8.9.0
version: 9.15.2
# Where to store PNPM files
# dest: # optional, default is ~/setup-pnpm
# If specified, run `pnpm install`
Expand Down Expand Up @@ -138,15 +138,15 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "22"

- name: Setup PNPM
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
uses: pnpm/action-setup@v4
with:
# Version of PNPM to install
version: 8.9.0
version: 9.15.2
# Where to store PNPM files
# dest: # optional, default is ~/setup-pnpm
# If specified, run `pnpm install`
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"fs-extra": "^8.1.0",
"glob": "^8.0.0",
"json-ptr": "^3.0.0",
"jsonpath-plus": "^4.0.0",
"jsonpath-plus": "10.2.0",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
"mem": "^6.0.1",
Expand Down
Loading

0 comments on commit 64dc6bc

Please sign in to comment.