Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: merge in latest changes from master (#1244)
* feat(simint): add sort property to filter queries (#1134) * fix: add sort properties to filter queries * fix: fix typo * chore(release): publish new package versions [skip ci] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] * test(beta): skip flaky alerts api test temporarily (#1133) * test(alerts): skip flaky test temporarily * chore(package): update yarn * fix(units): correct external id type (#1137) * chore(release): publish new package versions [skip ci] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] * fix: dummy release to override a bad one (#1139) * fix: release to override a bad release * chore: skip validateDocLinks due to a bad release * chore(release): publish new package versions [skip ci] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] * chore: re-enable temporary disabled ci check (#1143) * chore: re-enable temporary disabled ci check * chore: update yarn.lock * test: fix test for pagination cursor (#1138) * fix: create 50 alerts for cursor pagination test * linting * use nextCursor * remove comment * linting * use int for limit * add client and cogniterrors in test file * linting * remove unnecessary expectation * feat(simint): add and remove properties from simulators API (#1147) * fix: remove deprecated labels properties * feat: add active property to integrations * fix: remove deprecated lastUpdatedTime property * fix: add missing versionNumber property * fix: make filter optional * chore(release): publish new package versions [skip ci] - @cognite/[email protected] * chore: make JS SDK maintainers default codeowners (#1160) * feat(files): move multipart functionality to stable [BND3D-4545] (#1132) * feat(files): copy multipart functionality to stable * feat(files): add tests * fix(files): yarn * fix(files): skip integration tests * fix(files): tests * fix(files): remove multipart code from beta * fix(files): remove not needd types from beta * fix(files): add missing packages * fix(files): refactor * fix(tests): some alertsAPi tests are failing * fix(datamodel): tests * fix(files): reformat with biome * fix(files): tests * fix(files): more reformating * fix(files): more formating * fix(files): reformating * fix(files): reformat * fix(files): tests * fix(files): remove unnecessary file * fix(files): run yarn * fix(files): set correct mockable client * fix(files): add missing type * fix(files): reformat * fix(files): add from correct folder * fix(files): bring back beta functionality for multipart upload * fix(files): remove beta code * fix(files): fix docs * Update packages/stable/src/api/files/filesApi.ts Co-authored-by: Fredrik Anfinsen <[email protected]> * fix(files): pr amends * fix(files): tests * fix(files): tests * fix(files): final PR amends * fix(files): fix error message --------- Co-authored-by: Fredrik Anfinsen <[email protected]> * chore(release): publish new package versions [skip ci] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] * fix(files): arrange-imports for multipart session (#1171) * fix(files): arrange-imports for multipart session * fix: enable biome locally again * fix(files): yarn * chore(release): publish new package versions [skip ci] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] * feat(alpha): multiple updates for simint APIs (#1174) - removed labels - support for `includeAllFields` on routine revision list endpoint. - removed redundant async as we lose the original type due to it (e.g. CursorAndAsyncIterator in some cases) * chore(release): publish new package versions [skip ci] - @cognite/[email protected] * feat: use enum for connector status (#1175) * chore(release): publish new package versions [skip ci] - @cognite/[email protected] * chore: remove AirViz and DEG from code owners (#1176) * Update CODEOWNERS * chore: change alpha/beta codeowners --------- Co-authored-by: Ivan Polomani <[email protected]> * feat(stable): add support for sessions API (#1177) * chore(release): publish new package versions [skip ci] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] * feat: add aggregate to modelsApi (#1179) * feat: add aggregate to modelsApi * refactor: some names and casing * fix: model aggregate types * fix: make aggregate query required * test: fix test * chore: update yarn.lock * fix: lint issues * chore(release): publish new package versions [skip ci] - @cognite/[email protected] * fix: use correct type for aggregate query (#1180) * chore(release): publish new package versions [skip ci] - @cognite/[email protected] * chore(deps): update dependency happy-dom to v15 [security] (#1169) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(simint): add simulation run example (#1188) * chore(release): publish new package versions [skip ci] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] - @cognite/[email protected] * chore: simplify and fix renovate config (#1193) renovate was broken for a while and now we have numerous CVEs on the repo * chore(deps): update dependency @rollup/plugin-alias to v4.0.4 (#1194) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/node to v12.20.55 (#1195) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/es6-promise to v3.3.2 (#1196) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency immer to v9.0.21 (#1197) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency jsonwebtoken to v9.0.2 (#1198) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): bump cross-spawn from 6.0.5 to 6.0.6 (#1173) Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 6.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v6.0.5...v6.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Polomani <[email protected]> * fix(deps): update dependency @types/geojson to v7946.0.15 (#1199) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#1167) Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com> * chore(deps-dev): bump rollup from 2.22.2 to 2.79.2 (#1162) Bumps [rollup](https://github.com/rollup/rollup) from 2.22.2 to 2.79.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.22.2...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(deps): update react monorepo (#1200) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#1096) Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md) - [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4) --- updated-dependencies: - dependency-name: webpack-dev-middleware dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump axios from 1.3.2 to 1.7.4 (#1140) Bumps [axios](https://github.com/axios/axios) from 1.3.2 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.3.2...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com> * chore(deps): bump braces from 3.0.2 to 3.0.3 (#1142) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump semver from 5.6.0 to 5.7.2 (#1014) Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.6.0...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump vite from 5.4.1 to 5.4.14 (#1204) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.1 to 5.4.14. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): update dependency axios to v1.7.9 (#1205) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update commitlint monorepo to v17.8.1 (#1201) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): bump express from 4.18.2 to 4.21.2 (#1209) Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.21.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.18.2...4.21.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com> * chore(deps): bump micromatch from 4.0.2 to 4.0.8 (#1141) Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.2 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.2...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com> * chore(deps): update dependency @biomejs/biome to v1.9.4 (#1202) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): bump webpack from 5.78.0 to 5.97.1 (#1207) Bumps [webpack](https://github.com/webpack/webpack) from 5.78.0 to 5.97.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.78.0...v5.97.1) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump nanoid from 3.3.4 to 3.3.8 (#1178) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.4 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.4...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com> * chore(deps): update dependency @rollup/plugin-json to v6.1.0 (#1203) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency es-check to v7.2.1 (#1214) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): bump tar from 6.1.13 to 6.2.1 (#1090) Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.1.13...v6.2.1) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com> * chore(deps): bump follow-redirects from 1.15.2 to 1.15.9 (#1213) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com> * chore(deps): bump tough-cookie from 4.0.0 to 4.1.4 (#1212) Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.4. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v4.0.0...v4.1.4) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com> * chore(deps): update dependency eta to v2.2.0 (#1215) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com> * chore(deps): update dependency @rollup/plugin-typescript to v11.1.6 (#1206) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ivan Polomani <[email protected]> * fix(deps): numerous dependency updates * chore(deps): update dependency browserslist to v4.24.4 (#1211) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(core): security patch (#1219) releasing updates to a number of deps * chore(deps): update dependency husky to v3.1.0 (#1216) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency lerna to v6.6.2 (#1217) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency nock to v13.5.6 (#1221) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency node-fetch to v2.7.0 (#1222) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency openapi-types to v11.1.0 (#1223) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency qs to v6.14.0 (#1224) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency shell-quote to v1.8.2 (#1225) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency ts-node to v10.9.2 (#1226) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update vitest monorepo to v2.1.8 (#1229) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update yarn to v4.6.0 (#1230) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update azure-ad-microsoft-authentication-library-for-js monorepo (#1231) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency cross-fetch to v3.2.0 (#1232) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency open to v8.4.2 (#1233) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency react-router-dom to v6.28.2 (#1236) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Brian Kuzma <[email protected]> Co-authored-by: Cognite CICD <[email protected]> Co-authored-by: Saagar Takhi <[email protected]> Co-authored-by: Ivan Polomani <[email protected]> Co-authored-by: Vebjørn Gilberg <[email protected]> Co-authored-by: Gokhan Karasoglu <[email protected]> Co-authored-by: Lucas Provensi <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com>
- Loading branch information