ultrasonicsoft / ng-connection-service

Detects active internet connection in Angular application via DI ready Observable service.
84 stars 56 forks source link

Bump nth-check, @angular-devkit/build-angular and ng-packagr #110

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nth-check to 2.1.1 and updates ancestor dependencies nth-check, @angular-devkit/build-angular and ng-packagr. These dependencies need to be updated together.

Updates nth-check from 1.0.2 to 2.1.1

Release notes

Sourced from nth-check's releases.

v2.1.1

  • The ESM code had some issues that are now fixed aeeb067

https://github.com/fb55/nth-check/compare/v2.1.0...v2.1.1

v2.1.0

What's Changed

  • nth-check is now a dual CommonJS and ESM module fb55/nth-check#206
  • With the new sequence and generate methods, it is now possible to generate a sequence of indices for a given formula fb55/nth-check#207

Full Changelog: https://github.com/fb55/nth-check/compare/v2.0.1...v2.1.0

v2.0.1

Fixes:

  • Replace regex with hand-rolled parser for nth-expressions (#9) 9894c1d
    • Ensures parsing will always have linear time complexity.

Internal:

  • chore(ci): Use GitHub Actions, Dependabot (#10) e02b4dd
  • Bump dependencies

https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1

v2.0.0

  • Port module to TS, Jest, ESLint

Breaking:

  • The main export is now a default export.
  • The module now throws regular Errors on invalid selectors instead of SyntaxErrors.
Commits


Updates @angular-devkit/build-angular from 0.1002.1 to 15.0.4

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v15.0.4

15.0.4 (2022-12-14)

@​angular-devkit/build-angular

Commit Description
fix - ccc8e0350 display actionable error when a style does not exist in Karma builder
fix - 507f756c3 downlevel class private methods when targeting Safari <=v15
fix - a0da91dba include sources in generated Sass source maps
fix - 9fd356234 only set ngDevMode when script optimizations are enabled
fix - 8e85f4728 update css-loader to 6.7.3
fix - b2d4415ca update locale setting snippet to use globalThis.

Special Thanks

Alan Agius and Charles Lyding

v15.0.3

15.0.3 (2022-12-07)

@​angular-devkit/build-angular

Commit Description
fix - 3d9971edb default preserve symlinks to Node.js value for esbuild
fix - 24f4b51d2 downlevel class fields with Safari <= v15 for esbuild
fix - 45afc42db downlevel class properties when targeting Safari <=v15
fix - e6461badf prevent optimization adding unsupported ECMASCript features

Special Thanks

Charles Lyding, Dominic Elm and Paul Gschwendtner

v15.0.2

15.0.2 (2022-11-30)

@​angular-devkit/build-angular

Commit Description
fix - 2891d5bc9 correctly set Sass quietDeps and verbose options

@​ngtools/webpack

Commit Description
fix - d9cc4b028 elide unused type references

Special Thanks

Alan Agius and Juuso Valkeejärvi

v15.0.1

15.0.1 (2022-11-23)

@​schematics/angular

Commit Description
fix - 48426852b show warning when a TS Config is not found during migrations

@​angular/cli

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

15.0.4 (2022-12-14)

@​angular-devkit/build-angular

Commit Type Description
ccc8e0350 fix display actionable error when a style does not exist in Karma builder
507f756c3 fix downlevel class private methods when targeting Safari <=v15
a0da91dba fix include sources in generated
9fd356234 fix only set ngDevMode when script optimizations are enabled
8e85f4728 fix update css-loader to 6.7.3
b2d4415ca fix update locale setting snippet to use globalThis.

Special Thanks

Alan Agius and Charles Lyding

15.1.0-next.2 (2022-12-08)

@​schematics/angular

Commit Type Description
5b18ce154 feat add guardType as an alias of implements in guard schematic
49b313f27 fix add missing import for functional interceptor spec
2f92fe7e5 fix add missing semicolon in functional guard/resolver/interceptor

@​angular-devkit/build-angular

Commit Type Description
97716969c fix default preserve symlinks to Node.js value for esbuild
cf2f30afc fix downlevel class fields with Safari <= v15 for esbuild
25eaaa24b fix downlevel class properties when targeting Safari <=v15
7a063238b fix explicitly send options to JS transformer workers
ef99a68b4 fix prevent optimization adding unsupported ECMASCript features

Special Thanks

Alan Agius, Charles Lyding, Cédric Exbrayat, Dominic Elm, Doug Parker and Paul Gschwendtner

15.0.3 (2022-12-07)

... (truncated)

Commits


Updates ng-packagr from 10.1.2 to 15.0.3

Release notes

Sourced from ng-packagr's releases.

15.0.3

Bug Fixes

  • add support for prerelease versions of Angular (632217e)

15.0.2

Performance

  • reduce sourcemap loading and decoding (3089f51), closes #2495

15.0.1

Bug Fixes

  • copy changed file during watch mode when using advanced asset pattern (0a11ca9), closes #2479

15.0.0

⚠ BREAKING CHANGES

  • ng-packagr no longer supports Node.js versions 14.[15-19].x and 16.[10-12].x. Current supported versions of Node.js are 14.20.x, 16.13.x and 18.10.x.
  • TypeScript versions older than 4.8.2 are no longer supported.
  • Deprecated support for Stylus has been removed. The Stylus package has never reached a stable version and it's usage in the ng-packagr is minimal. It's recommended to migrate to another CSS preprocessor that the ng-packagr supports.

Features

  • add support for tailwindcss (fdc0707), closes #1943
  • add support for Node.js version 18 (e70e3a3)
  • drop support for TypeScript 4.6 and 4.7 (56d9a85)
  • switch to sass modern API (b1ebee3)

Bug Fixes

  • grammatical update error message (6d7d2a9)
  • remove support for Stylus (2f92ab8)
  • emit TypeScript declaration diagnostics (844ea6c), closes #2405
  • exclude scanning node_modules when trying to locate README.md (b54159b), closes #2418
  • exclude scanning nested node_modules when locating README.md (4e4c00b), closes #2459
  • show actionable error when component resource is not found (5dcba25)

15.0.0-rc.0

Features

15.0.0-next.4

⚠ BREAKING CHANGES

... (truncated)

Changelog

Sourced from ng-packagr's changelog.

15.0.3 (2022-12-09)

Bug Fixes

  • add support for prerelease version of Angular (632217e)

15.0.2 (2022-12-08)

Performance

  • reduce sourcemap loading and decoding (3089f51), closes #2495

15.0.1 (2022-11-23)

Bug Fixes

  • copy changed file during watch mode when using advanced asset pattern (0a11ca9), closes #2479

15.0.0 (2022-11-16)

⚠ BREAKING CHANGES

  • ng-packagr no longer supports Node.js versions 14.[15-19].x and 16.[10-12].x. Current supported versions of Node.js are 14.20.x, 16.13.x and 18.10.x.
  • TypeScript versions older than 4.8.2 are no longer supported.
  • Deprecated support for Stylus has been removed. The Stylus package has never reached a stable version and it's usage in the ng-packagr is minimal. It's recommended to migrate to another CSS preprocessor that the ng-packagr supports.

Features

  • add support for tailwindcss (fdc0707), closes #1943
  • add support for Node.js version 18 (e70e3a3)
  • drop support for TypeScript 4.6 and 4.7 (56d9a85)
  • switch to sass modern API (b1ebee3)

Bug Fixes

  • grammatical update error message (6d7d2a9)
  • remove support for Stylus (2f92ab8)
  • emit TypeScript declaration diagnostics (844ea6c), closes #2405
  • exclude scanning node_modules when trying to locate README.md (b54159b), closes #2418
  • exclude scanning nested node_modules when locating README.md (4e4c00b), closes #2459
  • show actionable error when component resource is not found (5dcba25)

15.0.0-rc.0 (2022-10-21)

Features

... (truncated)

Commits
  • 4606f1d release: cut 15.0.3
  • 632217e fix: add support for prerelease version of Angular
  • dab5d61 release: cut 15.0.2
  • 1cde5eb build: update typescript-eslint to v5.46.0
  • 3089f51 perf: reduce sourcemap loading and decoding
  • a0b20a3 build: update dependency esbuild to ^0.16.0
  • e403495 build: update dependency esbuild-wasm to ^0.16.0
  • 09e19fe build: update typescript-eslint to v5.45.1
  • 6865b04 Update README.md
  • 043774c docs: remove systemjs reference
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by alan.agius4, a new releaser for ng-packagr since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ultrasonicsoft/ng-connection-service/network/alerts).
dependabot[bot] commented 1 year ago

Looks like these dependencies are updatable in another way, so this is no longer needed.