Skip to content

Commit 8b73e68

Browse files
authored
add issue_tracker links to pubspec files (#1975)
1 parent 92114ab commit 8b73e68

File tree

21 files changed

+38
-20
lines changed

21 files changed

+38
-20
lines changed

Diff for: pkgs/benchmark_harness/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/tools/tree/main/pkgs/benchmark_harness
55
issue_tracker: https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Abenchmark_harness
66

77
topics:
8-
- benchmarking
8+
- benchmarking
99

1010
environment:
1111
sdk: ^3.2.0

Diff for: pkgs/io/pubspec.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: io
2+
version: 1.1.0-wip
23
description: >-
34
Utilities for the Dart VM Runtime including support for ANSI colors, file
45
copying, and standard exit code values.
5-
version: 1.1.0-wip
66
repository: https://github.com/dart-lang/tools/tree/main/pkgs/io
7+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Aio
78

89
environment:
910
sdk: ^3.4.0

Diff for: pkgs/markdown/pubspec.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ version: 7.3.1-wip
33
description: >-
44
A portable Markdown library written in Dart that can parse Markdown into HTML.
55
repository: https://github.com/dart-lang/tools/tree/main/pkgs/markdown
6+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Amarkdown
67

78
topics:
8-
- markdown
9+
- markdown
910

1011
executables:
1112
markdown:

Diff for: pkgs/mime/pubspec.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ description: >-
55
a file extension and file contents.
66
repository: https://github.com/dart-lang/tools/tree/main/pkgs/mime
77
issue_tracker: https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Amime
8+
89
topics:
9-
- magic-numbers
10-
- mime
11-
- mimetype
12-
- multipart-form
10+
- magic-numbers
11+
- mime
12+
- mimetype
13+
- multipart-form
1314

1415
environment:
1516
sdk: ^3.2.0

Diff for: pkgs/package_config/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: package_config
22
version: 2.1.1
33
description: Support for reading and writing Dart Package Configuration files.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/package_config
5+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Apackage_config
56

67
environment:
78
sdk: ^3.4.0

Diff for: pkgs/pool/pubspec.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: pool
22
version: 1.5.2-wip
33
description: >-
4-
Manage a finite pool of resources.
5-
Useful for controlling concurrent file system or network requests.
4+
Manage a finite pool of resources. Useful for controlling concurrent file
5+
system or network requests.
66
repository: https://github.com/dart-lang/tools/tree/main/pkgs/pool
7+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Apool
78

89
environment:
910
sdk: ^3.4.0

Diff for: pkgs/pub_semver/pubspec.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: pub_semver
22
version: 2.1.5
33
description: >-
4-
Versions and version constraints implementing pub's versioning policy. This
5-
is very similar to vanilla semver, with a few corner cases.
4+
Versions and version constraints implementing pub's versioning policy. This
5+
is very similar to vanilla semver, with a few corner cases.
66
repository: https://github.com/dart-lang/tools/tree/main/pkgs/pub_semver
7+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Apub_semver
8+
79
topics:
8-
- dart-pub
9-
- semver
10+
- dart-pub
11+
- semver
1012

1113
environment:
1214
sdk: ^3.4.0

Diff for: pkgs/pubspec_parse/pubspec.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ description: >-
44
Simple package for parsing pubspec.yaml files with a type-safe API and rich
55
error reporting.
66
repository: https://github.com/dart-lang/tools/tree/main/pkgs/pubspec_parse
7+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Apubspec_parse
78

89
topics:
9-
- dart-pub
10+
- dart-pub
1011

1112
environment:
1213
sdk: ^3.6.0

Diff for: pkgs/source_maps/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: source_maps
22
version: 0.10.14-wip
33
description: A library to programmatically manipulate source map files.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/source_maps
5+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Asource_maps
56

67
environment:
78
sdk: ^3.3.0

Diff for: pkgs/source_span/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 1.10.1
33
description: >-
44
Provides a standard representation for source code locations and spans.
55
repository: https://github.com/dart-lang/tools/tree/main/pkgs/source_span
6+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Asource_span
67

78
environment:
89
sdk: ^3.1.0

Diff for: pkgs/sse/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: >-
55
communication through Server Sent Events (SSE) and corresponding POST
66
requests.
77
repository: https://github.com/dart-lang/tools/tree/main/pkgs/sse
8+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Asse
89

910
environment:
1011
sdk: ^3.3.0

Diff for: pkgs/stack_trace/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: stack_trace
22
version: 1.12.1
33
description: A package for manipulating stack traces and printing them readably.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/stack_trace
5+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Astack_trace
56

67
environment:
78
sdk: ^3.4.0

Diff for: pkgs/stream_channel/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: >-
44
An abstraction for two-way communication channels based on the Dart Stream
55
class.
66
repository: https://github.com/dart-lang/tools/tree/main/pkgs/stream_channel
7+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Astream_channel
78

89
environment:
910
sdk: ^3.3.0

Diff for: pkgs/stream_transform/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: stream_transform
22
version: 2.1.2-wip
33
description: A collection of utilities to transform and manipulate streams.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/stream_transform
5+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Astream_transform
56

67
environment:
78
sdk: ^3.4.0

Diff for: pkgs/string_scanner/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: string_scanner
22
version: 1.4.1
33
description: A class for parsing strings using a sequence of patterns.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/string_scanner
5+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Astring_scanner
56

67
environment:
78
sdk: ^3.1.0

Diff for: pkgs/term_glyph/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: term_glyph
22
version: 1.2.3-wip
33
description: Useful Unicode glyphs and ASCII substitutes.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/term_glyph
5+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Aterm_glyph
56

67
environment:
78
sdk: ^3.1.0

Diff for: pkgs/test_reflective_loader/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: test_reflective_loader
22
version: 0.2.3
33
description: Support for discovering tests and test suites using reflection.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/test_reflective_loader
5+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Atest_reflective_loader
56

67
environment:
78
sdk: ^3.1.0

Diff for: pkgs/timing/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 1.0.2
33
description: >-
44
A simple package for tracking the performance of synchronous and asynchronous
55
actions.
6-
repository: https://github.com/dart-lang/tools/tree/main/pkgs/timing
6+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Atiming
77

88
environment:
99
sdk: ^3.4.0

Diff for: pkgs/watcher/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: >-
44
A file system watcher. It monitors changes to contents of directories and
55
sends notifications when files have been added, removed, or modified.
66
repository: https://github.com/dart-lang/tools/tree/main/pkgs/watcher
7+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Awatcher
78

89
environment:
910
sdk: ^3.1.0

Diff for: pkgs/yaml/pubspec.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: yaml
22
version: 3.1.3
33
description: A parser for YAML, a human-friendly data serialization standard
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/yaml
5+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Ayaml
56

67
topics:
7-
- yaml
8-
- config-format
8+
- yaml
9+
- config-format
910

1011
environment:
1112
sdk: ^3.4.0

Diff for: pkgs/yaml_edit/pubspec.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ version: 2.2.2
33
description: >-
44
A library for YAML manipulation with comment and whitespace preservation.
55
repository: https://github.com/dart-lang/tools/tree/main/pkgs/yaml_edit
6-
7-
issue_tracker: https://github.com/dart-lang/yaml_edit/issues
6+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Ayaml_edit
87

98
topics:
10-
- yaml
9+
- yaml
1110

1211
environment:
1312
sdk: ^3.1.0

0 commit comments

Comments
 (0)