Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 #1167

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2024

Bumps http-proxy-middleware from 2.0.6 to 2.0.7.

Release notes

Sourced from http-proxy-middleware's releases.

v2.0.7

Full Changelog: chimurai/http-proxy-middleware@v2.0.6...v2.0.7

v2.0.7-beta.1

Full Changelog: chimurai/http-proxy-middleware@v2.0.7-beta.0...v2.0.7-beta.1

v2.0.7-beta.0

Full Changelog: chimurai/http-proxy-middleware@v2.0.6...v2.0.7-beta.0

Changelog

Sourced from http-proxy-middleware's changelog.

v2.0.7

  • ci(github actions): add publish.yml
  • fix(filter): handle errors
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner October 25, 2024 13:15
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/http-proxy-middleware-2.0.7 branch from 4d70250 to 60c3d67 Compare November 7, 2024 15:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/http-proxy-middleware-2.0.7 branch from 60c3d67 to fb84e68 Compare November 21, 2024 09:14
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]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/http-proxy-middleware-2.0.7 branch from fb84e68 to bfe9abe Compare November 21, 2024 09:16
@polomani
Copy link
Collaborator

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 31, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@cognite-bulldozer cognite-bulldozer bot merged commit d782986 into master Jan 31, 2025
11 checks passed
@cognite-bulldozer cognite-bulldozer bot deleted the dependabot/npm_and_yarn/http-proxy-middleware-2.0.7 branch January 31, 2025 08:35
BugGambit added a commit that referenced this pull request Feb 3, 2025
* 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>
BugGambit added a commit that referenced this pull request Feb 3, 2025
* chore: upgrade to typescript 5 (#1135)

* chore: upgrade to typescript 5

BREAKING CHANGE: es6 module (vs es5) and typescript 3 -> 5

* chore: release pre-release from the release-v10 branch

* test: skip flaky alerts test

* chore: trigger [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: use a separate npm publish tag than 'latest' (#1144)

* refactor(api-key): remove unsupported api-key feature (#1148)

* refactor(auth): remove legacy auth & ADFS support (#1150)

* refactor(service-account): remove unsupported service account feature (#1151)

* refactor(projects): remove deprecated API endpoints (#1152)

* refactor(core): clean up Client constructor and deprecate getToken (#1153)

* fix: make unreliable AssetMapping fields optional (#1029)

* fix: make fields with unreliable existence optional

* test: update test

---------

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]
 - @cognite/[email protected]

* docs: clean up samples folder (#1154)

* docs: add typedocs to core classes and improve contribution guide (#1156)

* refactor(core): update autogenerated types (#1164)

Note: Manually override annotation types that due to being autogenerated from paths got the "cogmono" prefix.

We should address this in the future.

* fix: add instance id support to timeseries API (#1165)

fix: add instance id support to timeseries API

* Add support to query for timeseries by instance ID on relevant endpoints
* Add instance ID to response type for timeseries and timeseries datapoints
* Add instance ID to core SDK type

* fix: add instance id support to files API (#1166)

fix: add instance id support to files API

* Add support to query for files by instance ID on relevant methods
* Add instance ID to response type for files methods
* Simplify update types for timeseries update

* chore: bump RC version due to npm version conflict (#1172)

* chore: trigger [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(lerna): aggressive patch bump (#1163)

* fix(lerna): aggressive patch bump

* fix(lerna): aggressive patch bump keeping constant version

* fix(lerna): aggressive patch bump keeping constant version

* fix(lerna): unpredictable master branch versioning

* chore(fix): switch to patch from conventional commit

* chore(doc): update the docs

* chore(contribution.md): fix documentation

* fix(release): add custom script to remove rc tag

* fix(scripts): lint errors

* fix(scripts): lint errors

* fix(scripts): lint errors

* fix(scripts): lint errors

* fix(scripts): lint errors

* feat(release): add rc tag removal script run

* fix(versioning): modify rc tag removing script and release.yaml

* fix(linting): modify rc tag removing script

* fix(contributing): add the mistakenly removed doc

* fix(contributing): add the mistakenly removed doc

* fix: revert to using Capital A in AUTHORIZATION_HEADER (#1183)

* use capital A for AUTHORIZATION_HEADER

* fix: use .toLowerCase() to match Authorization header with nock output

* chore: lint

* chore: lint

* 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]

* chore: publish auth header change [release] (#1184)

* use capital A for AUTHORIZATION_HEADER

* fix: use .toLowerCase() to match Authorization header with nock output

* chore: lint

* chore: lint

* fix: typo

---------

Co-authored-by: Elias Bjørne <[email protected]>

* feat(stable): add 3d asset mappings with core dm support in API (#1189)

* feat: add core dm asset Id mapping to 3d support in type definitions

* chore: update comment

* chore: lint

* Update comments

Co-authored-by: Håkon Flatval <[email protected]>

---------

Co-authored-by: Håkon Flatval <[email protected]>

* fix(vite): adding common js as fallback [release] (#1187)

* fix(vite): adding common js as fallback

* fix(lint): eslint error

* revert(package): remove old config

* fix(vite): code

* fix(core): package.json update

* chore(vite): cleanup

* fix(core): update vite

* fix(vite): adapt types config

* fix(vite): update types config

---------

Co-authored-by: Notredame Wim EXT <[email protected]>

* fix: bump rc version due to jfrog conflict [release] (#1190)

* fix: bump version due to git tag conflict [release] (#1191)

* chore(release): publish new package versions [skip ci]

 - @cognite/[email protected]
 - @cognite/[email protected]
 - @cognite/[email protected]
 - @cognite/[email protected]
 - @cognite/[email protected]

* fix(package): adding core export [release] (#1192)

* fix(package): adding core export

* fix(test): hacky way to fix tests

* fix(eslint): format lines

---------

Co-authored-by: Notredame Wim EXT <[email protected]>

* chore(release): publish new package versions [skip ci]

 - @cognite/[email protected]
 - @cognite/[email protected]
 - @cognite/[email protected]
 - @cognite/[email protected]
 - @cognite/[email protected]

* feat: export more types (#1208)

* chore(release): publish new package versions [skip ci]

 - @cognite/[email protected]
 - @cognite/[email protected]
 - @cognite/[email protected]
 - @cognite/[email protected]

* refactor(playground): remove unused/broken package [release] (#1218)

* refactor(playground): remove unused/broken package

* chore: fix broken codeowners file

* chore(release): publish new package versions [skip ci]

 - @cognite/[email protected]
 - @cognite/[email protected]
 - @cognite/[email protected]
 - @cognite/[email protected]

* docs(auth): improve outdates authentication guide (#1235)

* docs: migration guide from 9.x.x to 10.x.x (#1234)

* 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>

* Merge pull request #1248 from cognitedata/f1/fix_annotation_types

feat(annotations): shorter annotation types

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Cognite CICD <[email protected]>
Co-authored-by: Håkon Flatval <[email protected]>
Co-authored-by: Christian Barth Roligheten <[email protected]>
Co-authored-by: Christian Barth Roligheten <[email protected]>
Co-authored-by: SudilHasithaCognite <[email protected]>
Co-authored-by: Elias Bjørne <[email protected]>
Co-authored-by: Daniel Priori <[email protected]>
Co-authored-by: Wim Notredame <[email protected]>
Co-authored-by: Notredame Wim EXT <[email protected]>
Co-authored-by: Brian Kuzma <[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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge auto-update dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant