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 moment-timezone and @grafana/runtime #48

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2022

Bumps moment-timezone to 0.5.35 and updates ancestor dependency @grafana/runtime. These dependencies need to be updated together.

Updates moment-timezone from 0.5.34 to 0.5.35

Release notes

Sourced from moment-timezone's releases.

Release 0.5.35

Thanks to the OpenSSF Alpha-Omega project for reporting these!

Changelog

Sourced from moment-timezone's changelog.

0.5.35 2022-08-23

Thanks to the OpenSSF Alpha-Omega project for reporting these!

Commits
  • b8fb1ba Build moment-timezone 0.5.35
  • f1b5e5a Add changelog for 0.5.35
  • 8b0eb0c Bump version to 0.5.35
  • 7915ac5 Bugfix: Prevent cleartext transmission of tz data during build
  • ce955a3 Bugfix: Fix command injection vulnerability in grunt tzdata pipeline
  • 9430b4c Merge remote-tracking branch 'origin/master' into develop
  • feaf900 Updated contributing.md + added 2021e files
  • 704cfac updated contributing.md
  • 877c863 Updated contributing.md + added 2021e files
  • 5a3015c updated contributing.md
  • Additional commits viewable in compare view

Updates @grafana/runtime from 8.5.14 to 9.2.1

Release notes

Sourced from @​grafana/runtime's releases.

9.2.1 (2022-10-18)

Download page What's new highlights

Features and enhancements

Bug fixes

Plugin development fixes & changes

  • Grafana UI: Export prop types for queryfield, modal and field components. #57097, @​jackw
  • Toolkit: Fix Cannot use import statement outside... error in tests. #57071, @​jackw

9.2.0 (2022-10-11)

Download page What's new highlights

Features and enhancements

... (truncated)

Changelog

Sourced from @​grafana/runtime's changelog.

9.2.1 (2022-10-18)

Features and enhancements

Bug fixes

Plugin development fixes & changes

  • Grafana UI: Export prop types for queryfield, modal and field components. #57097, @​jackw
  • Toolkit: Fix Cannot use import statement outside... error in tests. #57071, @​jackw

9.2.0 (2022-10-11)

Features and enhancements

... (truncated)

Commits
  • 34f7bae "Release: Updated versions in package to 9.2.1" (#588)
  • 50a5930 Toolkit: Fix script failures due to missing import paths (#55857) (#55981)
  • 3931787 "Release: Updated versions in package to 9.2.0-beta.1" (#55787)
  • d014a3a Echo: Add support for Google Analytics 4 (#55446)
  • 3e2e9f9 Auth: Allow admins to manually change oauth user role if `oauth_skip_org_role...
  • c95b530 DataSource: Adding possibility to hide queries from the inspector (#54892)
  • 4c7732a Chore: Upgrade Typescript to 4.8.2 (#54901)
  • ad19f01 Update dependency esbuild to v0.15.7 (#54928)
  • 11de1df TopNav: Plugin page layouts / information architecture (#53174)
  • b5b4198 Docs: Deprecating packages_api and removing it from our pipelines (#54473)
  • Additional commits viewable in compare view

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.

Bumps [moment-timezone](https://github.com/moment/moment-timezone) to 0.5.35 and updates ancestor dependency [@grafana/runtime](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-runtime). These dependencies need to be updated together.


Updates `moment-timezone` from 0.5.34 to 0.5.35
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.34...0.5.35)

Updates `@grafana/runtime` from 8.5.14 to 9.2.1
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v9.2.1/packages/grafana-runtime)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: indirect
- dependency-name: "@grafana/runtime"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 19, 2022
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 19, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 19, 2022

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

@dependabot dependabot bot closed this Oct 19, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/moment-timezone-and-grafana/runtime-0.5.35 branch October 19, 2022 15:55
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 OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants