Skip to content

Update all non-major dependencies

Reiter, Christoph requested to merge renovate/all-minor-patch into master

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
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.59.0
rollup-plugin-license devDependencies minor 2.5.0 -> 2.6.0

Release Notes

babel/babel

v7.16.0

Compare Source

👓 Spec Compliance
  • babel-helpers, babel-plugin-proposal-async-generator-functions, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
🚀 New Feature
  • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-types
  • babel-parser
  • babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-parser, babel-plugin-syntax-typescript, babel-preset-typescript
  • Other
  • 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
  • babel-helper-skip-transparent-expression-wrappers, babel-plugin-proposal-optional-chaining
  • babel-traverse, babel-types
🐛 Bug Fix
  • babel-parser, babel-plugin-transform-typescript
  • babel-plugin-transform-typescript
  • babel-core, babel-helper-create-class-features-plugin, babel-plugin-transform-typescript
  • 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
    • #​13842 Implement @​babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression (@​JLHwung)
  • babel-plugin-proposal-async-generator-functions, babel-traverse
  • babel-traverse, babel-types
  • babel-generator
🏠 Internal
:running_woman: Performance

v7.15.8

Compare Source

👓 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
💅 Polish
🏠 Internal
:running_woman: Performance

v7.15.5

Compare Source

👓 Spec Compliance
Revert

v7.15.4

Compare Source

👓 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" as ecmaVersion (@​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
  • babel-plugin-transform-typescript
  • babel-parser
  • 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

v13.0.5

2021-09-21

Updates
  • docs: fix readme heading depth (#​999)
azu/can-npm-publish

v1.3.6

Compare Source

Bug Fixes
  • error on isError due to changes of output format of npm view (#​21) (12d1df4)
eslint/eslint

v8.2.0

Compare Source

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 in working-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: add ci and perf 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

v8.1.0

Compare Source

gajus/eslint-plugin-jsdoc

v36.1.1

Compare Source

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

Compare Source

Bug Fixes
  • check-values: avoid capturing carriage return with license check; fixes #​783 (98a6d35)
Features

v36.0.8

Compare Source

Bug Fixes
  • with comment-parser allowing lower version, liberalize engines; fixes #​774 (63640e0)
isaacs/node-glob

v7.2.0

Compare Source

i18next/i18next

v20.6.1

Compare Source

  • fix deepFind if looking for nesting array item

v20.6.0

Compare Source

  • feature: key prefix option 1644

v20.5.0

Compare Source

  • introduce missingKeyNoValueFallbackToKey option
i18next/i18next-scanner

v3.1.0

Compare Source

  • 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

Compare Source

  • fix: fix false ns type error (#​183)
  • feat: print the literal code nodes-to-string is choking on (#​185)
  • feat: allow loadPath and savePath on resource configuration to be functions (#​200)
  • fix: enforce i18next JSON v3 to maintain backward compatibility (#​217)
  • ci: setup github workflows (#​218)
karma-runner/karma

v6.3.8

Compare Source

Bug Fixes
  • reporter: warning if stack trace contains generated code invocation (4f23b14)

v6.3.7

Compare Source

Bug Fixes
  • middleware: replace %X_UA_COMPATIBLE% marker anywhere in the file (f1aeaec), closes #​3711

v6.3.6

Compare Source

Bug Fixes

v6.3.5

Compare Source

Bug Fixes
  • client: prevent socket.io from hanging due to mocked clocks (#​3695) (105da90)
karma-runner/karma-firefox-launcher

v2.1.2

Compare Source

Bug Fixes
mochajs/mocha

v9.1.3

Compare Source

🐛 Fixes

🔩 Other

v9.1.2

Compare Source

🐛 Fixes

🔩 Other

v9.1.1

Compare Source

🐛 Fixes

v9.1.0

Compare Source

🎉 Enhancements

rollup/rollup

v2.59.0

Compare Source

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

v2.58.3

Compare Source

2021-10-25

Bug Fixes
  • Republish 2.58.1 with npm 6 as files were missing

v2.58.2

Compare Source

2021-10-25

Bug Fixes
  • Republish 2.58.1 as files were missing

v2.58.1

Compare Source

2021-10-25

Bug Fixes
  • Fix an issue with the CommonJS plugin when module.exports is falsy (#​4247)
Merge Requests

v2.58.0

Compare Source

2021-10-01

Features
  • Add a flag to more reliably identify entry points in the resolveId hook (#​4230)
Merge Requests

v2.57.0

Compare Source

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 with strictDeprecations: 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

v2.56.3

Compare Source

2021-08-23

Bug Fixes
  • Make sure moduleInfo contains complete information about imported ids in the moduleParsed hook (#​4208)
Merge Requests
mjeanroy/rollup-plugin-license

v2.6.0

Compare Source


Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports