@toptal/browserslist-config
Version:
Browserlist configuration
83 lines (48 loc) • 3.97 kB
Markdown
# Change Log
## 2.0.0
### Major Changes
- [#2643](https://github.com/toptal/davinci/pull/2643) [`ab9666f`](https://github.com/toptal/davinci/commit/ab9666f999e7a610f6068e0145200257d8511b46) Thanks [@rocodesign](https://github.com/rocodesign)!
Migrate package manager from Yarn to pnpm
**WHAT (breaking change):**
- switch package manager from Yarn to pnpm across the entire Davinci monorepo
- add `pnpm-workspace.yaml`, `.npmrc`, and `packageManager` field for corepack support
- convert Yarn `resolutions` to `pnpm.overrides` in root `package.json`
- update lerna `npmClient` from `yarn` to `pnpm`
- replace `yarn` with `pnpm` in root scripts (postinstall, test, test:unit:update)
**HOW to update:**
- install pnpm (`corepack enable` or `npm install -g pnpm@10.6.1`)
- replace `yarn install` with `pnpm install` in local workflows
- replace `yarn <script>` with `pnpm <script>` when running commands
## 1.2.1
### Patch Changes
- [#2138](https://github.com/toptal/davinci/pull/2138) [`94f5d8cb`](https://github.com/toptal/davinci/commit/94f5d8cb2140bdbf3e148f1ae8d5004db9779ac4) Thanks [@dmaklygin](https://github.com/dmaklygin)!
- fix package.json structure for davinci packages
## 1.2.0
### Minor Changes
- [#974](https://github.com/toptal/davinci/pull/974) [`cb6e8552`](https://github.com/toptal/davinci/commit/cb6e8552f58535099ee5e5c6fdcc9809fb304ad6) Thanks [@s0ber](https://github.com/s0ber)! - Remove node from target browser environments
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://github.com/toptal/davinci/compare/@toptal/browserslist-config@1.0.3...@toptal/browserslist-config@1.1.0) (2021-02-18)
### Features
- increase min browser version ([#701](https://github.com/toptal/davinci/issues/701)) ([fa22e94](https://github.com/toptal/davinci/commit/fa22e94931f1b58bb367f673d0425e66d8ef7ab5))
## [1.0.3](https://github.com/toptal/davinci/compare/@toptal/browserslist-config@1.0.2...@toptal/browserslist-config@1.0.3) (2021-02-17)
**Note:** Version bump only for package @toptal/browserslist-config
## [1.0.2](https://github.com/toptal/davinci/compare/@toptal/browserslist-config@1.0.1...@toptal/browserslist-config@1.0.2) (2021-02-16)
**Note:** Version bump only for package @toptal/browserslist-config
## [1.0.1](https://github.com/toptal/davinci/compare/@toptal/browserslist-config@1.0.0...@toptal/browserslist-config@1.0.1) (2021-02-16)
**Note:** Version bump only for package @toptal/browserslist-config
# [1.0.0](https://github.com/toptal/davinci/compare/@toptal/browserslist-config@1.0.0-alpha.0...@toptal/browserslist-config@1.0.0) (2021-01-25)
**Note:** Version bump only for package @toptal/browserslist-config
# [1.0.0-alpha.0](https://github.com/toptal/davinci/compare/@toptal/browserslist-config@0.1.0-alpha.2...@toptal/browserslist-config@1.0.0-alpha.0) (2021-01-21)
### Bug Fixes
- string quotes ([#664](https://github.com/toptal/davinci/issues/664)) ([db35c7a](https://github.com/toptal/davinci/commit/db35c7a8cb688d8d17a86777fef91cd507b34fa4))
### BREAKING CHANGES
- removed IE11
# [0.1.0-alpha.2](https://github.com/toptal/davinci/compare/@toptal/browserslist-config@0.1.0-alpha.1...@toptal/browserslist-config@0.1.0-alpha.2) (2020-03-04)
### Bug Fixes
- [FX-798] Bump node version requirement to >= 12 ([#264](https://github.com/toptal/davinci/issues/264)) ([b46fb28](https://github.com/toptal/davinci/commit/b46fb28))
# [0.1.0-alpha.1](https://github.com/toptal/davinci/compare/@toptal/browserslist-config@0.1.0-alpha.0...@toptal/browserslist-config@0.1.0-alpha.1) (2019-10-11)
**Note:** Version bump only for package @toptal/browserslist-config
# 0.1.0-alpha.0 (2019-06-20)
### Features
- **browserslist:** [FX-276] Add browserslist config package ([#62](https://github.com/toptal/davinci/issues/62)) ([3652906](https://github.com/toptal/davinci/commit/3652906))