Skip to content

Commit

Permalink
Update jsonpath-plus (#5036)
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton authored Dec 9, 2024
1 parent ea91a68 commit 4a7d8e3
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 10 deletions.
10 changes: 10 additions & 0 deletions common/changes/@microsoft/rush/main_2024-12-09-19-39.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/rush",
"comment": "Bump `jsonpath-plus` to `~10.2.0`.",
"type": "none"
}
],
"packageName": "@microsoft/rush"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/heft-config-file",
"comment": "Bump `jsonpath-plus` to `~10.2.0`.",
"type": "patch"
}
],
"packageName": "@rushstack/heft-config-file"
}
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"policyName": "rush",
"definitionName": "lockStepVersion",
"version": "5.144.0",
"nextBump": "minor",
"nextBump": "patch",
"mainProject": "@microsoft/rush"
}
]
6 changes: 3 additions & 3 deletions common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions common/config/subspaces/build-tests-subspace/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "48a2b5871414899c79b9a7bb240a9a3f567c13be",
"pnpmShrinkwrapHash": "be8fa6aee16239aa65766063b1b600566fe13d2b",
"preferredVersionsHash": "ce857ea0536b894ec8f346aaea08cfd85a5af648",
"packageJsonInjectedDependenciesHash": "342b446dfdfe891b4ca092fed7987732d713d46f"
"packageJsonInjectedDependenciesHash": "3e941f94bf991fc5ad180bc33d43dec969990e74"
}
41 changes: 39 additions & 2 deletions common/config/subspaces/default/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/subspaces/default/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "59613958f86014f134a6d5a953beff9f7caec642",
"pnpmShrinkwrapHash": "0569e7344e7e09bda157ffb3fa0c5add3c916029",
"preferredVersionsHash": "ce857ea0536b894ec8f346aaea08cfd85a5af648"
}
2 changes: 1 addition & 1 deletion libraries/heft-config-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@rushstack/node-core-library": "workspace:*",
"@rushstack/rig-package": "workspace:*",
"@rushstack/terminal": "workspace:*",
"jsonpath-plus": "~10.1.0"
"jsonpath-plus": "~10.2.0"
},
"devDependencies": {
"local-eslint-config": "workspace:*",
Expand Down

0 comments on commit 4a7d8e3

Please sign in to comment.