Skip to content

Commit

Permalink
Merge pull request dart-backend#153 from dukefirehawk/feature/dart35
Browse files Browse the repository at this point in the history
Feature/dart35
  • Loading branch information
dukefirehawk authored Nov 3, 2024
2 parents 8d6f66a + e0b730d commit f2e80c6
Show file tree
Hide file tree
Showing 54 changed files with 104 additions and 104 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: dart-lang/setup-dart@v1
with:
sdk: "3.4.0"
sdk: "3.5.4"

- id: angel3_container_upgrade
name: angel3_container; Upgrade depedencies
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- uses: dart-lang/setup-dart@v1
with:
sdk: "3.4.0"
sdk: "3.5.4"

# Angel3 ORM
- id: angel3_orm_upgrade
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 8.2.0
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/auth
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
angel3_framework: ^8.0.0
charcode: ^1.3.0
Expand All @@ -19,7 +19,7 @@ dev_dependencies:
http: ^1.0.0
io: ^1.0.0
test: ^1.24.0
lints: ^4.0.0
lints: ^5.0.0
# dependency_overrides:
# angel3_container:
# path: ../container/angel_container
Expand Down
4 changes: 2 additions & 2 deletions packages/auth_oauth2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ description: Angel3 library for authenticating users with external identity prov
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/auth_oauth2
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
angel3_auth: ^8.0.0
angel3_framework: ^8.0.0
http_parser: ^4.0.0
oauth2: ^2.0.0
dev_dependencies:
logging: ^1.2.0
lints: ^4.0.0
lints: ^5.0.0
# dependency_overrides:
# angel3_container:
# path: ../container/angel_container
Expand Down
2 changes: 1 addition & 1 deletion packages/auth_twitter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
dart_twitter_api: ^0.5.6+1
dev_dependencies:
logging: ^1.2.0
lints: ^4.0.0
lints: ^5.0.0
dependency_overrides:
http: ^1.0.0
# angel3_container:
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dev_dependencies:
glob: ^2.0.1
http: ^1.0.0
test: ^1.24.0
lints: ^4.0.0
lints: ^5.0.0
# dependency_overrides:
# angel3_container:
# path: ../container/angel_container
Expand Down
4 changes: 2 additions & 2 deletions packages/client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A browser, mobile and command line based client that supports query
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/client
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
angel3_http_exception: ^8.0.0
belatuk_json_serializer: ^7.0.0
Expand All @@ -24,7 +24,7 @@ dev_dependencies:
build_runner: ^2.4.0
build_web_compilers: ^4.0.0
test: ^1.24.0
lints: ^4.0.0
lints: ^5.0.0
# dependency_overrides:
# angel3_container:
# path: ../container/angel_container
Expand Down
4 changes: 2 additions & 2 deletions packages/configuration/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Automatic YAML application configuration loader for Angel 3, with .
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/configuration
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
angel3_framework: ^8.0.0
belatuk_merge_map: ^5.0.0
Expand All @@ -14,7 +14,7 @@ dependencies:
dev_dependencies:
io: ^1.0.0
logging: ^1.2.0
lints: ^4.0.0
lints: ^5.0.0
belatuk_pretty_logging: ^6.0.0
test: ^1.24.0
# dependency_overrides:
Expand Down
4 changes: 2 additions & 2 deletions packages/container/angel_container/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: Angel3 hierarchical DI container, and pluggable backends for reflec
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/container/angel_container
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
collection: ^1.17.0
quiver: ^3.2.0
dev_dependencies:
test: ^1.24.0
lints: ^4.0.0
lints: ^5.0.0
4 changes: 2 additions & 2 deletions packages/container/angel_container_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ description: Codegen support for using pkg:reflectable with pkg:angel3_container
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/container/angel_container_generator
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
angel3_container: ^8.0.0
reflectable: ^4.0.0
dev_dependencies:
build_runner: ^2.4.0
build_test: ^2.1.0
test: ^1.24.0
lints: ^4.0.0
lints: ^5.0.0
# dependency_overrides:
# angel3_container:
# path: ../angel_container
4 changes: 2 additions & 2 deletions packages/cors/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ description: Angel3 CORS middleware. Ported from expressjs/cors to Angel3 framew
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/cors
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
angel3_framework: ^8.0.0
dev_dependencies:
angel3_test: ^8.0.0
http: ^1.0.0
lints: ^4.0.0
lints: ^5.0.0
test: ^1.24.0
# dependency_overrides:
# angel3_container:
Expand Down
4 changes: 2 additions & 2 deletions packages/file_service/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ description: Angel service that persists data to a file on disk, stored as a JSO
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/file_service
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
angel3_framework: ^8.0.0
file: ^7.0.0
pool: ^1.5.0
dev_dependencies:
test: ^1.24.0
lints: ^4.0.0
lints: ^5.0.0
# dependency_overrides:
# angel3_container:
# path: ../container/angel_container
Expand Down
4 changes: 2 additions & 2 deletions packages/framework/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A high-powered HTTP server extensible framework with dependency inj
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/framework
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
angel3_container: ^8.0.0
angel3_http_exception: ^8.0.0
Expand Down Expand Up @@ -34,7 +34,7 @@ dev_dependencies:
http: ^1.0.0
io: ^1.0.0
test: ^1.24.0
lints: ^4.0.0
lints: ^5.0.0
# dependency_overrides:
# angel3_container:
# path: ../container/angel_container
Expand Down
4 changes: 2 additions & 2 deletions packages/hot/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Supports hot reloading/hot code push of Angel3 servers on file chan
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/hot
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
angel3_framework: ^8.2.0
angel3_websocket: ^8.1.0
Expand All @@ -18,7 +18,7 @@ dependencies:
logging: ^1.2.0
dev_dependencies:
http: ^1.0.0
lints: ^4.0.0
lints: ^5.0.0
#dependency_overrides:
# angel3_container:
# path: ../container/angel_container
Expand Down
4 changes: 2 additions & 2 deletions packages/html/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Support for rendering html_builder AST's as responses in Angel.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/angel3/packages/html_builder
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
angel3_framework: ^8.0.0
belatuk_html_builder: ^5.0.0
Expand All @@ -13,7 +13,7 @@ dev_dependencies:
html: ^0.15.0
logging: ^1.0.1
test: ^1.21.0
lints: ^4.0.0
lints: ^5.0.0
# dependency_overrides:
# angel3_container:
# path: ../container/angel_container
Expand Down
4 changes: 2 additions & 2 deletions packages/http_exception/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Exception class that can be serialized to JSON and serialized to cl
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/http_exception
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dev_dependencies:
lints: ^4.0.0
lints: ^5.0.0
4 changes: 2 additions & 2 deletions packages/jael/angel_jael/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Angel support for the Jael templating engine, similar to Blade or L
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/jael/angel_jael
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
angel3_framework: ^8.0.0
jael3: ^8.0.0
Expand All @@ -17,7 +17,7 @@ dev_dependencies:
angel3_test: ^8.0.0
html: ^0.15.0
test: ^1.24.0
lints: ^4.0.0
lints: ^5.0.0
# dependency_overrides:
# angel3_container:
# path: ../../container/angel_container
Expand Down
4 changes: 2 additions & 2 deletions packages/jael/jael/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A simple server-side HTML templating engine for Dart. Comparable t
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/jael/jael
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
args: ^2.4.0
charcode: ^1.3.0
Expand All @@ -15,7 +15,7 @@ dependencies:
collection: ^1.17.0
matcher: ^0.12.10
dev_dependencies:
lints: ^4.0.0
lints: ^5.0.0
test: ^1.24.0
executables:
jaelfmt: jaelfmt
4 changes: 2 additions & 2 deletions packages/jael/jael_language_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Language Server Protocol implementation for the Jael templating eng
homepage: https://github.com/angel-dart/vscode
publish_to: none
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
args: ^2.4.0
# dart_language_server: ^0.1.16
Expand All @@ -18,7 +18,7 @@ dependencies:
path: ^1.8.0
source_span: ^1.10.0
string_scanner: ^1.2.0
lints: ^4.0.0
lints: ^5.0.0
stream_channel: ^2.1.0
async: ^2.11.0
executables:
Expand Down
4 changes: 2 additions & 2 deletions packages/jael/jael_preprocessor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A pre-processor for resolving blocks and includes within Jael templ
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/jael/jael_preprocessor
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
file: ^7.0.0
jael3: ^8.0.0
Expand All @@ -13,7 +13,7 @@ dependencies:
dev_dependencies:
belatuk_code_buffer: ^5.1.0
test: ^1.24.0
lints: ^4.0.0
lints: ^5.0.0
# dependency_overrides:
# jael3:
# path: ../jael
4 changes: 2 additions & 2 deletions packages/jael/jael_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 8.0.0
description: Experimental virtual DOM/SPA engine built on Jael3. Supports SSR.
publish_to: none
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
analyzer: ^6.2.0
build: ^2.0.2
Expand All @@ -17,7 +17,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.0
build_web_compilers: ^4.0.0
lints: ^4.0.0
lints: ^5.0.0
# dependency_overrides:
# jael3:
# path: ../jael
Expand Down
4 changes: 2 additions & 2 deletions packages/jinja/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ version: 8.3.1
description: A service that renders Jinja2 template into HTML view for Angel3. Ported from Python to Dart.
homepage: https://github.com/dart-backend/angel/tree/master/packages/jinja
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
angel3_framework: ^8.4.0
jinja: ^0.6.0
dev_dependencies:
angel3_test: ^8.2.0
path: ^1.9.0
test: ^1.24.0
lints: ^4.0.0
lints: ^5.0.0
# dependency_overrides:
# angel3_container:
# path: ../container/angel_container
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ description: Angel3 Markdown view generator. Write static sites, with no build s
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/markdown
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
angel3_framework: ^8.0.0
file: ^7.0.0
markdown: ^7.1.0
dev_dependencies:
angel3_test: ^8.0.0
lints: ^4.0.0
lints: ^5.0.0
test: ^1.24.0
# dependency_overrides:
# angel3_container:
Expand Down
4 changes: 2 additions & 2 deletions packages/mock_request/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ description: Manufacture dart:io HttpRequests, HttpResponses, HttpHeaders, etc.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/mock_request
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
charcode: ^1.3.0
dev_dependencies:
#angel3_framework: ^7.0.0
http: ^1.0.0
test: ^1.24.0
lints: ^4.0.0
lints: ^5.0.0
# dependency_overrides:
# angel3_framework:
# path: ../framework
Expand Down
4 changes: 2 additions & 2 deletions packages/model/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Angel3 basic data model class, no longer with the added weight of t
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/model
environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dev_dependencies:
lints: ^4.0.0
lints: ^5.0.0
Loading

0 comments on commit f2e80c6

Please sign in to comment.