Skip to content

Commit

Permalink
ci(renovate): use bump range strategy instead of followTag for @ArcGIS
Browse files Browse the repository at this point in the history
 prereleases (#11190)

**Related Issue:** N/A

## Summary

Using `bump` [range
strategy](https://docs.renovatebot.com/configuration-options/#rangestrategy)
along with minor `@arcgis` instead of
[`followTag`](https://docs.renovatebot.com/configuration-options/#followtag),
as the latter follows versions strictly and thus minor versions were no
longer allowed.

cc @maxpatiiuk
  • Loading branch information
jcfranco authored Jan 2, 2025
1 parent 904623b commit 02ea880
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"groupName": "ArcGIS",
"matchPackageNames": ["@arcgis/**"],
"followTag": "next"
"rangeStrategy": "bump"
},
{
"groupName": "ESLint",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"util:sync-linked-package-versions": "tsx support/syncLinkedPackageVersions.ts"
},
"devDependencies": {
"@arcgis/lumina-compiler": "4.32.0-next.68",
"@arcgis/lumina-compiler": "^4.32.0-next.68",
"@cspell/eslint-plugin": "8.17.1",
"@eslint/compat": "1.2.4",
"@eslint/eslintrc": "3.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/calcite-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"util:test-types": "! grep -rnw 'dist/types' -e '<reference types='"
},
"dependencies": {
"@arcgis/components-controllers": "4.32.0-next.68",
"@arcgis/components-utils": "4.32.0-next.68",
"@arcgis/lumina": "4.32.0-next.68",
"@esri/calcite-ui-icons": "4.0.0-next.5",
"@arcgis/components-controllers": "^4.32.0-next.68",
"@arcgis/components-utils": "^4.32.0-next.68",
"@arcgis/lumina": "^4.32.0-next.68",
"@esri/calcite-ui-icons": "^4.0.0-next.5",
"@floating-ui/dom": "^1.6.12",
"@floating-ui/utils": "^0.2.8",
"@types/color": "^4.2.0",
Expand Down

0 comments on commit 02ea880

Please sign in to comment.