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

chore(deps): bump the test group across 1 directory with 3 updates #4857

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2024

Bumps the test group with 3 updates in the /actions directory: test, checks and aws_common.

Updates test from 1.24.9 to 1.25.5

Release notes

Sourced from test's releases.

package:test v1.25.5

  • Update the package:web_socket_channel version constraint to allow 3.x.
  • Update the package:shelf_web_socket version constraint to allow 2.x.

package:test v1.25.4

  • Add @doNotSubmit to more declarations of the solo parameter.

package:test v1.25.3

  • Remove outdated StreamMatcher link from README table of contents.
  • Document the silent reporter in CLI help output.
  • Support enabling experiments with the dart2wasm compiler.
  • Added @doNotSubmit to test(solo: ...) and group(solo: ...). In practice, this means that code that was relying on ignoring deprecation warnings and using solo or group with a skip parameter will now fail if dart analyze --fatal-infos (or similar) is enabled.

package:test v1.25.2

  • Fix a bug running browser tests with paths containing windows directory separator follow by a character which is an invalid Dart string escape sequence.

package:test v1.25.1

  • Fix a bug where in precompiled mode, html files for tests were no longer created.
  • Document the silent reporter in CLI help output.

package:test v1.25.0

  • Handle paths with leading / when spawning test isolates.
  • Add support for the dart2wasm compiler in chrome and firefox.
  • BREAKING: Remove the experimental-chrome-wasm platform, you can now use -p chrome -c dart2wasm instead.
    • Note that this has always been advertised as a change that would happen in a future non-breaking release.
  • BREAKING:Dropped support for --pub-serve which has long not been tested or supported.
    • We do not anticipate much if any actual breakage or existing usage of this feature, which is why we are making this change in a non-breaking release.
    • If you do require this feature, file an issue and we can look at adding it back.
  • BREAKING: Fully remove support for Internet Explorer.
  • Fix running of tests defined under lib/ with relative imports to other libraries in the package.
Commits
  • d1e2767 Allow the next semver major versions of shelf_web_socket and web_socket_chann...
  • c7a76b0 Also add @doNotSubmit to scaffolding.dart. (#2208)
  • 14d820f Prepare to publish (#2207)
  • 2b1ed13 Add @doNotSubmit to (test|group) solo:... (#2206)
  • b1a34a9 support enabling experiments when using the dart2wasm compiler (#2203)
  • 6a4e75a Update the documentation for the skip parameter in the test (#2102)
  • ba64bbb Let the IsolateChannel close the ReceivePort (#2196)
  • 7724aab Add failure only reporter (#2190)
  • 26953ba Update README.md, remove link to Stream Matchers (#2187)
  • 6700049 Prepare to publish package:checks (#2178)
  • Additional commits viewable in compare view

Updates checks from 0.2.2 to 0.3.0

Release notes

Sourced from checks's releases.

package:checks v0.3.0

  • Breaking Changes
    • Remove the Condition class and the it() utility. Replace calls to (it()..someExpectation()) with ((it) => it.someExpectation()).
  • Add class modifiers to restrict extension of implementation classes.
Commits

Updates aws_common from 0.6.5 to 0.7.0

Release notes

Sourced from aws_common's releases.

0.6.14

  • chore: Amplify Swift version bump to 1.30.4 (#3328)
  • chore: bump amplify-android to 1.38.6 (#3050)

⚠️ Amplify Flutter v0 is now in Maintenance Mode until July 19th, 2024. This means that we will continue to include updates to ensure compatibility with backend services and security. No new features will be introduced in v0.

Please use the latest version (v1) of Amplify Flutter. If you are currently using v0, follow these instructions to upgrade to v1.

v0.6.13

Feature

Fixes

v0.6.12

Fixes

v0.6.11

Fixes

  • fix(datastore): prevent unhandled exception crashing App rebuilding sync expression (#2549)
  • fix(datastore): Upgrading from Datastore 0.6.1 to 0.6.8 causes Android app to crash (#2556)
  • fix(api): model helpers use targetNames in schemas with CPK enabled (#2559)

v0.6.10 (2022-11-10)

0.6.9 (2022-10-12)

  • feat(storage): Support custom prefix (#2071)

  • fix(api): support multiple belongsTo (#2087)

  • fix(datastore): support nested predicates for observe and observeQuery (#2043)

  • fix(datastore): enable java8 desugaring for amplify-android datastore (#2232)

  • fix(storage): Custom Prefix Android (#2142)

  • chore: add cloudwatch monitoring for getting started smoke test (#2157)

  • chore: update category support tables (#2138)

  • chore(analytics): Integration test stack improvements

  • chore(api): add targetName to generated models used in tests (#2234)

  • chore(datastore): run integ tests in CI (#2182)

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner May 8, 2024 13:04
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels May 8, 2024
@dependabot dependabot bot force-pushed the dependabot/pub/actions/test-e16ccec776 branch 2 times, most recently from 2b0b547 to f89f293 Compare May 14, 2024 20:26
Bumps the test group with 3 updates in the /actions directory: [test](https://github.com/dart-lang/test/tree/master/pkgs), [checks](https://github.com/dart-lang/test/tree/master/pkgs) and [aws_common](https://github.com/aws-amplify/amplify-flutter/tree/main/packages).


Updates `test` from 1.24.9 to 1.25.5
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.25.5/pkgs)

Updates `checks` from 0.2.2 to 0.3.0
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/checks-v0.3.0/pkgs)

Updates `aws_common` from 0.6.5 to 0.7.0
- [Release notes](https://github.com/aws-amplify/amplify-flutter/releases)
- [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test
- dependency-name: checks
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test
- dependency-name: aws_common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/actions/test-e16ccec776 branch from f89f293 to 14caedf Compare May 16, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants