Skip to content

Commit 4832935

Browse files
authored
Update the latest version of lints (dart-archive/source_map_stack_trace#50)
1 parent ce96c97 commit 4832935

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

pkgs/source_map_stack_trace/.github/workflows/test-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
# Add macos-latest and/or windows-latest if relevant for this package.
4949
os: [ubuntu-latest]
50-
sdk: [2.19.0, dev]
50+
sdk: [3.3.0, dev]
5151
steps:
5252
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
5353
- uses: dart-lang/setup-dart@65c82982aa686933bf10d50aced7a27b2b63f2a6

pkgs/source_map_stack_trace/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 2.1.2-wip
22

3-
* Require Dart 2.19
3+
* Require Dart 3.3.0
44

55
## 2.1.1
66

pkgs/source_map_stack_trace/analysis_options.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://dart.dev/tools/analysis#the-analysis-options-file
12
include: package:dart_flutter_team_lints/analysis_options.yaml
23

34
analyzer:

pkgs/source_map_stack_trace/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: A package for applying source maps to stack traces.
44
repository: https://github.com/dart-lang/source_map_stack_trace
55

66
environment:
7-
sdk: ">=2.19.0 <3.0.0"
7+
sdk: ^3.3.0
88

99
dependencies:
1010
path: ^1.8.0
1111
source_maps: ^0.10.10
1212
stack_trace: ^1.10.0
1313

1414
dev_dependencies:
15-
dart_flutter_team_lints: ^1.0.0
15+
dart_flutter_team_lints: ^2.0.0
1616
source_span: ^1.8.0
1717
test: ^1.16.0

0 commit comments

Comments
 (0)