Skip to content

Commit

Permalink
feat(boxai-sidebar): Bump box-ai-content-answers (#3856)
Browse files Browse the repository at this point in the history
* feat(boxai-sidebar): Bump box-ai-content-answers

* feat(boxai-sidebar): Bump box-ai-content-answers

* feat(boxai-sidebar): Jest fix

* feat(boxai-sidebar): Version fix

---------

Co-authored-by: Danila Rubleuski <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 23, 2025
1 parent e0d3568 commit fbe87d4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
7 changes: 6 additions & 1 deletion i18n.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
module.exports = {
// packages to bundle into translation files
translationDependencies: ['@box/box-ai-agent-selector', '@box/box-ai-content-answers', '@box/metadata-editor'],
translationDependencies: [
'@box/box-ai-agent-selector',
'@box/box-ai-content-answers',
'@box/item-icon',
'@box/metadata-editor',
],
};
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,10 @@
"@box/blueprint-web": "^7.36.3",
"@box/blueprint-web-assets": "^4.28.0",
"@box/box-ai-agent-selector": "^0.15.8",
"@box/box-ai-content-answers": "^0.75.1",
"@box/box-ai-content-answers": "^0.79.3",
"@box/cldr-data": "^34.2.0",
"@box/frontend": "^10.0.0",
"@box/item-icon": "^0.9.58",
"@box/languages": "^1.0.0",
"@box/metadata-editor": "^0.79.1",
"@box/react-virtualized": "9.22.3-rc-box.9",
Expand Down Expand Up @@ -306,8 +307,9 @@
"@box/blueprint-web": "^7.36.3",
"@box/blueprint-web-assets": "^4.28.0",
"@box/box-ai-agent-selector": "^0.15.8",
"@box/box-ai-content-answers": "^0.73.1",
"@box/box-ai-content-answers": "^0.79.3",
"@box/cldr-data": ">=34.2.0",
"@box/item-icon": "^0.9.58",
"@box/metadata-editor": "^0.79.1",
"@box/react-virtualized": "9.22.3-rc-box.9",
"@hapi/address": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion scripts/jest/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ module.exports = {
testMatch: ['**/__tests__/**/*.test.+(js|jsx|ts|tsx)'],
testPathIgnorePatterns: ['stories.test.js$', 'stories.test.tsx$', 'stories.test.d.ts'],
transformIgnorePatterns: [
'node_modules/(?!(@box/react-virtualized/dist/es|@box/cldr-data|@box/blueprint-web|@box/blueprint-web-assets|@box/metadata-editor|@box/box-ai-content-answers|@box/box-ai-agent-selector)/)',
'node_modules/(?!(@box/react-virtualized/dist/es|@box/cldr-data|@box/blueprint-web|@box/blueprint-web-assets|@box/metadata-editor|@box/box-ai-content-answers|@box/box-ai-agent-selector|@box/item-icon)/)',
],
};
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1494,10 +1494,10 @@
resolved "https://registry.yarnpkg.com/@box/box-ai-agent-selector/-/box-ai-agent-selector-0.15.8.tgz#30484b819f2c57da7a5e461f7d66a8c9fdbcfd18"
integrity sha512-bFwrE82P7ePxKQ/x5H4Q77gdGYkFhNn7ejOi7IfEKU8ekbJd8cVI5d/T/luxsrG74bEG0sLDswFzMGYbI8H5lg==

"@box/box-ai-content-answers@^0.75.1":
version "0.75.1"
resolved "https://registry.yarnpkg.com/@box/box-ai-content-answers/-/box-ai-content-answers-0.75.1.tgz#8235b12c02f8c703f36155e3e0bedf598b6d173a"
integrity sha512-hN3zbWJydDXE/khSvGsy5qLeSk00uXbVRscEaiKW/w8UIT2/rRcGRbi1198R1bOz5C/jqrOYvyc8LB+R4NYQcQ==
"@box/box-ai-content-answers@^0.79.3":
version "0.79.4"
resolved "https://registry.yarnpkg.com/@box/box-ai-content-answers/-/box-ai-content-answers-0.79.4.tgz#53f6d6af89eb5167a87101440cf053510593287f"
integrity sha512-4hAvEOisVJsvO380C9WahoCmqe3UVpsMzPxJmpdgtXgm/2k9fsCg2yQLPFDNeIJSP2pSEjLpPfQbKl4jVzb7Tw==

"@box/cldr-data@^34.2.0":
version "34.8.0"
Expand All @@ -1513,6 +1513,11 @@
rimraf "^3.0.0"
semver "^7.4.0"

"@box/item-icon@^0.9.58":
version "0.9.59"
resolved "https://registry.yarnpkg.com/@box/item-icon/-/item-icon-0.9.59.tgz#090590dd88d08aec29e0710dfc8630476bff8a82"
integrity sha512-mLTIdg9uUkEFNTgXNrugK8iRsV5wf8ptMaSPbezzDNKxVAo4mcK9jr5FV3eu368OjMqa3mBbBNY7qIad5HX8uQ==

"@box/languages@^1.0.0":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@box/languages/-/languages-1.1.2.tgz#cd4266b3da62da18560d881e10b429653186be29"
Expand Down

0 comments on commit fbe87d4

Please sign in to comment.