Skip to content

Commit fa8bdd7

Browse files
authored
Normalise how PR links are formatted in changelogs (#303)
- PRs links should be in the form `[[#123](LINKHERE)]`. - Changelog lines sohuld be sentences, ending in a period and followed by the PR link
1 parent 6737623 commit fa8bdd7

File tree

8 files changed

+179
-179
lines changed

8 files changed

+179
-179
lines changed

packages/babel-preset/CHANGELOG.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1111

1212
### Changed
1313

14-
- Updated `@babel/*` dependencies and fix bug with webpack4 [[#301](https://github.com/Shopify/web-configs/pull/301)]
14+
- Updated `@babel/*` dependencies and fix bug with webpack4. [[#301](https://github.com/Shopify/web-configs/pull/301)]
1515

1616
## 24.1.4 - 2021-09-13
1717

1818
### Fixed
1919

20-
- Added missing dependency [[#289](https://github.com/Shopify/web-configs/pull/289)]
20+
- Added missing dependency. [[#289](https://github.com/Shopify/web-configs/pull/289)]
2121

2222
### Changed
2323

@@ -33,32 +33,32 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
3333

3434
### Changed
3535

36-
- Refactored usage of `loose` options on plugins to use the top level `assumptions` object [[#269](https://github.com/Shopify/web-configs/pull/269)]
36+
- Refactored usage of `loose` options on plugins to use the top level `assumptions` object. [[#269](https://github.com/Shopify/web-configs/pull/269)]
3737

3838
## 24.1.1 - 2021-07-12
3939

4040
### Changed
4141

42-
- Updated `@babel/runtime`, `@babel/preset-env`, and `@babel/core` [[#273](https://github.com/Shopify/web-configs/pull/273)]
42+
- Updated `@babel/runtime`, `@babel/preset-env`, and `@babel/core`. [[#273](https://github.com/Shopify/web-configs/pull/273)]
4343

4444

4545
## 24.1.0 - 2021-07-07
4646

4747
### Added
4848

49-
- Added `isWebpack5` option to remove unneeded babel plugins [[#268](https://github.com/Shopify/web-configs/pull/268)]
49+
- Added `isWebpack5` option to remove unneeded babel plugins. [[#268](https://github.com/Shopify/web-configs/pull/268)]
5050

5151
## 24.0.2 - 2021-06-14
5252

5353
### Changed
5454

55-
- Updated `@babel/*` presets and plugins to version `7.14.5` [[#260](https://github.com/Shopify/web-configs/pull/260)]
55+
- Updated `@babel/*` presets and plugins to version `7.14.5`. [[#260](https://github.com/Shopify/web-configs/pull/260)]
5656

5757
## 24.0.1 - 2021-06-04
5858

5959
### Changed
6060

61-
- Update `@babel/preset-env`, `@babel/plugin-transform-typescript`, and `@babel/parser` to `7.14.4` [[#256](https://github.com/Shopify/web-configs/pull/256)]
61+
- Update `@babel/preset-env`, `@babel/plugin-transform-typescript`, and `@babel/parser` to `7.14.4`. [[#256](https://github.com/Shopify/web-configs/pull/256)]
6262

6363
## 24.0.0 - 2021-05-25
6464

@@ -68,97 +68,97 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6868

6969
### Changed
7070

71-
- Updated `@babel/*` presets and plugins to version `7.14.2` [[#254](https://github.com/Shopify/web-configs/pull/254)]
71+
- Updated `@babel/*` presets and plugins to version `7.14.2`. [[#254](https://github.com/Shopify/web-configs/pull/254)]
7272

7373
## 23.6.2 - 2021-08-18
7474

7575
### Changed
7676

77-
- Refactored usage of `loose` options on plugins to use the top level `assumptions` object [[#282](https://github.com/Shopify/web-configs/pull/282)]
77+
- Refactored usage of `loose` options on plugins to use the top level `assumptions` object. [[#282](https://github.com/Shopify/web-configs/pull/282)]
7878

7979
## 23.6.1 - 2021-05-05
8080

8181
### Changed
8282

83-
- Fix loose warning for `@babel/plugin-proposal-private-methods` [[#245](https://github.com/Shopify/web-configs/pull/245)]
83+
- Fix loose warning for `@babel/plugin-proposal-private-methods`. [[#245](https://github.com/Shopify/web-configs/pull/245)]
8484

8585
## 23.6.0 - 2021-05-04
8686

8787
### Changed
8888

89-
- Updated `@babel/*` presets and plugins to version `7.14.x` [[#241](https://github.com/Shopify/web-configs/pull/241)]
89+
- Updated `@babel/*` presets and plugins to version `7.14.x`. [[#241](https://github.com/Shopify/web-configs/pull/241)]
9090

9191
## 23.5.1 - 2021-04-20
9292

9393
### Changed
9494

95-
- Updated `@babel/core`, `@babel/runtime`, and fixes `@shopify/babel-preset` react settings [[#235](https://github.com/Shopify/web-foundation/pull/235)]
95+
- Updated `@babel/core`, `@babel/runtime`, and fixes `@shopify/babel-preset` react settings. [[#235](https://github.com/Shopify/web-foundation/pull/235)]
9696

9797
## 23.5.0 - 2021-04-20
9898

9999
### Added
100100

101-
- Created an experimental `common` babel-preset [[#231](https://github.com/Shopify/web-foundation/pull/231)]
101+
- Created an experimental `common` babel-preset. [[#231](https://github.com/Shopify/web-foundation/pull/231)]
102102

103103
### Changed
104104

105-
- Updated `@babel/*` presets and plugins to version `7.13.x` [[#231](https://github.com/Shopify/web-foundation/pull/231)]
105+
- Updated `@babel/*` presets and plugins to version `7.13.x`. [[#231](https://github.com/Shopify/web-foundation/pull/231)]
106106

107107
## 23.4.1 - 2021-04-16
108108

109109
### Changed
110110

111-
- Updated `@babel/*` presets and plugins to version `7.13.x` [[#222](https://github.com/Shopify/web-foundation/pull/222)]
111+
- Updated `@babel/*` presets and plugins to version `7.13.x`. [[#222](https://github.com/Shopify/web-foundation/pull/222)]
112112

113113
## 23.4.0 - 2021-03-10
114114

115115
### Changed
116116

117-
- Updated `@babel/*` presets and plugins to version `7.13` [[#219](https://github.com/Shopify/web-foundation/pull/219)]
117+
- Updated `@babel/*` presets and plugins to version `7.13`. [[#219](https://github.com/Shopify/web-foundation/pull/219)]
118118

119119
## 23.3.2 - 2021-02-11
120120

121121
### Changed
122122

123-
- Improved how options are defined in `@shopify/babel-preset/react` [[#209](https://github.com/Shopify/web-configs/pull/209)]
123+
- Improved how options are defined in `@shopify/babel-preset/react`. [[#209](https://github.com/Shopify/web-configs/pull/209)]
124124

125125
## 23.3.1 - 2021-02-10
126126

127127
### Changed
128128

129-
- Bugfix for disabling `transformReactConstantElements` [[#208](https://github.com/Shopify/web-configs/pull/208)]
129+
- Bugfix for disabling `transformReactConstantElements`. [[#208](https://github.com/Shopify/web-configs/pull/208)]
130130

131131
## 23.3.0 - 2021-02-10
132132

133133
### Changed
134134

135-
- Updated `@babel/*` presets and plugins to version `7.12` [[#207](https://github.com/Shopify/web-foundation/pull/207)]
135+
- Updated `@babel/*` presets and plugins to version `7.12`. [[#207](https://github.com/Shopify/web-foundation/pull/207)]
136136

137137
### Added
138138

139-
- Added the ability to add `@babel/plugin-transform-runtime` [[#206](https://github.com/Shopify/web-configs/pull/206)]
139+
- Added the ability to add `@babel/plugin-transform-runtime`. [[#206](https://github.com/Shopify/web-configs/pull/206)]
140140

141141
## 23.2.0 - 2021-02-09
142142

143143
### Added
144144

145-
- Added the ability to disable `@babel/plugin-transform-react-constant-elements` [[#205](https://github.com/Shopify/web-foundation/pull/205)]
145+
- Added the ability to disable `@babel/plugin-transform-react-constant-elements`. [[#205](https://github.com/Shopify/web-foundation/pull/205)]
146146

147147
## 23.1.1 - 2020-08-26
148148

149-
- Update `@babel/preset-env` and other babel packages to 7.10.4 and enable preset-env's [`bugfixes`](https://babeljs.io/docs/en/babel-preset-env#bugfixes) option [[#172](https://github.com/Shopify/web-foundation/pull/172)]
149+
- Update `@babel/preset-env` and other babel packages to 7.10.4 and enable preset-env's [`bugfixes`](https://babeljs.io/docs/en/babel-preset-env#bugfixes) option. [[#172](https://github.com/Shopify/web-foundation/pull/172)]
150150

151151
## 23.1.0 - 2020-05-12
152152

153153
### Changed
154154

155-
- Update `@babel/core`, `@babel/preset-env`, `@babel/plugin-transform-modules-commonjs` to `7.9.6` [[#155](https://github.com/Shopify/web-foundation/pull/155)]
155+
- Update `@babel/core`, `@babel/preset-env`, `@babel/plugin-transform-modules-commonjs` to `7.9.6`. [[#155](https://github.com/Shopify/web-foundation/pull/155)]
156156

157157
## 23.0.0 - 2020-04-23
158158

159159
### Changed
160160

161-
- Remove `react-hot-loader` since `react-fast-refresh` is now used in sewing-kit [[#145](https://github.com/Shopify/web-foundation/pull/145)]
161+
- Remove `react-hot-loader` since `react-fast-refresh` is now used in sewing-kit. [[#145](https://github.com/Shopify/web-foundation/pull/145)]
162162

163163
## 22.0.0 - 2020-03-28
164164

@@ -186,11 +186,11 @@ module.exports = {
186186

187187
### Added
188188

189-
- Added support for null coalescing and optional chaining operators [[#48](https://github.com/Shopify/babel-preset-shopify/pull/48)]
189+
- Added support for null coalescing and optional chaining operators. [[#48](https://github.com/Shopify/babel-preset-shopify/pull/48)]
190190

191191
### Changed
192192

193-
- Updated `@babel/core`, `@babel/preset-env`, presets, and plugins updated to the latest `7.7.x` versions [[#47](https://github.com/Shopify/babel-preset-shopify/pull/47)]
193+
- Updated `@babel/core`, `@babel/preset-env`, presets, and plugins updated to the latest `7.7.x` versions. [[#47](https://github.com/Shopify/babel-preset-shopify/pull/47)]
194194

195195
## 20.1.0 - 2019-09-24
196196

packages/browserslist-config/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1111

1212
### Breaking Change
1313

14-
- Update desktop Safari / iOS Safari minimum supported versions. This brings iOS Safari support inline with the recent updates to Shopify mobile app's minimum supported versions, which now require a minimum version of iOS 13.6. iOS Safari targets `ios >= 13.4` which matches the caniuse target of `ios_saf 13.4-13.7`. Desktop Safari targets `last 3 safari versions` to match other desktop browser support, which matches the caniuse target of `safari 13.1`. [#274](https://github.com/Shopify/web-configs/pull/274)
14+
- Update desktop Safari / iOS Safari minimum supported versions. This brings iOS Safari support inline with the recent updates to Shopify mobile app's minimum supported versions, which now require a minimum version of iOS 13.6. iOS Safari targets `ios >= 13.4` which matches the caniuse target of `ios_saf 13.4-13.7`. Desktop Safari targets `last 3 safari versions` to match other desktop browser support, which matches the caniuse target of `safari 13.1`. [[#274](https://github.com/Shopify/web-configs/pull/274)]
1515

1616
## 2.2.4 - 2020-11-03
1717

18-
- Support the last major version of Firefox on Android in browserlist config. [#193](https://github.com/Shopify/web-configs/pull/193)
18+
- Support the last major version of Firefox on Android in browserlist config. [[#193](https://github.com/Shopify/web-configs/pull/193)]
1919

2020
## 2.2.0 - 2020-03-28
2121

0 commit comments

Comments
 (0)