Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #1628

Closed
wants to merge 2 commits into from
Closed

Update all dependencies #1628

wants to merge 2 commits into from

Conversation

ggrossetie
Copy link
Member

@ggrossetie ggrossetie commented Mar 8, 2022

This PR contains the following updates:

Package Type Update Change
@asciidoctor/core dependencies patch 2.2.5 -> 2.2.6
@rollup/plugin-commonjs devDependencies patch 21.0.1 -> 21.0.2
@rollup/plugin-replace devDependencies major 3.0.1 -> 4.0.0
@types/node devDependencies patch 17.0.8 -> 17.0.21
@typescript-eslint/eslint-plugin devDependencies minor 5.9.1 -> 5.14.0
@typescript-eslint/parser devDependencies minor 5.9.1 -> 5.14.0
actions/checkout action major v2.0.0 -> v3.0.0
actions/checkout action major v2 -> v3
actions/create-release action minor v1.0.0 -> v1.1.4
actions/setup-node action major v1 -> v3
actions/upload-release-asset action patch v1.0.1 -> v1.0.2
asciidoctor-opal-runtime dependencies minor 2.0.0-beta.5 -> 2.1.0
chai (source) devDependencies patch 4.3.4 -> 4.3.6
eslint (source) devDependencies minor 8.6.0 -> 8.10.0
libnpmpublish (source) devDependencies major 4.0.2 -> 6.0.0
mocha (source) devDependencies minor 9.1.3 -> 9.2.1
opal-compiler devDependencies minor 2.0.0-beta.5 -> 2.1.0
pacote devDependencies major ^12.0.2 -> ^13.0.0
puppeteer devDependencies minor 13.0.1 -> 13.5.0
renovatebot/github-action action patch v32.0.1 -> v32.0.2
rollup (source) devDependencies minor 2.64.0 -> 2.70.0
sinon (source) devDependencies major 12.0.1 -> 13.0.1
typescript (source) devDependencies minor 4.5.4 -> 4.6.2
yuzutech/zulip-send-message-action action major v0.1.0 -> v1.0.0

Release Notes

asciidoctor/asciidoctor.js

v2.2.6

Compare Source

Summary

This release is based on Asciidoctor 2.0.17 and Opal 0.11.99.dev (31d26d69).

Release meta

Released on: 2022-01-21
Released by: @​Mogztter
Published by: GitHub Actions

Logs: full diff

📖 API documentation
📚 User Manual

Changelog

Bug Fixes
Improvements
  • Build against the latest release of Asciidoctor 2.0.16
Infrastructure
Documentation

New Contributors

rollup/plugins (@​rollup/plugin-commonjs)

v21.0.2

2022-02-23

Updates
  • chore: transpile dynamic helper to ES5 (#​1082)
rollup/plugins (@​rollup/plugin-replace)

v4.0.0

2022-02-22

Breaking Changes
  • fix: do not escape delimiters (#​1088)

v3.1.0

2022-02-11

Features
  • feat: typeofReplacements option (#​1084)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.14.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] cover case that requires quotes (#​4582) (3ea0947)
  • eslint-plugin: [no-misused-promises] factor thenable returning function overload signatures (#​4620) (56a09e9)
  • eslint-plugin: [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (#​4343) (a65713a)
  • eslint-plugin: [return-await] correct autofixer in binary expression (#​4401) (5fa2fad)
Features
  • eslint-plugin: [no-misused-promises] add granular options within checksVoidReturns (#​4623) (1085177)

v5.13.0

Compare Source

Bug Fixes
  • eslint-plugin: [sort-type-union-intersection-members] Wrap the constructorType in parentheses (#​4590) (851bb90)
Features
  • eslint-plugin: [no-misused-promises] check more places for checksVoidReturn (#​4541) (052cf51)
  • eslint-plugin: add no-redundant-type-constituents rule (#​4378) (63d051e)
  • eslint-plugin: add no-useless-empty-export rule (#​4380) (823b945)
  • eslint-plugin: add extension rule space-before-blocks (#​1606) (#​4184) (208b6d0)
  • eslint-plugin: added member group support to member-ordering rule (#​4538) (6afcaea)

5.12.1 (2022-02-21)

Bug Fixes
  • eslint-plugin: [no-unnecessary-type-arguments] fix comparison of types (#​4555) (fc3936e)

v5.12.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-type-arguments] fix comparison of types (#​4555) (fc3936e)

v5.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [init-declarations] fix nested namespace (#​4544) (fe910e6)
  • eslint-plugin: [no-unnecessary-type-arguments] Use Symbol to check if it's the same type (#​4543) (5b7d8df)
  • support nested object deconstructuring with type annotation (#​4548) (4da9278)
Features
  • add checking property definition for allowNames option (#​4542) (e32bef6)

v5.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-magic-numbers] fix invalid schema merging (#​4517) (b95f796)
  • eslint-plugin: [non-nullable-type-assertion-style] fix false positive when asserting to a generic type that might be nullish (#​4509) (4209362)
Features
  • eslint-plugin: [explicit-function-return-type] add allowedNames (#​4440) (936e252)

5.10.2 (2022-01-31)

Bug Fixes
  • eslint-plugin: [no-restricted-imports] allow relative type imports with patterns configured (#​4494) (4a6d217)

5.10.1 (2022-01-24)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.10.2

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] allow relative type imports with patterns configured (#​4494) (4a6d217)

v5.10.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support AllowTypedFunctionExpression within AllowHigherOrderFunction (#​4250) (d053cde)
  • eslint-plugin: [no-extra-semi] false negatives when used with eslint 8.3.0 (#​4458) (f4016c2)
  • eslint-plugin: [no-invalid-this] crash when used with eslint 8.7.0 (#​4448) (e56f1e5)
  • eslint-plugin: [no-magic-numbers] handle bigint in class props (#​4411) (c8e650f)
Features
  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#​4172) (1d55a75)

5.9.1 (2022-01-10)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.14.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.13.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.12.1 (2022-02-21)

Note: Version bump only for package @​typescript-eslint/parser

v5.12.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.12.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.11.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.10.2 (2022-01-31)

Note: Version bump only for package @​typescript-eslint/parser

5.10.1 (2022-01-24)

Note: Version bump only for package @​typescript-eslint/parser

v5.10.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.10.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.10.0

Compare Source

Features
  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#​4172) (1d55a75)

5.9.1 (2022-01-10)

Note: Version bump only for package @​typescript-eslint/parser

actions/checkout

v3.0.0

Compare Source

  • Update default runtime to node16

v2.4.0

Compare Source

  • Convert SSH URLs like org-<ORG_ID>@&#8203;github.com: to https://github.com/ - pr

v2.3.5

Compare Source

Update dependencies

v2.3.4

Compare Source

v2.3.3

Compare Source

v2.3.2

Compare Source

Add Third Party License Information to Dist Files

v2.3.1

Compare Source

v2.3.0

Compare Source

v2.2.0

Compare Source

v2.1.1

Compare Source

  • Changes to support GHES (here and here)

v2.1.0

Compare Source

actions/create-release

v1.1.4

Compare Source

This release adds the ability to specify an owner/repo in your inputs to have an action run create releases on a different repository.

v1.1.3

Compare Source

This release includes vendored licenses for this action's npm dependencies.

v1.1.2

Compare Source

Adds the ability to populate the release body from a file. https://github.com/actions/create-release/pull/50

v1.1.1

Compare Source

v1.1.0

Compare Source

  • Add support to v2 to connect to GHES (#​70)
  • Bumped acorn (#​57) and handlebars (#​33) versions

v1.0.1

Compare Source

This is a minor update to make the current release have the latest code from master, and additionally allows for a new automation workflow to execute to automate the sliding of the major (v1, v2, v3, etc) version numbers for ease of referencing

actions/setup-node

v3

Compare Source

v2

Compare Source

actions/upload-release-asset

v1.0.2

Compare Source

This is a minor update to make the current release have the latest code from master, and additionally allows for a new automation workflow to execute to automate the sliding of the major (v1, v2, v3, etc) version numbers for ease of referencing

mogztter/asciidoctor-opal-node-runtime

v2.1.0

Compare Source

chaijs/chai

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

eslint/eslint

v8.10.0

Compare Source

Features

  • 6e2c325 feat: Add ignoreOnInitialization 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: Add onlyOneSimpleParam 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 in camelcase with combined properties (#​15581) (Nitin Kumar)

Documentation

Chores

v8.9.0

Compare Source

Features

  • 68f64a9 feat: update eslint-scope to ignore "use strict" directives in ES3 (#​15595) (Milos Djermanovic)
  • db57639 feat: add es2016, es2018, es2019, and es2022 environments (#​15587) (Milos Djermanovic)
  • 2dc38aa feat: fix bug with arrow function return types in function-paren-newline (#​15541) (Milos Djermanovic)
  • 6f940c3 feat: Implement FlatRuleTester (#​15519) (Nicholas C. Zakas)

Documentation

  • 570a036 docs: add one-var example with for-loop initializer (#​15596) (Milos Djermanovic)
  • 417191d docs: Remove the $ prefix in terminal commands (#​15565) (Andreas Lewis)
  • 389ff34 docs: add missing Variable#scope property in the scope manager docs (#​15571) (Milos Djermanovic)
  • f63795d docs: no-eval replace dead link with working one (#​15568) (rasenplanscher)
  • 0383591 docs: Remove old Markdown issue template (#​15556) (Brandon Mills)
  • a8dd5a2 docs: add 'when not to use it' section in no-duplicate-case docs (#​15563) (Milos Djermanovic)
  • 1ad439e docs: add missed verb in docs (#​15550) (Jeff Mosawy)

Chores

v8.8.0

Compare Source

Features

Documentation

v8.7.0

Compare Source

Features

  • 19ad061 feat: no-restricted-imports support casing (#​15439) (gfyoung)
  • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#​15491) (Milos Djermanovic)
  • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#​15493) (Milos Djermanovic)
  • 0d2b9a6 feat: move eslint --init to @​eslint/create-config (#​15150) (唯然)
  • 127f524 feat: false negative with property option in id-match (#​15474) (Nitin Kumar)
  • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#​15490) (Milos Djermanovic)
  • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#​15479) (Milos Djermanovic)
  • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#​15481) (Milos Djermanovic)
  • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#​15478) (Milos Djermanovic)

Bug Fixes

  • a8db9a5 fix: no-invalid-this false positive in class field initializer (#​15495) (Milos Djermanovic)
  • 02d6426 fix: Correctly consume RuleTester statics (#​15507) (Brad Zacher)
  • db15802 fix: Add property fatalErrorCount to ignored file results (#​15520) (Francesco Trotta)
  • 03ac8cf fix: Prevent false positives with no-constant-condition (#​15486) (Jordan Eldredge)

Documentation

  • f50f849 docs: Update CLI docs to prefer local install (#​15513) (Nicholas C. Zakas)
  • 0469eb1 docs: Update shell code fences for new website (#​15522) (Olga)

Chores

npm/cli

v6.0.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

mochajs/mocha

v9.2.1

Compare Source

🐛 Fixes

v9.2.0

Compare Source

🎉 Enhancements

🔩 Other

v9.1.4

Compare Source

🐛 Fixes

🔩 Other

mogztter/opal-node-compiler

v2.1.0

Compare Source

npm/pacote

v13.0.3

Compare Source

v13.0.2

Compare Source

v13.0.1

Compare Source

v13.0.0

Compare Source

⚠ BREAKING CHANGES
  • It replaces the only use of npmlog.level with a boolean silent which is now used to to suppress @npmcli/run-script banners instead.
Features
Dependencies

v12.0.3

Compare Source

puppeteer/puppeteer

v13.5.0

Compare Source

Features
Bug Fixes
  • Inherit browser-level proxy settings from incognito context (#​7770) (3feca32)
  • page: page.createIsolatedWorld error catching has been added (#​7848) (309e8b8)
  • tests: ensure all tests honour BINARY envvar (#​8092) (3b8b9ad)
13.4.1 (2022-03-01)
Bug Fixes

v13.4.1

Compare Source

v13.4.0

Compare Source

Features
Bug Fixes
13.3.2 (2022-02-14)
Bug Fixes
13.3.1 (2022-02-10)
Bug Fixes

v13.3.2

Compare Source

v13.3.1

Compare Source

v13.3.0

Compare Source

Features

v13.2.0

Compare Source

Features
Bug Fixes
13.1.3 (2022-01-31)
Bug Fixes

Configuration

📅 Schedule: At any time (no schedule defined).

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

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

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


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

This PR has been generated by Renovate Bot.

@ggrossetie ggrossetie closed this Mar 8, 2022
@ggrossetie ggrossetie deleted the renovate/all branch March 8, 2022 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants