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 the frontend-dependencies group across 1 directory with 38 updates #1894

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the frontend-dependencies group with 38 updates in the / directory:

Package From To
@grafana/faro-web-sdk 1.10.2 1.12.0
@grafana/faro-web-tracing 1.10.2 1.12.0
@nx/angular 16.5.3 16.10.0
@sentry/angular-ivy 7.119.1 7.120.0
@sentry/cli 2.36.6 2.38.2
ckeditor5-custom-build v2.0.0 v2.0.1
core-js 3.38.1 3.39.0
openseadragon 4.1.0 4.1.1
tslib 2.7.0 2.8.1
uuid 9.0.0 9.0.1
zone.js 0.13.3 0.15.0
@angular-eslint/eslint-plugin 17.2.1 17.5.3
@angular-eslint/eslint-plugin-template 16.0.2 16.3.1
@angular-eslint/template-parser 16.0.2 16.3.1
@angular/cli 16.1.4 16.2.16
@nrwl/eslint-plugin-nx 16.5.3 16.10.0
@nx/jest 16.5.3 16.10.0
@nx/js 16.5.3 16.10.0
@nx/linter 16.5.3 16.10.0
@nx/workspace 16.5.3 16.10.0
@openapitools/openapi-generator-cli 2.13.13 2.15.3
@types/jasmine 4.3.6 4.6.4
@types/jest 29.5.13 29.5.14
@types/node 20.16.10 20.17.6
cypress 13.15.0 13.15.2
jest-preset-angular 13.1.1 13.1.6
karma-chrome-launcher 3.1.1 3.2.0
ng-mocks 14.11.0 14.13.1
ng-packagr 16.1.0 16.2.3
nx 16.5.3 16.10.0
postcss 8.4.47 8.4.49
postcss-preset-env 8.3.3 8.5.1
ts-jest 29.1.0 29.2.5
typescript 5.1.6 5.6.3
@nx/nx-darwin-arm64 16.5.3 16.10.0
@nx/nx-darwin-x64 16.5.3 16.10.0
@nx/nx-linux-x64-gnu 16.5.3 16.10.0
@nx/nx-win32-x64-msvc 16.5.3 16.10.0

Updates @grafana/faro-web-sdk from 1.10.2 to 1.12.0

Changelog

Sourced from @​grafana/faro-web-sdk's changelog.

1.12.0

  • Fix (@grafana/faro-web-sdk): Guard user session stringifier against circular object references (#715)

  • Fix (@grafana/faro-web-sdk): Prevents circular references in objects sent via console.error messages (#730)

  • Refactor (@grafana/faro-web-sdk): Provide config option to send log messages for console.error calls (#731)

  • Feat (@grafana/faro-web-sdk): Provide a getIgnoreUrls() function to easily retrieve the configured ignoreUrls (#732)

1.11.0

  • Improvement (@grafana/faro-web-sdk): The console instrumentation now sends an Error signal instead of a Log signal for console.error() calls (#703).
  • Improvement (@grafana/faro-web-sdk): The resource timings instrumentation now includes ttfb (Time to First Byte) and visibilityState in faro.performance.resource timings (#708).
  • Deps (@grafana/faro-*): Minor dependency updates.
Commits
  • f8209d5 v1.12.0
  • f70c473 refactor(ConsoleInstrumentation): Provide config option to send log messages ...
  • fb09bfc fix(console instrumentation): handle circular object references in json parse...
  • bd41a14 feat: provide getIgnoreUrls function (#732)
  • 1e796c4 improvement(storeUserSession) guard object stringifier against circular refer...
  • b82e827 v1.11.0
  • 20eb39d Update-faro-resource-timings (#708)
  • a43406f Console instrumentation: send a Faro error for console.error logs (#703)
  • See full diff in compare view

Updates @grafana/faro-web-tracing from 1.10.2 to 1.12.0

Changelog

Sourced from @​grafana/faro-web-tracing's changelog.

1.12.0

  • Fix (@grafana/faro-web-sdk): Guard user session stringifier against circular object references (#715)

  • Fix (@grafana/faro-web-sdk): Prevents circular references in objects sent via console.error messages (#730)

  • Refactor (@grafana/faro-web-sdk): Provide config option to send log messages for console.error calls (#731)

  • Feat (@grafana/faro-web-sdk): Provide a getIgnoreUrls() function to easily retrieve the configured ignoreUrls (#732)

1.11.0

  • Improvement (@grafana/faro-web-sdk): The console instrumentation now sends an Error signal instead of a Log signal for console.error() calls (#703).
  • Improvement (@grafana/faro-web-sdk): The resource timings instrumentation now includes ttfb (Time to First Byte) and visibilityState in faro.performance.resource timings (#708).
  • Deps (@grafana/faro-*): Minor dependency updates.
Commits

Updates @nx/angular from 16.5.3 to 16.10.0

Commits
  • a11e8f1 fix(web): disable tsnode service after loading config (#19387)
  • 19be500 feat(angular): support incremental TypeScript semantic diagnostics in ng-pack...
  • 23c7b50 fix(angular): do not set less math option in ng-packagr executors (#19402)
  • a9a551d feat(react): add remote to tspaths for typing (#19276)
  • 0468627 fix(angular): update tsconfig included and excluded files when generating a l...
  • 8d767ed fix(angular): remove leftover code causing duplicated route config when gener...
  • 5cc87bf fix(misc): properly add extra dependencies to packages (#19334)
  • 312351b fix(angular): throw an error when generating a component and the specified mo...
  • 1aef24b chore(angular): move parseTargetString to pass executor context (#19133)
  • f213976 feat(core): include non-project files on fileMap and filesToProcess (#19217)
  • Additional commits viewable in compare view

Updates @sentry/angular-ivy from 7.119.1 to 7.120.0

Release notes

Sourced from @​sentry/angular-ivy's releases.

7.120.0

  • feat(v7/browser): Add moduleMetadataIntegration lazy loading support (#13822)

Work in this release contributed by @​gilisho. Thank you for your contribution!

7.119.2

  • chore(nextjs/v7): Bump rollup to 2.79.2

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.96 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.9 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 76.15 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.53 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 35.78 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.67 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.71 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.73 KB
@​sentry/browser - Webpack (gzipped) 22.92 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 79.18 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.5 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 36.17 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.42 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 221.94 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 109.54 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 76.26 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 39.45 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 72.4 KB
@​sentry/react - Webpack (gzipped) 22.95 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 90.16 KB
@​sentry/nextjs Client - Webpack (gzipped) 54.28 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.34 KB
Changelog

Sourced from @​sentry/angular-ivy's changelog.

7.120.0

  • feat(v7/browser): Add moduleMetadataIntegration lazy loading support (#13822)

Work in this release contributed by @​gilisho. Thank you for your contribution!

7.119.2

  • chore(nextjs/v7): Bump rollup to 2.79.2
Commits

Updates @sentry/cli from 2.36.6 to 2.38.2

Release notes

Sourced from @​sentry/cli's releases.

2.38.2

Various fixes & improvements

2.38.1

Various fixes & improvements

2.38.0

Various fixes & improvements

2.37.0

All Xcode uploads are now executed in the foreground, which should allow for easier debugging of any problems that occur while uploading files during the build process, since errors will be logged directly within Xcode.

With this change, the --force-foreground flag is no longer needed, since we always upload in the foreground. The flag is now a deprecated no-op.

Changelog

Sourced from @​sentry/cli's changelog.

2.38.2

Various fixes & improvements

2.38.1

Various fixes & improvements

2.38.0

Various fixes & improvements

2.37.0

All Xcode uploads are now executed in the foreground, which should allow for easier debugging of any problems that occur while uploading files during the build process, since errors will be logged directly within Xcode.

With this change, the --force-foreground flag is no longer needed, since we always upload in the foreground. The flag is now a deprecated no-op.

Commits
  • 2a0c859 release: 2.38.2
  • ceca065 deps: Update symbolic to 12.12.0 (#2210)
  • 99c0991 Merge branch 'release/2.38.1'
  • 8f7e290 release: 2.38.1
  • 88a7a59 meta: Remove .vscode directory from version control (#2208)
  • 69fe89f build(windows): Statically link CRT on Windows (#2203)
  • 6d0729d ref: Update main to indicate it does not return
  • 0995781 ref: Indicate that commands::main does not return
  • d130855 Merge branch 'release/2.38.0'
  • 3cdbd0d release: 2.38.0
  • Additional commits viewable in compare view

Updates ckeditor5-custom-build from v2.0.0 to v2.0.1

Commits
  • d45ec07 Merge pull request #4 from dasch-swiss/footnotes-plugin
  • 8168a7f feat: version 2.0.1
  • 54e9ec1 feat: added FootNote plugin
  • 45df8bb Merge pull request #3 from dasch-swiss/wip/add-mentions-plugin
  • 99025f9 chore: add src folder
  • 178b347 chore(dep): adds mention plugin
  • See full diff in compare view

Updates core-js from 3.38.1 to 3.39.0

Changelog

Sourced from core-js's changelog.

3.39.0 - 2024.10.31

... (truncated)

Commits
  • fe6d2d6 v3.39.0
  • 751bbae add Iterator sequencing stage 2.7 proposal
  • 227a758 update some links, add some missed links
  • 4bdfd91 normalize key in Map.prototype.getOrInsertComputed
  • 2b189d3 validate WeakMap key before callbackfn call in `WeakMap.prototype.getOrIn...
  • e3e9f37 update Map upsert proposal to the new API
  • fa5b026 update transferable objects list instructuredClone implementation
  • fbc4e4f remove usage of @@species pattern from %TypedArray% and ArrayBuffer met...
  • ce0402d move extractors proposa to stage 2
  • 71d37cb move Promise.try to stable ES
  • Additional commits viewable in compare view

Updates openseadragon from 4.1.0 to 4.1.1

Release notes

Sourced from openseadragon's releases.

v4.1.1

This is just a small patch release to fix IIIF issues downstream.

Fixed: Strange behavior if IIIF sizes were not in ascending order (#2416 @​lutzhelm)

Changelog

Sourced from openseadragon's changelog.

4.1.1:

  • Fixed: Strange behavior if IIIF sizes were not in ascending order (#2416 @​lutzhelm)
Commits

Updates tslib from 2.7.0 to 2.8.1

Release notes

Sourced from tslib's releases.

v2.8.1

What's Changed

Full Changelog: microsoft/tslib@v2.8.0...v2.8.1

v2.8.0

What's Changed

Full Changelog: microsoft/tslib@v2.7.0...v2.8.0

Commits

Updates uuid from 9.0.0 to 9.0.1

Changelog

Sourced from uuid's changelog.

9.0.1 (2023-09-12)

build

  • Fix CI to work with Node.js 20.x
Commits

Updates zone.js from 0.13.3 to 0.15.0

Changelog

Sourced from zone.js's changelog.

0.15.0 (2024-08-15)

Bug Fixes

  • zone.js: Add support for addition jest functions. (#57280) (e1240c6), closes #57277
  • zone.js: Update the default behavior of fakeAsync to flush after the test (#57240) (70e8b40)

BREAKING CHANGES

  • zone.js: fakeAsync will now flush pending timers at the end of the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

0.14.10 (2024-08-05)

Features

  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#57137) (99d679d)

0.14.8 (2024-07-17)

Bug Fixes

0.14.7 (2024-06-06)

Bug Fixes

  • zone.js: do not mutate event listener options (may be readonly) (#55796) (85c1719), closes #54142
  • zone.js: store remove abort listener on the scheduled task (#56160) (4a3800a), closes #56148

0.14.6 (2024-05-16)

Bug Fixes

... (truncated)

Commits

Updates @angular-eslint/eslint-plugin from 17.2.1 to 17.5.3

Release notes

Sourced from @​angular-eslint/eslint-plugin's releases.

v17.5.2

17.5.2 (2024-05-28)

🩹 Fixes

  • update typescript-eslint packages to v7.11.0 (#1846)

v17.5.1

17.5.1 (2024-05-23)

🩹 Fixes

  • update dependency @​angular/compiler to v17.3.10 (#1835)

v17.5.0

17.5.0 (2024-05-22)

🚀 Features

  • eslint-plugin: [use-lifecycle-interface] add fixer for the rule (#1691)
  • eslint-plugin-template: [i18n] add allowMarkupInContent option (#1795)

🩹 Fixes

  • update dependency @​angular/compiler to v17.3.9 (#1821)
  • update typescript-eslint packages to v7.10.0 (#1822)
  • eslint-plugin: [no-input-rename] incorrectly triggers on input transforms (#1809)
  • eslint-plugin-template: [label-has-associated-control] check id's in the for attribute of a label for existence (#1761)

❤️ Thank You

v17.4.1

17.4.1 (2024-05-15)

🩹 Fixes

  • update dependency @​angular/compiler to v17.3.8 (#1797)
  • schematics: ignore nx cache (#1816)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​angular-eslint/eslint-plugin's changelog.

17.5.3 (2024-09-04)

🩹 Fixes

  • switch to using angular-devkit directly for schematics and builder

❤️ Thank You

  • James Henry

17.5.2 (2024-05-28)

🩹 Fixes

  • update typescript-eslint packages to v7.11.0

17.5.1 (2024-05-23)

🩹 Fixes

  • update dependency @​angular/compiler to v17.3.10

17.5.0 (2024-05-22)

🚀 Features

  • eslint-plugin: [use-lifecycle-interface] add fixer for the rule

🩹 Fixes

  • update dependency @​angular/compiler to v17.3.9

  • update typescript-eslint packages to v7.10.0

  • eslint-plugin: [no-input-rename] incorrectly triggers on input transforms

❤️ Thank You

  • Auke Bruinsma
  • Jonathan Kolberg
  • m-akinc
  • Mateusz

17.4.1 (2024-05-15)

🩹 Fixes

  • update dependency @​angular/compiler to v17.3.8

❤️ Thank You

... (truncated)

Commits
  • 16eadfb chore(release): publish 17.5.3
  • 05e8cf9 chore(release): publish 17.5.2
  • b2b0700 fix: update typescript-eslint packages to v7.11.0 (#1846)
  • 82b1b7c chore(release): publish 17.5.1
  • 4efe5e9 chore(release): publish 17.5.0
  • 977f0b9 chore(eslint-plugin): add missing import as part of auto-fix (#1829)
  • 3513d3d feat(eslint-plugin): [use-lifecycle-interface] add fixer for the rule (#1691)
  • 4de165d fix(eslint-plugin): [no-input-rename] incorrectly triggers on input transform...
  • 82e28c7 fix: update typescript-eslint packages to v7.10.0 (#1822)
  • 5b7f1f3 chore(release): publish 17.4.1
  • Additional commits viewable in compare view

Updates @angular-eslint/eslint-plugin-template from 16.0.2 to 16.3.1

Release notes

Sourced from @​angular-eslint/eslint-plugin-template's releases.

v16.3.1

16.3.1 (2023-11-08)

Note: Version bump only for package @​angular-eslint/angular-eslint

v16.3.0

16.3.0 (2023-11-08)

Bug Fixes

  • generate type declarations for published packages (#1586) (ba5740b)
  • update dependency @​angular/compiler to v16.2.12 (#1571) (1e0704f)
  • update dependency @​angular/compiler to v16.2.9 (#1535) (4532eec)
  • update dependency axobject-query to v4 (#1581) (0b6cd1a)
  • update dependency eslint to v8.50.0 (#1538) (edfb9f7)
  • update dependency eslint to v8.51.0 (#1556) (dca9e5f)
  • update to @​angular/cli v16.2.10 (#1593) (a49fc81)

Features

  • eslint-plugin-template: allow alias option in [use-track-by-function] (#1497) (354d394)

v16.2.0

16.2.0 (2023-09-17)

Bug Fixes

  • eslint-plugin-template: [prefer-self-closing-tags] improve code style of fixer result (#1520) (6a86f19)
  • eslint-plugin-template: fix fixer of inline templates (#1472) (470e12b)
  • eslint-plugin: [use-component-selector] applies to template literals (#1468) (cbe60d3)
  • update dependency @​angular/compiler to v16.2.5 (#1517) (fcfe7cc)
  • update dependency axobject-query to v3.2.1 (#1524) (bb171d4)
  • update dependency eslint to v8.49.0 (#1511) (abeb9f5)

Features

  • eslint-plugin-template: [prefer-ngsrc] add rule (#1477) (0cfbc80)
  • eslint-plugin: [sort-lifecycle-methods] add rule (#1320) (47f7975)

v16.1.2

16.1.2 (2023-09-04)

Bug Fixes

  • angular-eslint: ignore hostDirectives for no-output-rename and no-outputs-metadata-property (#1466) (208bf25)

... (truncated)

Changelog

Sourced from @​angular-eslint/eslint-plugin-template's changelog.

16.3.1 (2023-11-08)

Note: Version bump only for package @​angular-eslint/eslint-plugin-template

16.3.0 (2023-11-08)

Bug Fixes

  • generate type declarations for published packages (#1586) (ba5740b)
  • update dependency axobject-query to v4 (#1581) (0b6cd1a)

Features

  • eslint-plugin-template: allow alias option in [use-track-by-function] (#1497) (354d394)

16.2.0 (2023-09-17)

Bug Fixes

  • eslint-plugin-template: [prefer-self-closing-tags] improve code style of fixer result (#1520) (6a86f19)
  • eslint-plugin-template: fix fixer of inline templates (#1472) (470e12b)
  • update dependency axobject-query to v3.2.1 (#1524) (bb171d4)

Features

  • eslint-plugin-template: [prefer-ngsrc] add rule (#1477) (0cfbc80)

16.1.2 (2023-09-04)

Bug Fixes

  • update dependency @​angular/compiler to v16.2.3 (#1458) (2b895a8)

16.1.1 (2023-08-20)

Bug Fixes

  • eslint-plugin-template: [attributes-order] Handle explicit ng-template usage (#1465) (7d1f592)
  • eslint-plugin-template: update links to Angular i18n docs (#1476) (9633058)

…with 38 updates

Bumps the frontend-dependencies group with 38 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk) | `1.10.2` | `1.12.0` |
| [@grafana/faro-web-tracing](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-tracing) | `1.10.2` | `1.12.0` |
| [@nx/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular) | `16.5.3` | `16.10.0` |
| [@sentry/angular-ivy](https://github.com/getsentry/sentry-javascript) | `7.119.1` | `7.120.0` |
| [@sentry/cli](https://github.com/getsentry/sentry-cli) | `2.36.6` | `2.38.2` |
| [ckeditor5-custom-build](https://github.com/dasch-swiss/ckeditor_custom_build) | `v2.0.0` | `v2.0.1` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.38.1` | `3.39.0` |
| [openseadragon](https://github.com/openseadragon/openseadragon) | `4.1.0` | `4.1.1` |
| [tslib](https://github.com/Microsoft/tslib) | `2.7.0` | `2.8.1` |
| [uuid](https://github.com/uuidjs/uuid) | `9.0.0` | `9.0.1` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.13.3` | `0.15.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `17.2.1` | `17.5.3` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `16.0.2` | `16.3.1` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `16.0.2` | `16.3.1` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.1.4` | `16.2.16` |
| [@nrwl/eslint-plugin-nx](https://github.com/nrwl/nx/tree/HEAD/packages-legacy/eslint-plugin-nx) | `16.5.3` | `16.10.0` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `16.5.3` | `16.10.0` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `16.5.3` | `16.10.0` |
| [@nx/linter](https://github.com/nrwl/nx/tree/HEAD/packages-legacy/linter-nx) | `16.5.3` | `16.10.0` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `16.5.3` | `16.10.0` |
| [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) | `2.13.13` | `2.15.3` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `4.3.6` | `4.6.4` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.13` | `29.5.14` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.16.10` | `20.17.6` |
| [cypress](https://github.com/cypress-io/cypress) | `13.15.0` | `13.15.2` |
| [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) | `13.1.1` | `13.1.6` |
| [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) | `3.1.1` | `3.2.0` |
| [ng-mocks](https://github.com/help-me-mom/ng-mocks) | `14.11.0` | `14.13.1` |
| [ng-packagr](https://github.com/ng-packagr/ng-packagr) | `16.1.0` | `16.2.3` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `16.5.3` | `16.10.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.49` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `8.3.3` | `8.5.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.0` | `29.2.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.1.6` | `5.6.3` |
| [@nx/nx-darwin-arm64](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/darwin-arm64) | `16.5.3` | `16.10.0` |
| [@nx/nx-darwin-x64](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/darwin-x64) | `16.5.3` | `16.10.0` |
| [@nx/nx-linux-x64-gnu](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/linux-x64-gnu) | `16.5.3` | `16.10.0` |
| [@nx/nx-win32-x64-msvc](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/win32-x64-msvc) | `16.5.3` | `16.10.0` |



Updates `@grafana/faro-web-sdk` from 1.10.2 to 1.12.0
- [Changelog](https://github.com/grafana/faro-web-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/faro-web-sdk/commits/v1.12.0/packages/web-sdk)

Updates `@grafana/faro-web-tracing` from 1.10.2 to 1.12.0
- [Changelog](https://github.com/grafana/faro-web-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/faro-web-sdk/commits/v1.12.0/packages/web-tracing)

Updates `@nx/angular` from 16.5.3 to 16.10.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.10.0/packages/angular)

Updates `@sentry/angular-ivy` from 7.119.1 to 7.120.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.120.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.119.1...7.120.0)

Updates `@sentry/cli` from 2.36.6 to 2.38.2
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@2.36.6...2.38.2)

Updates `ckeditor5-custom-build` from v2.0.0 to v2.0.1
- [Release notes](https://github.com/dasch-swiss/ckeditor_custom_build/releases)
- [Commits](dasch-swiss/ckeditor_custom_build@0a00a0b...d45ec07)

Updates `core-js` from 3.38.1 to 3.39.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.39.0/packages/core-js)

Updates `openseadragon` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/openseadragon/openseadragon/releases)
- [Changelog](https://github.com/openseadragon/openseadragon/blob/master/changelog.txt)
- [Commits](openseadragon/openseadragon@v4.1.0...v4.1.1)

Updates `tslib` from 2.7.0 to 2.8.1
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.7.0...v2.8.1)

Updates `uuid` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.0...v9.0.1)

Updates `zone.js` from 0.13.3 to 0.15.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.15.0/packages/zone.js)

Updates `@angular-eslint/eslint-plugin` from 17.2.1 to 17.5.3
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/v17.5.3/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.5.3/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 16.0.2 to 16.3.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v16.3.1/packages/eslint-plugin-template)

Updates `@angular-eslint/template-parser` from 16.0.2 to 16.3.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v16.3.1/packages/template-parser)

Updates `@angular/cli` from 16.1.4 to 16.2.16
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@16.1.4...16.2.16)

Updates `@nrwl/eslint-plugin-nx` from 16.5.3 to 16.10.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.10.0/packages-legacy/eslint-plugin-nx)

Updates `@nx/jest` from 16.5.3 to 16.10.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.10.0/packages/jest)

Updates `@nx/js` from 16.5.3 to 16.10.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.10.0/packages/js)

Updates `@nx/linter` from 16.5.3 to 16.10.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.10.0/packages-legacy/linter-nx)

Updates `@nx/workspace` from 16.5.3 to 16.10.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.10.0/packages/workspace)

Updates `@openapitools/openapi-generator-cli` from 2.13.13 to 2.15.3
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator-cli/blob/master/.releaserc)
- [Commits](OpenAPITools/openapi-generator-cli@v2.13.13...v2.15.3)

Updates `@types/jasmine` from 4.3.6 to 4.6.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)

Updates `@types/jest` from 29.5.13 to 29.5.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/node` from 20.16.10 to 20.17.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `cypress` from 13.15.0 to 13.15.2
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.15.0...v13.15.2)

Updates `jest-preset-angular` from 13.1.1 to 13.1.6
- [Release notes](https://github.com/thymikee/jest-preset-angular/releases)
- [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md)
- [Commits](thymikee/jest-preset-angular@v13.1.1...v13.1.6)

Updates `karma-chrome-launcher` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/karma-runner/karma-chrome-launcher/releases)
- [Changelog](https://github.com/karma-runner/karma-chrome-launcher/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma-chrome-launcher@v3.1.1...v3.2.0)

Updates `ng-mocks` from 14.11.0 to 14.13.1
- [Release notes](https://github.com/help-me-mom/ng-mocks/releases)
- [Changelog](https://github.com/help-me-mom/ng-mocks/blob/master/CHANGELOG.md)
- [Commits](help-me-mom/ng-mocks@v14.11.0...v14.13.1)

Updates `ng-packagr` from 16.1.0 to 16.2.3
- [Release notes](https://github.com/ng-packagr/ng-packagr/releases)
- [Changelog](https://github.com/ng-packagr/ng-packagr/blob/16.2.3/CHANGELOG.md)
- [Commits](ng-packagr/ng-packagr@16.1.0...16.2.3)

Updates `nx` from 16.5.3 to 16.10.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.10.0/packages/nx)

Updates `postcss` from 8.4.47 to 8.4.49
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.47...8.4.49)

Updates `postcss-preset-env` from 8.3.3 to 8.5.1
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

Updates `ts-jest` from 29.1.0 to 29.2.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.0...v29.2.5)

Updates `typescript` from 5.1.6 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.1.6...v5.6.3)

Updates `@nx/nx-darwin-arm64` from 16.5.3 to 16.10.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.10.0/packages/nx/native-packages/darwin-arm64)

Updates `@nx/nx-darwin-x64` from 16.5.3 to 16.10.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.10.0/packages/nx/native-packages/darwin-x64)

Updates `@nx/nx-linux-x64-gnu` from 16.5.3 to 16.10.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.10.0/packages/nx/native-packages/linux-x64-gnu)

Updates `@nx/nx-win32-x64-msvc` from 16.5.3 to 16.10.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.10.0/packages/nx/native-packages/win32-x64-msvc)

---
updated-dependencies:
- dependency-name: "@grafana/faro-web-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@grafana/faro-web-tracing"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@nx/angular"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@sentry/angular-ivy"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@sentry/cli"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: ckeditor5-custom-build
  dependency-type: direct:production
  dependency-group: frontend-dependencies
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: openseadragon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-dependencies
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-dependencies
- dependency-name: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@angular-eslint/template-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@nrwl/eslint-plugin-nx"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@nx/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@nx/linter"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@nx/workspace"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@types/jasmine"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-dependencies
- dependency-name: jest-preset-angular
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-dependencies
- dependency-name: karma-chrome-launcher
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: ng-mocks
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: ng-packagr
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-dependencies
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@nx/nx-darwin-arm64"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@nx/nx-darwin-x64"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@nx/nx-linux-x64-gnu"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@nx/nx-win32-x64-msvc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 19, 2024

Superseded by #1898.

@dependabot dependabot bot closed this Nov 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend-dependencies-6317ef14e0 branch November 19, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants