Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Bump TSLib dependency to the latest major version #1657

Merged
merged 2 commits into from
Oct 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"react-helmet": "^5.2.0",
"rimraf": "^2.6.2",
"ts-jest": "^25.3.1",
"tslib": "^1.9.3",
"tslib": "^1.14.1",
"typescript": "^3.7.5"
},
"dependencies": {},
Expand Down
4 changes: 4 additions & 0 deletions packages/address-consts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Added `tslib@^1.14.1` in the list of dependencies

## [2.1.0] - 2020-09-02

- Add `optionalLabels` to `Country` interface. [#1610](https://github.com/Shopify/quilt/pull/1610)
Expand Down
5 changes: 4 additions & 1 deletion packages/address-consts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"files": [
"dist/*",
"!tsconfig.tsbuildinfo"
]
],
"dependencies": {
"tslib": "^1.14.1"
}
}
4 changes: 4 additions & 0 deletions packages/address-mocks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Updated `tslib` dependency to `^1.14.1`

## [1.4.0] - 2020-09-02

- Updated mocks for countries and country calls to include `optionalLabels`. [#1610](https://github.com/Shopify/quilt/pull/1610)
Expand Down
2 changes: 1 addition & 1 deletion packages/address-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@shopify/address-consts": "^2.1.0",
"@shopify/jest-dom-mocks": "^2.9.2",
"tslib": "^1.9.3"
"tslib": "^1.14.1"
},
"files": [
"dist/*",
Expand Down
4 changes: 4 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Updated `tslib` dependency to `^1.14.1`

## [2.9.0] - 2020-09-02

- Added `optionalLabels` to GraphQL query for countries and for country [(#1610)](https://github.com/Shopify/quilt/pull/1610)
Expand Down
2 changes: 1 addition & 1 deletion packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sideEffects": false,
"dependencies": {
"@shopify/address-consts": "^2.1.0",
"tslib": "^1.9.3"
"tslib": "^1.14.1"
},
"files": [
"dist/*",
Expand Down
4 changes: 3 additions & 1 deletion packages/admin-graphql-api-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<-- ## [Unreleased] -->
## [Unreleased]

- Updated `tslib` dependency to `^1.14.1`

## [0.1.0] - 2020-07-28

Expand Down
2 changes: 1 addition & 1 deletion packages/admin-graphql-api-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/admin-graphql-api-utilities/README.md",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.3"
"tslib": "^1.14.1"
},
"files": [
"dist/*",
Expand Down
4 changes: 3 additions & 1 deletion packages/ast-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [Unreleased]

- Added `tslib@^1.14.1` in the list of dependencies

## [0.1.0] - 2020-04-20

Expand Down
1 change: 1 addition & 0 deletions packages/ast-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"jest-matcher-utils": "^25.3.0",
"remark-parse": "^7.0.1",
"remark-stringify": "^7.0.3",
"tslib": "^1.14.1",
"unified": "^8.4.0",
"unist-builder": "^1.0.4"
}
Expand Down
4 changes: 3 additions & 1 deletion packages/async/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [Unreleased]

- Added `tslib@^1.14.1` in the list of dependencies

## [2.1.0] - 2019-10-30

Expand Down
5 changes: 4 additions & 1 deletion packages/async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"!tsconfig.tsbuildinfo",
"babel.d.ts",
"babel.js"
]
],
"dependencies": {
"tslib": "^1.14.1"
}
}
4 changes: 4 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Added `tslib@^1.14.1` in the list of dependencies

## [1.0.0] - 2020-05-20

### Added
Expand Down
1 change: 1 addition & 0 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"!tsconfig.tsbuildinfo"
],
"dependencies": {
"tslib": "^1.14.1",
"ua-parser-js": "^0.7.17"
}
}
4 changes: 3 additions & 1 deletion packages/csrf-token-fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [Unreleased]

- Updated `tslib` dependency to `^1.14.1`

## [0.0.4] - 2019-01-12

Expand Down
2 changes: 1 addition & 1 deletion packages/csrf-token-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"!tsconfig.tsbuildinfo"
],
"dependencies": {
"tslib": "^1.9.3"
"tslib": "^1.14.1"
}
}
4 changes: 3 additions & 1 deletion packages/css-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [Unreleased]

- Added `tslib@^1.14.1` in the list of dependencies

## [1.0.0] - 2019-04-14

Expand Down
3 changes: 2 additions & 1 deletion packages/css-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/css-utilities/README.md",
"dependencies": {
"@types/classnames": "^2.2.7",
"classnames": "^2.2.6"
"classnames": "^2.2.6",
"tslib": "^1.14.1"
},
"files": [
"dist/*",
Expand Down
4 changes: 4 additions & 0 deletions packages/dates/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Updated `tslib` dependency to `^1.14.1`

## [0.4.0] - 2020-06-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/dates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/dates/README.md",
"dependencies": {
"@shopify/decorators": "^1.1.12",
"tslib": "^1.9.3"
"tslib": "^1.14.1"
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^2.9.2"
Expand Down
4 changes: 3 additions & 1 deletion packages/decorators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [Unreleased]

- Added `tslib@^1.14.1` in the list of dependencies

## [1.1.0] - 2019-03-22

Expand Down
3 changes: 2 additions & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"!tsconfig.tsbuildinfo"
],
"dependencies": {
"@shopify/function-enhancers": "^1.0.10"
"@shopify/function-enhancers": "^1.0.10",
"tslib": "^1.14.1"
}
}
4 changes: 3 additions & 1 deletion packages/enzyme-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [Unreleased]

- Updated `tslib` dependency to `^1.14.1`

## [2.1.12] - 2020-05-29

Expand Down
2 changes: 1 addition & 1 deletion packages/enzyme-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/enzyme-utilities/README.md",
"dependencies": {
"lodash": "^4.17.5",
"tslib": "^1.9.3"
"tslib": "^1.14.1"
},
"sideEffects": false,
"peerDependencies": {
Expand Down
4 changes: 3 additions & 1 deletion packages/function-enhancers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [Unreleased]

- Added `tslib@^1.14.1` in the list of dependencies

## [1.0.0] - 2019-03-21

Expand Down
5 changes: 4 additions & 1 deletion packages/function-enhancers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"files": [
"dist/*",
"!tsconfig.tsbuildinfo"
]
],
"dependencies": {
"tslib": "^1.14.1"
}
}
4 changes: 3 additions & 1 deletion packages/graphql-persisted/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [Unreleased]

- Added `tslib@^1.14.1` in the list of dependencies

## [1.1.15] - 2019-11-29

Expand Down
3 changes: 2 additions & 1 deletion packages/graphql-persisted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"@types/koa-compose": "*",
"apollo-link": ">=1.0.0 <2.0.0",
"koa-bodyparser": ">=4.0.0 <5.0.0",
"koa-compose": ">=3.0.0 <4.0.0"
"koa-compose": ">=3.0.0 <4.0.0",
"tslib": "^1.14.1"
},
"devDependencies": {
"@shopify/sewing-kit-koa": "^6.3.5"
Expand Down
4 changes: 3 additions & 1 deletion packages/graphql-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [Unreleased]

- Added `tslib@^1.14.1` in the list of dependencies

## [4.2.0] - 2020-06-24

Expand Down
3 changes: 2 additions & 1 deletion packages/graphql-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"apollo-client": ">=2.0.0 <3.0.0",
"apollo-link": ">=1.0.0 <2.0.0",
"graphql": "^14.0.0",
"jest-matcher-utils": "^25.3.0"
"jest-matcher-utils": "^25.3.0",
"tslib": "^1.14.1"
},
"devDependencies": {
"@shopify/useful-types": "^2.2.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [Unreleased]

- Updated `tslib` dependency to `^1.14.1`

## [0.1.3] - 2019-01-09

Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/i18n/README.md",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.3"
"tslib": "^1.14.1"
},
"files": [
"dist/*",
Expand Down
4 changes: 3 additions & 1 deletion packages/jest-dom-mocks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [Unreleased]

- Updated `tslib` dependency to `^1.14.1`

## [2.9.2] - 2020-10-09

Expand Down
2 changes: 1 addition & 1 deletion packages/jest-dom-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fetch-mock": "^9.10.1",
"lolex": "^2.7.5",
"promise": "^8.0.3",
"tslib": "^1.9.3"
"tslib": "^1.14.1"
},
"sideEffects": false,
"files": [
Expand Down
4 changes: 3 additions & 1 deletion packages/jest-koa-mocks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [Unreleased]

- Updated `tslib` dependency to `^1.14.1`

## [2.2.0] - 2019-12-19

Expand Down
2 changes: 1 addition & 1 deletion packages/jest-koa-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"koa": "^2.5.0",
"node-mocks-http": "^1.5.8",
"tslib": "^1.9.3"
"tslib": "^1.14.1"
},
"devDependencies": {
"@types/express": "^4.11.1",
Expand Down
4 changes: 3 additions & 1 deletion packages/jest-mock-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [Unreleased]

- Updated `tslib` dependency to `^1.14.1`

## [5.0.0] - 2020-06-24

Expand Down
2 changes: 1 addition & 1 deletion packages/jest-mock-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"apollo-link": "^1.2.3",
"graphql": "^14.0.0",
"graphql-tool-utilities": "^1.0.0",
"tslib": "^1.9.3"
"tslib": "^1.14.1"
},
"devDependencies": {
"@apollo/react-common": "^3.1.3",
Expand Down
Loading