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

Bump got and ng-packagr #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2022

Removes got. It's no longer used after updating ancestor dependency ng-packagr. These dependencies need to be updated together.

Removes got

Updates ng-packagr from 9.0.0 to 14.2.2

Release notes

Sourced from ng-packagr's releases.

14.2.2

Bug Fixes

  • exclude scanning nested node_modules when locating README.md (3b74c0f), closes #2459

14.2.1

Bug Fixes

  • emit TypeScript declaration diagnostics (2176bd9), closes #2405
  • exclude scanning node_modules when trying to locate README.md (90b0463), closes #2418

14.2.0

Features

  • add support for TypeScript 4.8 (387a4e1)

14.1.0

Add support for Angular 14.1

14.1.0-next.0

No user visible changes from 14.0.4

v14.0.4

Bug Fixes

  • update watch version on secondary entrypoint changes (1280320), closes #2069

v14.0.3

Bug Fixes

  • address issue were dts were not emitted fully when using entrypoint name as filename (713d940), closes #2369 #2360
  • do not run ngcc when node_modules does not exist (97beddc)

v14.0.2

Bug Fixes

  • error when index file is parallel to entry-point but is not configured as such (ecb55b1)

v14.0.1

No visibile changes

v14.0.0

⚠ BREAKING CHANGES

... (truncated)

Changelog

Sourced from ng-packagr's changelog.

14.2.2 (2022-10-24)

Bug Fixes

  • exclude scanning nested node_modules when locating README.md (3b74c0f), closes #2459

14.2.1 (2022-09-07)

Bug Fixes

  • emit TypeScript declaration diagnostics (2176bd9), closes #2405
  • exclude scanning node_modules when trying to locate README.md (90b0463), closes #2418

14.2.0 (2022-08-24)

Features

  • add support for TypeScript 4.8 (387a4e1)

14.1.0 (2022-07-20)

14.1.0-next.0 (2022-07-20)

14.0.4 (2022-07-20)

Bug Fixes

  • update watch version on secondary entrypoint changes (1280320), closes #2069

14.0.3 (2022-07-06)

Bug Fixes

  • address issue were dts were not emitted fully when using entrypoint name as filename (713d940), closes #2369 #2360
  • do not run ngcc when node_modules does not exist (97beddc)

14.0.2 (2022-06-10)

Bug Fixes

  • error when index file is parallel to entry-point but is not configured as such (ecb55b1)

14.0.1 (2022-06-08)

No visible changes

... (truncated)

Commits
  • 7c08e4b release: cut 14.2.2
  • 3b74c0f fix: exclude scanning nested node_modules when locating README.md
  • 8842ae3 release: cut 14.2.1
  • 90b0463 fix: exclude scanning node_modules when trying to locate README.md
  • 2176bd9 fix: emit TypeScript declaration diagnostics
  • 2f179c7 build: update typescript-eslint to v5.35.1
  • b474225 release: cut 14.2.0
  • 387a4e1 feat: add support for TypeScript 4.8
  • ee24370 build: update typescript-eslint to v5.34.0
  • 80dbe6e build: lock file maintenance
  • 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 2, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/got-and-ng-packagr--removed branch from 0b6f7ba to 40ba23d Compare November 27, 2022 13:52
Removes [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependency [ng-packagr](https://github.com/ng-packagr/ng-packagr). These dependencies need to be updated together.


Removes `got`

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

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
- dependency-name: ng-packagr
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/got-and-ng-packagr--removed branch from 40ba23d to 25d8fd1 Compare December 20, 2022 23:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants