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

build(deps): bump the auto_route group across 1 directory with 3 updates #76

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps the auto_route group with 3 updates in the /packages/app directory: meta, auto_route and analysis_options.

Updates meta from 1.16.0 to 1.15.0

Changelog

Sourced from meta's changelog.

1.16.0 - 2016-04-26

Core library changes

  • dart:convert

    • Added BASE64URL codec and corresponding Base64Codec.urlSafe constructor.

    • Introduce ChunkedConverter and deprecate chunked methods on Converter.

  • dart:html

    There have been a number of BREAKING changes to align APIs with recent changes in Chrome. These include:

    • Chrome's ShadowRoot interface no longer has the methods getElementById, getElementsByClassName, and getElementsByTagName, e.g.,

      elem.shadowRoot.getElementsByClassName('clazz')

      should become:

      elem.shadowRoot.querySelectorAll('.clazz')
    • The clipboardData property has been removed from KeyEvent and Event. It has been moved to the new ClipboardEvent class, which is now used by copy, cut, and paste events.

    • The layer property has been removed from KeyEvent and UIEvent. It has been moved to MouseEvent.

    • The Point get page property has been removed from UIEvent. It still exists on MouseEvent and Touch.

    There have also been a number of other additions and removals to dart:html, dart:indexed_db, dart:svg, dart:web_audio, and dart:web_gl that correspond to changes to Chrome APIs between v39 and v45. Many of the breaking changes represent APIs that would have caused runtime exceptions when compiled to JavaScript and run on recent Chrome releases.

  • dart:io

    • Added SecurityContext.alpnSupported, which is true if a platform supports ALPN, and false otherwise.

JavaScript interop

... (truncated)

Commits
  • 089e1ba Add codeOffset/codeLength properties to ElementImpl.
  • 02f8887 fix ResolutionCopier to copy staticInvokeType/propagatedInvokeType
  • 1226c38 fix ResolutionCopier.visitAdjacentStrings
  • 9ea1718 Add @​overrides to (a lot of) analyzer.
  • ff6a744 Implement forwards compatibility for summary enums.
  • 9a983bc Add the ability to deprecate Flatbuffer fields.
  • d223676 Fix @​override quick-fix to respect doc comments.
  • 841f8e6 Move shouldFileBeAnalyzed into ContextManager
  • 92176ad Add major and minor version numbers to summary files.
  • e225e61 Issue 25827. Don't propose to remove the type of an incomplete variable decla...
  • Additional commits viewable in compare view

Updates auto_route from 9.2.2 to 9.3.0+1

Commits

Updates analysis_options from 0.0.1 to 2.0.1

Release notes

Sourced from analysis_options's releases.

v2.0.0

Full Changelog: G1J0SHI/analysis_options@v1.1.0...v2.0.0

v1.1.0

Full Changelog: G1J0SHI/analysis_options@v1.0.0...v1.1.0

v1.0.0

Initial release

Changelog

Sourced from analysis_options's changelog.

2.0.1

  • Update homepage
  • Update repository

2.0.0

  • Upgrade package

1.1.0

  • Add badges
  • Add dart SDK
  • Update docs

1.0.0

  • Initial release.
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

Bumps the auto_route group with 3 updates in the /packages/app directory: [meta](https://github.com/dart-lang/sdk/tree/main/pkg), [auto_route](https://github.com/Milad-Akarie/auto_route_library) and [analysis_options](https://github.com/G1J0SHI/analysis_options).


Updates `meta` from 1.16.0 to 1.15.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.15.0/pkg)

Updates `auto_route` from 9.2.2 to 9.3.0+1
- [Changelog](https://github.com/Milad-Akarie/auto_route_library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Milad-Akarie/auto_route_library/commits)

Updates `analysis_options` from 0.0.1 to 2.0.1
- [Release notes](https://github.com/G1J0SHI/analysis_options/releases)
- [Changelog](https://github.com/G1J0SHI/analysis_options/blob/main/CHANGELOG.md)
- [Commits](https://github.com/G1J0SHI/analysis_options/commits)

---
updated-dependencies:
- dependency-name: meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: auto_route
- dependency-name: auto_route
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: auto_route
- dependency-name: analysis_options
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: auto_route
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 10, 2025 17:26
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Relates to dependencies labels Jan 10, 2025
@lishaduck lishaduck closed this Jan 10, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pub/packages/app/auto_route-0213f7e94d branch January 10, 2025 18:13
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 Relates to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant