Skip to content

Commit

Permalink
Merge branch 'master' into fix/capi-1523-restore-from-url
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuffynism authored Nov 4, 2024
2 parents 71a5a96 + 573b7f3 commit 7abedfc
Show file tree
Hide file tree
Showing 18 changed files with 64 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
22.11.0
92 changes: 47 additions & 45 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
]
},
"engines": {
"node": "^20.9.0",
"node": "^20.9.0 || ^22.11.0",
"npm": ">=8.6.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"typescript": "5.4.5"
},
"engines": {
"node": "^20.9.0"
"node": "^20.9.0 || ^22.11.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"tslib": "2.6.3"
},
"engines": {
"node": "^20.9.0"
"node": "^20.9.0 || ^22.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/atomic-hosted-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@types/node": "20.14.12"
},
"engines": {
"node": "^20.9.0"
"node": "^20.9.0 || ^22.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-dom": ">=18.0.0"
},
"engines": {
"node": "^20.9.0"
"node": "^20.9.0 || ^22.11.0"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": "^20.9.0"
"node": "^20.9.0 || ^22.11.0"
}
}
1 change: 1 addition & 0 deletions packages/atomic/src/components/common/tabs/tab-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export class TabBar {
style="text-transparent"
class="truncate rounded px-4 py-2 font-semibold"
ariaLabel={tab.label}
title={tab.label}
onClick={() => {
tab.select();
this.tabPopover?.togglePopover();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export class AtomicInsightTab
part="tab"
class={buttonClasses.join(' ')}
ariaLabel={this.bindings.i18n.t('tab-search', {label: this.label})}
title={this.label}
ariaPressed={`${this.tabState.isActive}`}
onClick={() => this.tab.select()}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export class AtomicIPXTab implements InitializableComponent {
part="tab"
class={buttonClasses.join(' ')}
ariaLabel={this.bindings.i18n.t('tab-search', {label: this.label})}
title={this.label}
ariaPressed={`${this.tabState.isActive}`}
onClick={() => this.tab.select()}
>
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ts-jest": "29.2.3"
},
"engines": {
"node": "^20.9.0"
"node": "^20.9.0 || ^22.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/bueno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"ts-jest": "29.2.3"
},
"engines": {
"node": "^20.9.0"
"node": "^20.9.0 || ^22.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"react-dom": "^18"
},
"engines": {
"node": "^20.9.0"
"node": "^20.9.0 || ^22.11.0"
}
}
4 changes: 2 additions & 2 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"@microsoft/fetch-event-source": "2.0.1",
"@reduxjs/toolkit": "2.2.7",
"abortcontroller-polyfill": "1.7.5",
"coveo.analytics": "2.30.39",
"coveo.analytics": "2.30.42",
"dayjs": "1.11.12",
"exponential-backoff": "3.1.0",
"fast-equals": "5.0.1",
Expand All @@ -186,6 +186,6 @@
"typedoc": "0.26.10"
},
"engines": {
"node": "^20.9.0"
"node": "^20.9.0 || ^22.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/quantic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"marked": "12.0.2"
},
"engines": {
"node": "^20.9.0"
"node": "^20.9.0 || ^22.11.0"
},
"devDependencies": {
"@ckeditor/jsdoc-plugins": "39.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"type": "module",
"engines": {
"node": "^20.9.0"
"node": "^20.9.0 || ^22.11.0"
},
"dependencies": {
"@coveo/auth": "2.0.1",
Expand Down
31 changes: 0 additions & 31 deletions patches/coveo.analytics+2.30.38.patch

This file was deleted.

0 comments on commit 7abedfc

Please sign in to comment.