Skip to content

Commit

Permalink
Merge branch 'main' into renovate/angular-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan authored Nov 2, 2023
2 parents 4510c24 + 87c8acc commit f504ca6
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 72 deletions.
11 changes: 8 additions & 3 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "npm:unpublishSafe", "workarounds:typesNodeVersioning"],
"extends": [
"config:base",
"npm:unpublishSafe",
"workarounds:typesNodeVersioning",
":pinAllExceptPeerDependencies",
":widenPeerDependencies"
],
"platformCommit": true,
"rangeStrategy": "pin",
"enabledManagers": ["npm"],
"timezone": "America/Los_Angeles",
"schedule": ["before 5am on tuesday and thursday"],
"schedule": ["before 5am on every weekday"],
"labels": ["dependencies"],
"ignoreDeps": [
"@types/jest",
Expand Down
168 changes: 105 additions & 63 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"@storybook/storybook-deployer": "2.8.16",
"@storybook/testing-library": "0.2.2",
"@tokens-studio/sd-transforms": "0.8.2",
"@types/dedent": "0.7.0",
"@types/dedent": "0.7.1",
"@types/eslint": "8.40.2",
"@types/estree": "1.0.2",
"@types/estree": "1.0.3",
"@types/jest-axe": "3.5.6",
"@types/jest": "27.0.3",
"@types/lodash-es": "4.17.9",
"@types/lodash-es": "4.17.10",
"@types/node": "^18.0.0",
"@types/react-dom": "^16.0.9",
"@types/react": "^16.7.6",
"@types/semver": "7.5.3",
"@types/shell-quote": "1.7.2",
"@types/semver": "7.5.4",
"@types/shell-quote": "1.7.3",
"@types/sortablejs": "1.15.3",
"@types/yargs": "17.0.24",
"@typescript-eslint/eslint-plugin": "5.60.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/calcite-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@esri/calcite-ui-icons": "3.24.9",
"@esri/eslint-plugin-calcite-components": "^0.2.3-next.4",
"@stencil-community/eslint-plugin": "0.5.0",
"@stencil/angular-output-target": "0.8.2",
"@stencil/angular-output-target": "0.8.3",
"@stencil/postcss": "2.1.0",
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.5",
Expand Down

0 comments on commit f504ca6

Please sign in to comment.