chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | minor | 7.15.0 -> 7.16.0 |
@babel/preset-env (source) | devDependencies | minor | 7.15.0 -> 7.16.0 |
@rollup/plugin-node-resolve | devDependencies | patch | 13.0.4 -> 13.0.6 |
can-npm-publish | devDependencies | patch | 1.3.5 -> 1.3.6 |
eslint (source) | devDependencies | minor | 8.0.1 -> 8.2.0 |
eslint-plugin-jsdoc | devDependencies | minor | 36.0.7 -> 36.1.1 |
fabric (source) | dependencies | minor | 4.5.1 -> 4.6.0 |
glob | devDependencies | minor | 7.1.7 -> 7.2.0 |
i18next (source) | dependencies | minor | 20.4.0 -> 20.6.1 |
i18next-scanner | devDependencies | minor | 3.0.0 -> 3.1.0 |
karma (source) | devDependencies | patch | 6.3.4 -> 6.3.8 |
karma-firefox-launcher | devDependencies | patch | 2.1.1 -> 2.1.2 |
mocha (source) | devDependencies | minor | 9.0.3 -> 9.1.3 |
rollup (source) | devDependencies | minor | 2.56.2 -> 2.60.0 |
rollup-plugin-license | devDependencies | minor | 2.5.0 -> 2.6.0 |
Release Notes
babel/babel
v7.16.0
👓 Spec Compliance
-
babel-helpers
,babel-plugin-proposal-async-generator-functions
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
-
#13824 Await promises from sync iterators with
for-await
(@nicolo-ribaudo)
-
#13824 Await promises from sync iterators with
🚀 New Feature
-
babel-generator
,babel-parser
,babel-plugin-transform-typescript
,babel-types
- #13802 Support TypeScript 4.5 type-only import/export specifiers (@sosukesuzuki)
-
babel-parser
-
babel-helper-fixtures
,babel-helper-transform-fixture-test-runner
,babel-parser
,babel-plugin-syntax-typescript
,babel-preset-typescript
-
#13838 Handle
.mts
and.cts
files in@babel/preset-typescript
(@nicolo-ribaudo)
-
#13838 Handle
- Other
-
#13782 Add ESLint 8 support to
@babel/eslint-parser
(@nicolo-ribaudo)
-
#13782 Add ESLint 8 support to
-
babel-generator
,babel-parser
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-pipeline-operator
-
babel-compat-data
,babel-generator
,babel-parser
,babel-preset-env
,babel-types
- #13713 Enable class static blocks by default (@sosukesuzuki)
-
babel-helper-skip-transparent-expression-wrappers
,babel-plugin-proposal-optional-chaining
-
#13687 add
skipTransparentExprWrapperNodes
helper (@lightmare)
-
#13687 add
-
babel-traverse
,babel-types
- #13666 Add aliases for Standardized, TypeScript, and Flow (@jridgewell)
🐛 Bug Fix
-
babel-parser
,babel-plugin-transform-typescript
- #13876 [ts] Support private methods overloads (@nicolo-ribaudo)
-
babel-plugin-transform-typescript
- #13865 fix: allow enum member without initializer after non-literal member (@lightmare)
-
babel-core
,babel-helper-create-class-features-plugin
,babel-plugin-transform-typescript
-
#13854 Don't transform
declare class
in plugin-proposal-class-properties (@forivall)
-
#13854 Don't transform
-
babel-compat-data
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-transform-react-constant-elements
,babel-preset-env
,babel-traverse
-
babel-plugin-proposal-async-generator-functions
,babel-traverse
-
babel-traverse
,babel-types
-
babel-generator
- #13825 Fix missing inner comments in function expressions (@overlookmotel)
🏠 Internal
-
Every package
-
#13772 Use
workspace:^
to specify@babel/
dependencies (@nicolo-ribaudo)
-
#13772 Use
- Other
- #13856 Update to Yarn 3.1 (@nicolo-ribaudo)
- #13867 Test on Node.js 17 (@nicolo-ribaudo)
-
babel-helper-fixtures
,babel-plugin-proposal-class-properties
,babel-plugin-transform-runtime
,babel-preset-react
- #13858 Force loading plugins/presets from the monorepo in tests (@nicolo-ribaudo)
-
babel-types
-
#13844 [ts] precise return type on
createTypeAnnotationBasedOnTypeof
(babel-types) (@lightmare)
-
#13844 [ts] precise return type on
-
babel-helpers
- #13841 minor: remove ineffectual helper names filter (@lightmare)
-
babel-core
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-types
:running_woman: Performance
-
babel-types
- #13843 Simplify (transpiled) babel-types builder wrappers (@lightmare)
v7.15.8
👓 Spec Compliance
-
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
-
babel-parser
🐛 Bug Fix
-
babel-generator
- #13821 Fix missing inner comments in class expressions (@overlookmotel)
-
babel-generator
,babel-parser
,babel-plugin-proposal-pipeline-operator
- #13803 Collect comments around parentheses in expressions (@nicolo-ribaudo)
-
babel-plugin-transform-typescript
💅 Polish
-
babel-core
-
babel-node
- #13784 [@babel/node] Forward the signal SIGTERM as well (@julienw)
🏠 Internal
- #13808 Update parser plugins for TypeScript tests (@sosukesuzuki)
- #13795 Fix Gulpfile path separator issue on Windows (@NotWearingPants)
:running_woman: Performance
v7.15.5
👓 Spec Compliance
-
babel-parser
-
#13727 Disallow
#a in #b in c
and similar expressions (@nicolo-ribaudo)
-
#13727 Disallow
↩ Revert
v7.15.4
👓 Spec Compliance
-
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
🐛 Bug Fix
-
#13638 [eslint] Allow
"latest"
asecmaVersion
(@fisker) -
babel-traverse
,babel-types
-
babel-types
-
babel-helper-compilation-targets
-
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-property-in-object
- #13656 fix: fix static private field shadowed by local variable (@colinaaa)
-
babel-plugin-transform-typescript
- #13664 [ts] Fix transform for nested namespaces shorthand syntax (@nicolo-ribaudo)
-
babel-parser
-
#13680 fix(babel-parser): delete
static
property from class static block for TS (@sosukesuzuki) - #13695 fix: assure left bracket is not consumed after dot (@JLHwung)
-
#13680 fix(babel-parser): delete
-
babel-core
📝 Documentation
🏠 Internal
-
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-private-property-in-object
,babel-plugin-syntax-class-static-block
,babel-plugin-syntax-private-property-in-object
,babel-plugin-syntax-top-level-await
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-preset-env
,babel-standalone
:running_woman: Performance
-
babel-core
,babel-generator
,babel-helper-annotate-as-pure
,babel-helper-builder-binary-assignment-operator-visitor
,babel-helper-builder-react-jsx
,babel-helper-define-map
,babel-helper-explode-assignable-expression
,babel-helper-function-name
,babel-helper-get-function-arity
,babel-helper-hoist-variables
,babel-helper-member-expression-to-functions
,babel-helper-module-imports
,babel-helper-module-transforms
,babel-helper-optimise-call-expression
,babel-helper-remap-async-to-generator
,babel-helper-replace-supers
,babel-helper-simple-access
,babel-helper-skip-transparent-expression-wrappers
,babel-helper-split-export-declaration
,babel-helper-wrap-function
,babel-helpers
,babel-preset-env
,babel-template
,babel-traverse
-
babel-cli
,babel-helper-define-map
,babel-helpers
,babel-node
,babel-parser
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-for-of
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-parameters
,babel-traverse
,babel-types
rollup/plugins
v13.0.6
2021-10-19
Bugfixes
- fix: pass on isEntry flag (#1016)
v13.0.5
2021-09-21
Updates
- docs: fix readme heading depth (#999)
eslint/eslint
v8.2.0
Features
-
c9fefd2
feat: report class evaluation TDZ errors in no-use-before-define (#15134) (Milos Djermanovic)
Documentation
-
c415c04
docs: Use string rule severity in CLI examples (#15253) (Kevin Partington) -
12b627d
docs: fix typo inworking-with-rules.md
(#15233) (Nitin Kumar) -
a86ffc0
docs: fix broken anchor in configuration files (#15223) (Pierre Berger) -
ee8af5f
docs: Link to unit tests from rule documentation (#15207) (Brandon Mills) -
1c0ca3c
docs: addci
andperf
tags for commit (#15215) (Nitin Kumar)
Build Related
-
796587a
build: upgrade eslint-release to v3.2.0 to support conventional commits (#15246) (Milos Djermanovic)
Chores
-
cf5b6be
chore: update @eslint/eslintrc to avoid different versions ofjs-yaml
(#15265) (Milos Djermanovic) -
4fd7a6c
perf: don't prepare a fix for valid code in key-spacing (#15239) (Milos Djermanovic) -
fda533c
chore: updatestrip-ansi
dependency (#15221) (Nitin Kumar) -
67949bd
ci: Remove Node 16 CI prerelease workaround (#14935) (Brandon Mills)
v8.1.0
-
446b4b3
Docs: Update commit message format docs (#15200) (Nicholas C. Zakas) -
d9d84a0
Fix: keyword-spacing conflict with space-infix-ops on>
(fixes #14712) (#15172) (Milos Djermanovic) -
a1f7ad7
Fix: allowbaseConfig
to extend preloaded plugin config (fixes #15079) (#15187) (Milos Djermanovic) -
3d370fb
New: Add no-unused-private-class-members rule (fixes #14859) (#14895) (Tim van der Lippe) -
e926b17
New: Add name to RuleTester (#15179) (Gareth Jones) -
90a5b6b
Chore: improve performance of:function
selector (#15181) (Milos Djermanovic) -
31af1c8
Chore: fix counting of files in performance test (#15190) (Milos Djermanovic) -
1b87fa8
Build: add node v17 (#15193) (唯然) -
0fb3bb2
Docs: removeinstanceof
from keyword-spacing docs (#15180) (Milos Djermanovic) -
249a040
Upgrade:eslint-plugin-eslint-plugin
to v4 (#15169) (Bryan Mishkin) -
35f3254
Docs: Describe range in rule docs (fixes #14162) (#15174) (Nicholas C. Zakas) -
b5049c8
Chore: Update stale bot settings (#15173) (Nicholas C. Zakas) -
2b32f50
Docs: Fix typo in README.md (#15168) (Dmitriy Fishman) -
dd58cd4
Chore: migrate master to main (#15062) (Nitesh Seram) -
ec0f8e0
Chore: Add stale issue/MR checker (#15151) (Nicholas C. Zakas) -
2cfbd4b
Docs: Update README team and sponsors (ESLint Jenkins)
gajus/eslint-plugin-jsdoc
v36.1.1
Bug Fixes
-
check-indentation
: ensure decorators in fenced code blocks do not terminate ignoring of indentation in code blocks; fixes #789 (0f4d8e0)
v36.1.0
Bug Fixes
Features
v36.0.8
Bug Fixes
fabricjs/fabric.js
v4.6.0
- feat(fabric.util): added fabric.util.transformPath to add transformations to path points #7300
- feat(fabric.util): added fabric.util.joinPath, the opposite of fabric.util.parsePath #7300
- fix(fabric.util): use integers iterators #7233
- feat(fabric.Text) add path rendering to text on path #7328
- feat(fabric.iText): Add optional hiddenTextareaContainer to contain hiddenTextarea #7314
- fix(fabric.Text) added pathStartOffset and pathSide to props lists for object export #7318
- feat(animate): add imperative abort option for animations #7275
- fix(Fabric.text): account for fontSize in textpath cache dimensions ( to avoid clipping ) #7298
- feat(Observable.once): Add once event handler #7317
- feat(fabric.Object): Improve drawing of controls in group. #7119
- fix(EraserBrush): intersectsWithObject edge cases #7290
- fix(EraserBrush): dump canvas bg/overlay color support #7289
- feat(fabric.Text) added pathSide property to text on path #7259
- fix(EraserBrush) force fill value #7269
- fix(fabric.StaticCanvas) properly remove objects on canvas.clear #6937
- feat(fabric.EraserBrush): improved erasing:end event #7258
- fix(shapes): fabric.Object._fromObject never should return #7201
- feat(fabric.filters) Added vibrance filter (for increasing saturation of muted colors) #7189
- fix(fabric.StaticCanvas): restore canvas size when disposing #7181
- feat(fabric.util): added
convertPointsToSVGPath
that will convert from a list of points to a smooth curve. #7140 - fix(fabric.Object): fix cache invalidation issue when objects are rotating #7183
- fix(fabric.Canvas): rectangle selection works with changing viewport #7088
- feat(fabric.Text): textPath now support textAlign #7156
- fix(fabric.EraserBrush): test eraser intersection with objects taking into account canvas viewport transform #7147
- fix(fabric.Object): support
excludeFromExport
set onclipPath
#7148. - fix(fabric.Group): support
excludeFromExport
set on objects #7148. - fix(fabric.StaticCanvas): support
excludeFromExport
set onbackgroundColor
,overlayColor
,clipPath
#7148. - fix(fabric.EraserBrush): support object resizing (needed for eraser) #7100.
- fix(fabric.EraserBrush): support canvas resizing (overlay/background drawables) #7100.
- fix(fabric.EraserBrush): propagate
clipPath
of group to erased objects when necessary so it is correct when ungrouping/removing from group #7100. - fix(fabric.EraserBrush): introduce
erasable = deep
option forfabric.Group
#7100. - feat(fabric.Collection): the
contains
method now accepts a second boolean parameterdeep
, checking all descendants,collection.contains(obj, true)
#7139. - fix(fabric.StaticCanvas): disposing canvas now restores canvas size and style to original state.
i18next/i18next
v20.6.1
- fix deepFind if looking for nesting array item
v20.6.0
- feature: key prefix option 1644
v20.5.0
- introduce missingKeyNoValueFallbackToKey option
i18next/i18next-scanner
v3.1.0
- feat: use esprima-next that contains the latest release of ESM support (#221, closes #205)
- chore: deprecate Travis CI in favor of GitHub workflows
v3.0.1
karma-runner/karma
v6.3.8
Bug Fixes
- reporter: warning if stack trace contains generated code invocation (4f23b14)
v6.3.7
Bug Fixes
v6.3.6
Bug Fixes
v6.3.5
Bug Fixes
karma-runner/karma-firefox-launcher
v2.1.2
Bug Fixes
- launcher does not kill firefox.exe on WSL (3954ad4), closes /github.com/karma-runner/karma-firefox-launcher/issues/101#issuecomment-891850143
mochajs/mocha
v9.1.3
🐛 Fixes
🔩 Other
-
#4764: Revert deprecation of
EVENT_SUITE_ADD_*
events (@beatfactor)
v9.1.2
🐛 Fixes
-
#4746: Browser: stop using all global vars in
browser-entry.js
(@PaperStrike)
🔩 Other
- #4754: Remove dependency wide-align (@juergba)
- #4736: ESM: remove code for Node versions <10 (@juergba)
v9.1.1
🐛 Fixes
-
#4623:
XUNIT
andJSON
reporter crash inparallel
mode (@curtisman)
v9.1.0
🎉 Enhancements
rollup/rollup
v2.60.0
2021-11-11
Features
- Add
this.load
context function to load, transform and parse modules without adding them to the graph (#4234) - Sanitize non-url-safe characters in generated chunk names by default (#4262)
- Support ESM plugins via command line (#4265)
Merge Requests
- #4234: Plugin context function for pre-loading modules (@lukastaegert)
- #4262: exclude invalid URL chars (@danielroe)
- #4265: support loading ESM plugins from the CLI via --plugin (@kzc)
v2.59.0
2021-11-01
Features
- Support static class initialization blocks (#4249)
Bug Fixes
- Fix an issue with the CommonJS plugin when module.exports has inherited properties (#4256)
Merge Requests
- #4236: typescript bug class field initialization order (@dnalborczyk)
- #4249: Support for class static initialization block (@dnalborczyk and @lukastaegert)
- #4256: Skip inherited properties in synthetic namespaces (@lukastaegert)
v2.58.3
2021-10-25
Bug Fixes
- Republish 2.58.1 with npm 6 as files were missing
v2.58.2
2021-10-25
Bug Fixes
- Republish 2.58.1 as files were missing
v2.58.1
2021-10-25
Bug Fixes
- Fix an issue with the CommonJS plugin when module.exports is falsy (#4247)
Merge Requests
- #4247: Handle falsy synthetic namespaces (@lukastaegert)
v2.58.0
2021-10-01
Features
- Add a flag to more reliably identify entry points in the
resolveId
hook (#4230)
Merge Requests
- #4230: Add isEntry flag to resolveId and this.resolve (@lukastaegert)
- #4233: Remove unused rollup-plugin-typescript ambient module types (@dnalborczyk)
- #4235: Update dependencies (@lukastaegert)
v2.57.0
2021-09-22
Features
- Add
generatedCode
option to allow Rollup to use es2015 features for smaller output and more efficient helpers (#4215) - Improve AMD and SystemJS parsing performance by wrapping relevant functions in parentheses (#4215)
- Using
preferConst
will now show a warning withstrictDeprecations: true
(#4215)
Bug Fixes
- Improve ES3 syntax compatibility by more consequently quoting reserved words as props in generated code (#4215)
- Do not use
Object.assign
in generated code to ensure ES5 compatibility without the need for polyfills (#4215) - Support live-bindings in dynamic namespace objects that contain reexported external or synthetic namespaces (#4215)
- Use correct "this" binding in dynamic import expressions for CommonJS and AMD (#4215)
- Properly handle
shimMissingExports
for exports that are only used internally (#4215) - Prevent unhandled rejection for failed module parsing (#4228)
Merge Requests
- #4212: chore: remove unused ambient types (@dnalborczyk)
- #4215: Use ES2015 features in generated code snippets (@lukastaegert)
- #4219: chore: bump rollup typescript, remove unused micromatch (@dnalborczyk)
- #4220: chore: use forceConsistentCasingInFileNames in ts-config (@dnalborczyk)
- #4224: prepare for useDefineForClassFields (@dnalborczyk)
- #4228: fix: prevent UnhandledPromiseRejectionWarning when module resolution/parsing fails (@kherock)
v2.56.3
2021-08-23
Bug Fixes
- Make sure moduleInfo contains complete information about imported ids in the moduleParsed hook (#4208)
Merge Requests
-
#4208:
ModuleInfo.importedIds
will return null ifresolvedIds[source]
is undefined (@FoxDaxian and @lukastaegert)
mjeanroy/rollup-plugin-license
v2.6.0
- release: prepare next release (2cb165b)
- release: release version (dfea311)
- chore(deps-dev): bump @babel/core from 7.14.3 to 7.14.5 (#834) (c5a2abb), closes #834
- chore(deps-dev): bump @babel/core from 7.14.5 to 7.14.6 (#837) (708cc81), closes #837
- chore(deps-dev): bump @babel/core from 7.14.6 to 7.14.8 (#877) (55049ba), closes #877
- chore(deps-dev): bump @babel/core from 7.14.8 to 7.15.0 (#892) (af353c1), closes #892
- chore(deps-dev): bump @babel/core from 7.15.0 to 7.15.4 (#908) (9f0be56), closes #908
- chore(deps-dev): bump @babel/core from 7.15.4 to 7.15.5 (#910) (bced9c0), closes #910
- chore(deps-dev): bump @babel/preset-env from 7.14.4 to 7.14.5 (#832) (32ae715), closes #832
- chore(deps-dev): bump @babel/preset-env from 7.14.5 to 7.14.7 (#848) (d22e827), closes #848
- chore(deps-dev): bump @babel/preset-env from 7.14.7 to 7.14.8 (#876) (d43c6d9), closes #876
- chore(deps-dev): bump @babel/preset-env from 7.14.8 to 7.15.0 (#891) (cb89aec), closes #891
- chore(deps-dev): bump @babel/preset-env from 7.15.0 to 7.15.4 (#907) (bcd7135), closes #907
- chore(deps-dev): bump @babel/preset-env from 7.15.4 to 7.15.6 (#913) (ffb32a0), closes #913
- chore(deps-dev): bump @babel/register from 7.13.16 to 7.14.5 (#833) (4167df8), closes #833
- chore(deps-dev): bump @babel/register from 7.14.5 to 7.15.3 (#897) (4660189), closes #897
- chore(deps-dev): bump @rollup/plugin-commonjs from 19.0.0 to 19.0.1 (#867) (8a105f6), closes #867
- chore(deps-dev): bump @rollup/plugin-commonjs from 19.0.1 to 20.0.0 (#885) (33b93f9), closes #885
- chore(deps-dev): bump @rollup/plugin-commonjs from 20.0.0 to 21.0.0 (#927) (bafbf71), closes #927
- chore(deps-dev): bump @rollup/plugin-node-resolve from 13.0.0 to 13.0.2 (#870) (a531ba9), closes #870
- chore(deps-dev): bump @rollup/plugin-node-resolve from 13.0.2 to 13.0.4 (#882) (960fa86), closes #882
- chore(deps-dev): bump @rollup/plugin-node-resolve from 13.0.4 to 13.0.5 (#922) (d990bbf), closes #922
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#831) (2179d71), closes #831
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#836) (f2318c6), closes #836
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#844) (7d9d7b8), closes #844
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#850) (78a373d), closes #850
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#860) (bbaf6a3), closes #860
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#865) (9fd149a), closes #865
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#873) (d690c8f), closes #873
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#893) (af484bf), closes #893
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#899) (31aa6b4), closes #899
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#903) (917f139), closes #903
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#905) (6fdc051), closes #905
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#916) (64dd4a7), closes #916
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#919) (9f48fed), closes #919
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#924) (5a83d64), closes #924
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#928) (67fd72d), closes #928
- chore(deps-dev): bump @typescript-eslint/parser from 4.26.0 to 4.26.1 (#830) (3e904ee), closes #830
- chore(deps-dev): bump @typescript-eslint/parser from 4.26.1 to 4.27.0 (#839) (748b8f1), closes #839
- chore(deps-dev): bump @typescript-eslint/parser from 4.27.0 to 4.28.0 (#847) (f7d28a4), closes #847
- chore(deps-dev): bump @typescript-eslint/parser from 4.28.0 to 4.28.1 (#851) (9a48c36), closes #851
- chore(deps-dev): bump @typescript-eslint/parser from 4.28.1 to 4.28.2 (#859) (1303bbe), closes #859
- chore(deps-dev): bump @typescript-eslint/parser from 4.28.2 to 4.28.3 (#866) (860fab5), closes #866
- chore(deps-dev): bump @typescript-eslint/parser from 4.28.3 to 4.28.4 (#872) (94549a0), closes #872
- chore(deps-dev): bump @typescript-eslint/parser from 4.28.4 to 4.29.1 (#895) (1c25031), closes #895
- chore(deps-dev): bump @typescript-eslint/parser from 4.29.1 to 4.29.2 (#898) (46df704), closes #898
- chore(deps-dev): bump @typescript-eslint/parser from 4.29.2 to 4.29.3 (#901) (63aff60), closes #901
- chore(deps-dev): bump @typescript-eslint/parser from 4.29.3 to 4.30.0 (#906) (bba5e83), closes #906
- chore(deps-dev): bump @typescript-eslint/parser from 4.30.0 to 4.31.1 (#914) (83b6257), closes #914
- chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.31.2 (#920) (cf393d2), closes #920
- chore(deps-dev): bump @typescript-eslint/parser from 4.31.2 to 4.32.0 (#925) (7164880), closes #925
- chore(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0 (#929) (56aa63b), closes #929
- chore(deps-dev): bump eslint from 7.27.0 to 7.28.0 (#827) (59bb950), closes #827
- chore(deps-dev): bump eslint from 7.28.0 to 7.29.0 (#845) (689df9f), closes #845
- chore(deps-dev): bump eslint from 7.29.0 to 7.30.0 (#858) (8e5897b), closes #858
- chore(deps-dev): bump eslint from 7.30.0 to 7.32.0 (#888) (b36d8f2), closes #888
- chore(deps-dev): bump jasmine-core from 3.7.1 to 3.8.0 (#856) (16885aa), closes #856
- chore(deps-dev): bump jasmine-core from 3.8.0 to 3.9.0 (#902) (917359c), closes #902
- chore(deps-dev): bump prettier from 2.3.0 to 2.3.1 (#828) (0477e40), closes #828
- chore(deps-dev): bump prettier from 2.3.1 to 2.3.2 (#852) (0ca78cb), closes #852
- chore(deps-dev): bump prettier from 2.3.2 to 2.4.0 (#912) (5017f35), closes #912
- chore(deps-dev): bump prettier from 2.4.0 to 2.4.1 (#917) (c5aac74), closes #917
- chore(deps-dev): bump rollup from 2.50.5 to 2.51.0 (#826) (f982cde), closes #826
- chore(deps-dev): bump rollup from 2.51.0 to 2.51.1 (#829) (cc0d69a), closes #829
- chore(deps-dev): bump rollup from 2.51.1 to 2.51.2 (#835) (424d2b4), closes #835
- chore(deps-dev): bump rollup from 2.51.2 to 2.52.0 (#840) (98edbff), closes #840
- chore(deps-dev): bump rollup from 2.52.0 to 2.52.1 (#841) (6f73ae6), closes #841
- chore(deps-dev): bump rollup from 2.52.1 to 2.52.2 (#846) (1fc09da), closes #846
- chore(deps-dev): bump rollup from 2.52.2 to 2.52.3 (#849) (0590f1f), closes #849
- chore(deps-dev): bump rollup from 2.52.3 to 2.52.6 (#854) (ca912e1), closes #854
- chore(deps-dev): bump rollup from 2.52.6 to 2.52.7 (#857) (0bf61f4), closes #857
- chore(deps-dev): bump rollup from 2.52.7 to 2.53.1 (#864) (2900f12), closes #864
- chore(deps-dev): bump rollup from 2.53.1 to 2.53.2 (#869) (91bb0e1), closes #869
- chore(deps-dev): bump rollup from 2.53.2 to 2.54.0 (#878) (26e7c41), closes #878
- chore(deps-dev): bump rollup from 2.54.0 to 2.56.2 (#896) (c32d24f), closes #896
- chore(deps-dev): bump rollup from 2.56.2 to 2.56.3 (#900) (ff79a33), closes #900
- chore(deps-dev): bump rollup from 2.56.3 to 2.57.0 (#921) (2fb5a77), closes #921
- chore(deps-dev): bump rollup from 2.57.0 to 2.58.0 (#926) (67891d0), closes #926
- chore(deps-dev): bump rollup-plugin-prettier from 2.1.0 to 2.2.0 (#918) (73b9db7), closes #918
- chore(deps-dev): bump typescript from 4.3.2 to 4.3.4 (#843) (f371fae), closes #843
- chore(deps-dev): bump typescript from 4.3.4 to 4.3.5 (#855) (51a67b5), closes #855
- chore(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#904) (02d0b07), closes #904
- chore(deps-dev): bump typescript from 4.4.2 to 4.4.3 (#915) (17ab2f0), closes #915
- chore(deps): bump glob from 7.1.7 to 7.2.0 (#923) (b69f015), closes #923
- chore(deps): bump package-name-regex from 2.0.1 to 2.0.2 (#838) (bd23d61), closes #838
- chore(deps): bump package-name-regex from 2.0.2 to 2.0.3 (#861) (3e754ee), closes #861
- chore(deps): bump package-name-regex from 2.0.3 to 2.0.4 (#874) (6e1fc7e), closes #874
- chore(docs): Update readme & changelog (ca14ecc)
- fix: licencefile glob on windows (#931) (769ede5), closes #931
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.