d-velop / grafana-odata-datasource

This is a Grafana data source plugin that allows you to query and visualize data from OData V4 compatible data sources.
Apache License 2.0
8 stars 2 forks source link

Bump @swc/core from 1.5.29 to 1.6.1 #161

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps @swc/core from 1.5.29 to 1.6.1.

Changelog

Sourced from @​swc/core's changelog.

[1.6.1] - 2024-06-16

Bug Fixes

  • (common) Revert Use SourceMap::adjust_mappings (#9058) (cdd20cd)

Performance

  • (es/parser) Reduce allocations while lexing numbers (#9057) (ca26eb7)

[1.6.0] - 2024-06-15

Features

Performance

  • (es/lints) Avoid needless allocations in no-dupe-args (#9041) (e560198)

  • (es/parser) Do not track raw by hand (#9047) (60fe5f0)

  • (es/parser) Reduce allocations for raw while lexing numbers (#9056) (bc8ec62)

Refactor

Testing

... (truncated)

Commits
  • e640972 chore: Publish 1.6.1 with swc_core v0.95.2
  • f8c2c47 chore: Bump crates
  • cdd20cd fix(common): Revert Use SourceMap::adjust_mappings (#9058)
  • 11df9e9 chore: Bump crates
  • ca26eb7 perf(es/parser): Reduce allocations while lexing numbers (#9057)
  • 064af53 chore: Update changelog
  • 13c2b2e chore: Publish 1.6.0 with swc_core v0.95.0
  • 131bd42 chore: Bump crates
  • bc8ec62 perf(es/parser): Reduce allocations for raw while lexing numbers (#9056)
  • 56464f2 chore: Bump crates
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
dependabot[bot] commented 1 week ago

Superseded by #166.