Skip to content

Bump papaparse, @grafana/runtime, @grafana/toolkit and @grafana/ui - #27

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/papaparse-and-grafana/runtime-and-grafana/toolkit-and-grafana/ui-5.3.2
Open

Bump papaparse, @grafana/runtime, @grafana/toolkit and @grafana/ui#27
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/papaparse-and-grafana/runtime-and-grafana/toolkit-and-grafana/ui-5.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 13, 2023

Copy link
Copy Markdown
Contributor

Bumps papaparse to 5.3.2 and updates ancestor dependencies papaparse, @grafana/runtime, @grafana/toolkit and @grafana/ui. These dependencies need to be updated together.

Updates papaparse from 4.6.3 to 5.3.2

Release notes

Sourced from papaparse's releases.

5.3.0

We are happy to annunce a new minor release of PapaParse.

This release includes the following change:

  • Allow to escape formulae for safer opening on spreedsheet software (See: mholt/PapaParse#793 for full details)

Release 5.2.0

We are happy to announce version 5.2.0.

This version contains a new feature that allows to perform post request when downloading files.

It also fixes a ReDOS vulnerability issue. See mholt/PapaParse#777 for more details.

5.1.0

The release brings a the option to use a function to determine the fields that will be quoted. This function accepts the cell value and column index as parameters. Thanks to @​Puzzleton for contributing this feature.

This release also includes some bug fixes. Thanks to all who contributed.

Version 5.0.0

We are happy to announce a new major release of PapaParse.

This relase (5.0.0) introduces the following changes:

  • We drop support for Node 6.x branch.
  • Workers are now loaded with inline blobs, which means that is only needed to specify the worker: true option and Paparse will load it's code from a blob
  • Step function returns only a single row
  • A function to transform header columns is added. The trimheader option is removed as it can be achieved with this new transform function.
  • The API throws now Error objects instead of using error Strings.
  • Handle delimiter guessing, when not all of the fields are quoted
  • Add ability to support escapeChar on unparse
  • Allow to specify the columns used for unparse
  • Add DelimitersToGuess config option

Happy parsing!

5.0.0-beta.0

This is the first beta version of the 5 major version, which introduces the following changes:

  • We drop support for Node 6.x branch.
  • Workers are now loaded with inline blobs, which means that is only needed to specify the worker: true option and Paparse will load it's code from a blob
  • Step function returns only a single row
  • A function to transform header columns is added. The trimheader option is removed as it can be achieved with this new transform function.
  • The API throws now Error objects instead of using error Strings.

Please test it and report issues if you have on it. As this is a beta version it should be installed with the following command:

npm install papaparse@beta

Commits

Updates @grafana/runtime from 6.7.2 to 9.3.2

Release notes

Sourced from @​grafana/runtime's releases.

9.3.2 (unreleased)

Download page What's new highlights

Features and enhancements

Bug fixes

9.3.1 (2022-11-30)

Download page What's new highlights

... (truncated)

Changelog

Sourced from @​grafana/runtime's changelog.

9.3.2 (unreleased)

Features and enhancements

Bug fixes

9.3.1 (2022-11-30)

Features and enhancements

Bug fixes

... (truncated)

Commits
  • 923fcd4 Alerting: Reduce number of buildinfo calls (#59319) (#59716)
  • c53ae81 Release: Bump version to 9.3.2 (#59680)
  • 95b7cab [v9.3.x] Build: Adds a fallback script to fix package.json main and types fie...
  • 6c1463e Release: Bump version to 9.3.0 (#59532)
  • 8ae02b4 [v9.3.x] DataSourceWithBackend - Set postResource method to POST (#59117)
  • 1bcdaeb [v9.3.x] @​grafana/runtime: Avoid calling applyTemplateVariables for the wrong...
  • cb9df3b Release: Bump version to 9.3.0-beta.1 (#58787)
  • 83bd572 Chore: Update version (#58750)
  • d33939d DataSourceWithBackend: Add plugin id to the request headers (#58082)
  • 008c554 Echo: Add config option to prevent duplicate page views for GA4 (#57619)
  • Additional commits viewable in compare view

Updates @grafana/toolkit from 6.7.2 to 9.3.2

Release notes

Sourced from @​grafana/toolkit's releases.

9.3.2 (unreleased)

Download page What's new highlights

Features and enhancements

Bug fixes

9.3.1 (2022-11-30)

Download page What's new highlights

... (truncated)

Changelog

Sourced from @​grafana/toolkit's changelog.

9.3.2 (unreleased)

Features and enhancements

Bug fixes

9.3.1 (2022-11-30)

Features and enhancements

Bug fixes

... (truncated)

Commits

Updates @grafana/ui from 6.7.2 to 9.3.2

Release notes

Sourced from @​grafana/ui's releases.

9.3.2 (unreleased)

Download page What's new highlights

Features and enhancements

Bug fixes

9.3.1 (2022-11-30)

Download page What's new highlights

... (truncated)

Changelog

Sourced from @​grafana/ui's changelog.

9.3.2 (unreleased)

Features and enhancements

Bug fixes

9.3.1 (2022-11-30)

Features and enhancements

Bug fixes

... (truncated)

Commits

Bumps [papaparse](https://github.com/mholt/PapaParse) to 5.3.2 and updates ancestor dependencies [papaparse](https://github.com/mholt/PapaParse), [@grafana/runtime](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-runtime), [@grafana/toolkit](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-toolkit) and [@grafana/ui](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-ui). These dependencies need to be updated together.


Updates `papaparse` from 4.6.3 to 5.3.2
- [Release notes](https://github.com/mholt/PapaParse/releases)
- [Commits](mholt/PapaParse@4.6.3...5.3.2)

Updates `@grafana/runtime` from 6.7.2 to 9.3.2
- [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.3.2/packages/grafana-runtime)

Updates `@grafana/toolkit` from 6.7.2 to 9.3.2
- [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.3.2/packages/grafana-toolkit)

Updates `@grafana/ui` from 6.7.2 to 9.3.2
- [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.3.2/packages/grafana-ui)

---
updated-dependencies:
- dependency-name: papaparse
  dependency-type: indirect
- dependency-name: "@grafana/runtime"
  dependency-type: direct:development
- dependency-name: "@grafana/toolkit"
  dependency-type: direct:development
- dependency-name: "@grafana/ui"
  dependency-type: direct:development
...

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