Skip to content

Commit

Permalink
chore: downgrade octokit graphql deps (#3718)
Browse files Browse the repository at this point in the history
Octokit GraphQL pkgs moved to ESM,
packages/quantic/scripts/build/create-package.ts is not ESM compatible
https://coveord.atlassian.net/browse/SFINT-5447
  • Loading branch information
louis-bompart authored Mar 14, 2024
1 parent abb5dfa commit 58472c6
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 74 deletions.
98 changes: 26 additions & 72 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/quantic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@coveo/release": "1.0.0",
"@lwc/compiler": "5.3.0",
"@lwc/eslint-plugin-lwc": "1.7.2",
"@octokit/graphql": "8.0.1",
"@octokit/graphql-schema": "15.2.0",
"@octokit/graphql": "7.0.2",
"@octokit/graphql-schema": "14.58.0",
"@salesforce/eslint-config-lwc": "3.5.3",
"@salesforce/eslint-plugin-lightning": "1.0.0",
"@salesforce/sfdx-lwc-jest": "4.0.1",
Expand Down
16 changes: 16 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,22 @@
"allowedVersions": "3.x",
"description": "sfdx-lwc-jest uses a not GA version of Salesforce API (60)"
},
{
"matchFileNames": ["packages/quantic/package.json"],
"matchPackagePatterns": ["^@otokit/graphql$"],
"groupSlug": "quantic-octokit-graphql",
"rangeStrategy": "replace",
"allowedVersions": "7.x",
"description": "8+ is ESM SFINT-5436"
},
{
"matchFileNames": ["packages/quantic/package.json"],
"matchPackagePatterns": ["^@otokit/graphql-schema$"],
"groupSlug": "quantic-octokit-graphql-schema",
"rangeStrategy": "replace",
"allowedVersions": "14.x",
"description": "15+ is ESM SFINT-5436"
},
{
"matchPackagePatterns": ["^actions/upload-artifact$"],
"groupSlug": "actions-upload-artifact",
Expand Down

0 comments on commit 58472c6

Please sign in to comment.