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 parse-path and @nuxt/telemetry #47

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

Conversation

dependabot[bot]
Copy link

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

Bumps parse-path and @nuxt/telemetry. These dependencies needed to be updated together.
Updates parse-path from 4.0.2 to 7.0.0

Release notes

Sourced from parse-path's releases.

7.0.0

Add the parse_failed property — whether the input was parsed successfully or not.

6.0.0

parse-path 6.0.0

Breaking changes

  • The resource property will not contain the port anymore. Added the host property which has the port too.

5.0.0

parse-path 5.0.0

⭐ This is a major release of parse-path! ⭐

Breaking changes

  • parse-path will not parse git@... ssh URLs anymore. Use parse-url for that.
  • If the input url has a trailing slash, the trailing slash will be added in the pathname too.
  • The port field is a string. By default empty.
  • Added the password field (default: "")
  • The resource may contain the port in it (e.g. resource: "domain.com:4200").

Features

  • Faster
  • More secure
  • Cleaner codebase

Any questions, suggestions, contributions are always welcome! 😊

4.0.4

Remove the new line characters.

4.0.3

Handle backslash in the input and use query-string, so the module is supported in the browser

Commits

Updates @nuxt/telemetry from 1.2.3 to 1.5.0

Release notes

Sourced from @​nuxt/telemetry's releases.

v1.3.5

Dependency updates (diff)

v1.3.4

Bug Fixes

  • esm compatibility with require.main (resolves #49) (5d8024f)

v1.3.3

Bug Fixes

  • consent: update grammar in msg and question (#42) (31f527e)

v1.3.2

Bug Fixes

v1.3.0

Features

  • disable auto consent and add nuxt telemetry consent (#35) (f1a5d95)

v1.2.5

Bug Fixes

  • pkg: point to src/index (2046b1c)

v1.2.4

Bug Fixes

  • add missing chalk dependency (80d4961)
Changelog

Sourced from @​nuxt/telemetry's changelog.

1.5.0 (2023-11-22)

1.4.1 (2023-02-02)

Bug Fixes

  • use named imports from std-env and ci-info (e88cae1)

1.4.0 (2023-02-02)

1.3.9 (2022-11-16)

1.3.8 (2022-11-16)

1.3.7 (2022-10-12)

1.3.6 (2021-05-21)

1.3.5 (2021-05-17)

1.3.4 (2021-05-17)

Bug Fixes

  • esm compatibility with require.main (resolves #49) (5d8024f)

1.3.3 (2021-01-21)

Bug Fixes

  • consent: update grammar in msg and question (#42) (31f527e)

1.3.2 (2021-01-13)

Bug Fixes

1.3.1 (2021-01-13)

1.3.0 (2020-11-25)

Features

  • disable auto consent and add nuxt telemetry consent (#35) (f1a5d95)

... (truncated)

Commits
  • 0c2bae8 chore(release): 1.5.0
  • cfb9be1 chore(deps): bump consola to 3.x to align with other packages (#122)
  • c2bb98e chore: upgrade dev dependencies
  • 25eec87 chore(release): 1.4.1
  • e88cae1 fix: use named imports from std-env and ci-info
  • 7b1f441 chore(release): 1.4.0
  • af1ca47 chore: upgrade v1 dependencies (#93)
  • 1e67d8b chore(release): 1.3.9
  • b86b2a4 chore(release): 1.3.8
  • f959ac1 chore: bump ci-info and use inlined is-docker (#87)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by danielroe, a new releaser for @​nuxt/telemetry 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 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.

Bumps [parse-path](https://github.com/IonicaBizau/parse-path) and [@nuxt/telemetry](https://github.com/nuxt/telemetry). These dependencies needed to be updated together.

Updates `parse-path` from 4.0.2 to 7.0.0
- [Release notes](https://github.com/IonicaBizau/parse-path/releases)
- [Commits](IonicaBizau/parse-path@4.0.2...7.0.0)

Updates `@nuxt/telemetry` from 1.2.3 to 1.5.0
- [Release notes](https://github.com/nuxt/telemetry/releases)
- [Changelog](https://github.com/nuxt/telemetry/blob/v1.5.0/CHANGELOG.md)
- [Commits](nuxt/telemetry@v1.2.3...v1.5.0)

---
updated-dependencies:
- dependency-name: parse-path
  dependency-type: indirect
- dependency-name: "@nuxt/telemetry"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 18, 2024
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