Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Bump meta from 1.7.0 to 1.8.0 #10

Merged
merged 6 commits into from May 21, 2022
Merged

Bump meta from 1.7.0 to 1.8.0 #10

merged 6 commits into from May 21, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps meta from 1.7.0 to 1.8.0.

Changelog

Sourced from meta's changelog.

1.8.0 - 2014-11-28

  • dart:collection: SplayTree added the toSet function.

  • dart:convert: The JsonUtf8Encoder class was added.

  • dart:core:

    • The IndexError class was added for errors caused by an index being outside its expected range.

    • The new RangeError.index constructor was added. It forwards to new IndexError.

    • RangeError added three new properties. invalidProperty is the value that caused the error, and start and end are the minimum and maximum values that the value is allowed to assume.

    • new RangeError.value and new RangeError.range added an optional message argument.

    • The new String.fromCharCodes constructor added optional start and end arguments.

  • dart:io:

    • Support was added for the Application-Layer Protocol Negotiation extension to the TLS protocol for both the client and server.

    • SecureSocket.connect, SecureServerSocket.bind, RawSecureSocket.connect, RawSecureSocket.secure, RawSecureSocket.secureServer, and RawSecureServerSocket.bind added a supportedProtocols named argument for protocol negotiation.

    • RawSecureServerSocket added a supportedProtocols field.

    • RawSecureSocket and SecureSocket added a selectedProtocol field which contains the protocol selected during protocol negotiation.

Commits

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 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)

Bumps [meta](https://github.com/dart-lang/sdk) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/dart-lang/sdk/releases)
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](dart-lang/sdk@1.7.0...1.8.0)

---
updated-dependencies:
- dependency-name: meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 19, 2022
@getBoolean getBoolean closed this May 21, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 21, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@getBoolean getBoolean reopened this May 21, 2022
@getBoolean getBoolean closed this May 21, 2022
@getBoolean getBoolean reopened this May 21, 2022
@getBoolean getBoolean closed this May 21, 2022
@getBoolean getBoolean reopened this May 21, 2022
@getBoolean getBoolean closed this May 21, 2022
@getBoolean getBoolean reopened this May 21, 2022
@codecov
Copy link

codecov bot commented May 21, 2022

Codecov Report

Merging #10 (73d6f29) into main (5107bc3) will decrease coverage by 1.44%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
- Coverage   81.02%   79.57%   -1.45%     
==========================================
  Files         132      132              
  Lines        2977     3040      +63     
  Branches        0     1059    +1059     
==========================================
+ Hits         2412     2419       +7     
- Misses        565      621      +56     
Impacted Files Coverage Δ
...ib/src/enums/epub_navigation_page_target_type.dart 0.00% <0.00%> (-100.00%) ⬇️
.../features/navigation/data/epub_navigation_map.dart 78.04% <0.00%> (-21.96%) ⬇️
...res/navigation/data/epub_navigation_page_list.dart 82.00% <0.00%> (-18.00%) ⬇️
...features/navigation/data/epub_navigation_list.dart 84.61% <0.00%> (-15.39%) ⬇️
.../src/features/navigation/data/epub_navigation.dart 86.56% <0.00%> (-8.96%) ⬇️
...eatures/navigation/data/epub_navigation_point.dart 87.50% <0.00%> (-8.93%) ⬇️
lib/src/features/container/data/rootfile_list.dart 92.30% <0.00%> (-7.70%) ⬇️
lib/src/enums/epub_guide_reference_type.dart 0.00% <0.00%> (-7.15%) ⬇️
...atures/navigation/data/epub_navigation_target.dart 91.83% <0.00%> (-6.13%) ⬇️
...s/navigation/data/epub_navigation_page_target.dart 93.22% <0.00%> (-5.09%) ⬇️
... and 47 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5107bc3...73d6f29. Read the comment docs.

@getBoolean getBoolean merged commit 4986c2a into main May 21, 2022
@getBoolean getBoolean deleted the dependabot/pub/meta-1.8.0 branch May 21, 2022 01:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant