chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@rollup/plugin-babel | devDependencies | patch | 5.3.0 -> 5.3.1 |
@rollup/plugin-commonjs | devDependencies | patch | 21.0.1 -> 21.0.2 |
eslint (source) | devDependencies | minor | 8.9.0 -> 8.10.0 |
i18next (source) | dependencies | patch | 21.6.11 -> 21.6.12 |
pdfjs-dist (source) | dependencies | minor | 2.12.313 -> 2.13.216 |
rollup (source) | devDependencies | minor | 2.67.3 -> 2.68.0 |
Release Notes
rollup/plugins (@rollup/plugin-babel)
v5.3.1
2022-02-22
Bugfixes
- fix: consider path delimeter on windows (#1090)
rollup/plugins (@rollup/plugin-commonjs)
v21.0.2
2022-02-23
Updates
- chore: transpile dynamic helper to ES5 (#1082)
eslint/eslint
v8.10.0
Features
-
6e2c325
feat: AddignoreOnInitialization
option to no-shadow rule (#14963) (Soufiane Boutahlil) -
115cae5
feat:--debug
prints time it takes to parse a file (#15609) (Bartek Iwańczuk) -
345e70d
feat: AddonlyOneSimpleParam
option to no-confusing-arrow rule (#15566) (Gautam Arora)
Bug Fixes
-
cdc5802
fix: Avoid__dirname
for built-in configs (#15616) (DoZerg) -
ee7c5d1
fix: false positive incamelcase
with combined properties (#15581) (Nitin Kumar)
Documentation
-
1005bd5
docs: update CLA information (#15630) (Nitin Kumar) -
5d65c3b
docs: Fix typo inno-irregular-whitespace
(#15634) (Ryota Sekiya) -
b93af98
docs: add links between rules about whitespace around block curly braces (#15625) (Milos Djermanovic) -
ebc0460
docs: update babel links (#15624) (Milos Djermanovic)
Chores
-
7cec74e
chore: upgrade @eslint/eslintrc@1.2.0 (#15648) (Milos Djermanovic) -
11c8580
chore: readESLINT_MOCHA_TIMEOUT
env var in Makefile.js (#15626) (Piggy) -
bfaa548
test: add integration tests with built-in configs (#15612) (Milos Djermanovic) -
39a2fb3
perf: fix lazy loading of core rules (#15606) (Milos Djermanovic) -
3fc9196
chore: includetests/conf
in test runs (#15610) (Milos Djermanovic)
rollup/rollup
v2.68.0
2022-02-22
Features
- provide information about cached import resolutions in
shouldTransformCachedModule
(#4414) - Add "types" field to Rollup's package exports (#4416)
Merge Requests
- #4410: refactor: use map for declarations and name suggestions (@dnalborczyk)
- #4411: refactor: use map for namespace reexports by name (@dnalborczyk)
- #4412: refactor: use includes where appropriate (@dnalborczyk)
- #4414: Add resolved sources to shouldTransformCachedModule (@lukastaegert)
- #4416: Add Typescript 4.5 nodenext node12 module resolution support (@frank-dspeed)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.