Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

chore(deps): update all #294

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): update all #294

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/express (source) 4.17.6 -> 4.17.17 age adoption passing confidence
@types/express-session (source) 1.17.0 -> 1.17.7 age adoption passing confidence
@types/node (source) 12.12.44 -> 12.20.55 age adoption passing confidence
@types/node (source) 10.17.24 -> 10.17.60 age adoption passing confidence
@types/node-fetch (source) 2.5.7 -> 2.6.2 age adoption passing confidence
@​types/pino 6.0.1 -> 6.3.12 age adoption passing confidence
@types/ws (source) 7.2.5 -> 7.4.7 age adoption passing confidence
coveralls 3.1.0 -> 3.1.1 age adoption passing confidence
express-session 1.17.1 -> 1.17.3 age adoption passing confidence
keycloak-connect-graphql (source) 0.6.0 -> 0.7.0 age adoption passing confidence
offix-client-boost 0.15.1 -> 0.15.5 age adoption passing confidence
offix-conflicts-server 0.15.1 -> 0.15.7 age adoption passing confidence
subscriptions-transport-ws 0.9.16 -> 0.11.0 age adoption passing confidence
ts-jest (source) 26.1.0 -> 26.5.6 age adoption passing confidence
typedoc (source) 0.17.7 -> 0.23.28 age adoption passing confidence
typescript (source) 3.9.5 -> 3.9.10 age adoption passing confidence

Release Notes

nickmerwin/node-coveralls

v3.1.1: Maintenance / Security updates

Compare Source

  • swapped exec for execFile. Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx.
  • updated devDependencies
  • merged Dependabot PRs
expressjs/session

v1.17.3

Compare Source

===================

  • Fix resaving already-saved new session at end of request
  • deps: cookie@0.4.2

v1.17.2

Compare Source

===================

  • Fix res.end patch to always commit headers
  • deps: cookie@0.4.1
  • deps: safe-buffer@5.2.1
aerogear/keycloak-connect-graphql

v0.7.0

Compare Source

Features

  • Added support for permission-based authentication

Improvements

  • Support latest GraphQL-Tools and GraphQL.js
  • Updated Support for the latest Keycloak connect packages

Huge thanks to @​slavko-vega for contributing to this release.

v0.6.4

Compare Source

v0.6.3

Compare Source

v0.6.2

Compare Source

v0.6.1

Compare Source

aerogear/offix

v0.15.5

Compare Source

Fixing minor releng issues. No actual functional changes

v0.15.4

Compare Source

Updated internal packages and bug fixes

v0.15.3

Compare Source

Updated internal packages and bug fixes

v0.15.2

Compare Source

Patch release that updates dependencies and some minor docs fixes.

Bug fixes

52b912e: fix: bump react version to meet react-offix-hooks peer dep

Docs changes

54ce1f2: fix: Remove unmaintained offix android
916b49a: docs: fixing typos
0e20ad0: Update ref-conflict-client.md

apollostack/subscriptions-transport-ws

v0.11.0

Compare Source

  • Support for graphql@16 and bump minimal supported version to be graphql@15.7.2. As part of this change signatures for ExecuteFunction and SubscribeFunction were changed.

    @​IvanGoncharov in #​902

v0.10.0

Compare Source

  • Same contents as v0.9.19 (published before v0.9.19 before realizing it would be helpful if the new version was picked up by packages looking for ^0.9).

v0.9.19

Compare Source

  • Bump ws dependency to allow v6 and v7. Note that there are breaking changes in ws 6.0.0 and 7.0.0; for example, messages over 100MiB are rejected, and (in v7) the behavior of sending messages while the connection is starting or ending has changed. We are publishing this package to allow users of Apollo Server 2 to avoid seeing this CVE in their npm audit. However, note that (a) this CVE does not affect the subscriptions client, just the server and (b) Apollo Server 3 will remove its superficial integration with this package entirely. We encourage users of Apollo Server 2 to disable the integration with this unmaintained package via new ApolloServer({subscriptions: false}), and consider packages such as graphql-ws to power GraphQL subscriptions until such time as Apollo Server has more fully integrated subscriptions support.

v0.9.18

Compare Source

Bug Fixes
New Features

v0.9.17

Compare Source

kulshekhar/ts-jest

v26.5.6

Compare Source

Code Refactoring
  • refactor(config): show warning message for sourceMap: false (#​2557) (cf60990).

v26.5.5

Compare Source

Bug Fixes

v26.5.4

Compare Source

Bug Fixes

v26.5.3

Compare Source

Bug Fixes

v26.5.2

Compare Source

Bug Fixes

v26.5.1

Compare Source

Features

v26.5.0

Compare Source

Bug Fixes
Features
DEPRECATIONS

v26.4.4

Compare Source

Bug Fixes
Features

v26.4.3

Compare Source

Bug Fixes
Features

v26.4.2

Compare Source

Features
Performance Improvements
  • compiler: speed up bootstrap time for isolatedModules:false (#​2055) (230b5dd)
DEPRECATIONS
  • config: deprecate tsConfig in favor of tsconfig (#​1997)
  • config: deprecate packageJson since internal codes don't use it anymore (#​2034)

v26.4.1

Compare Source

Bug Fixes

v26.4.0

Compare Source

Bug Fixes
Features
Performance Improvements
  • compiler: remove createProgram for isolatedModules: true to boost startup speed (#​1941) (dd84534)

v26.3.0

Compare Source

Bug Fixes
Features

v26.2.0

Compare Source

Bug Fixes
Features
  • config: support after and afterDeclarations AST transformers (#​1831) (be20a7c)
  • allow opt-out version warning message by environment variable TS_JEST_DISABLE_VER_CHECKER (#​1821) (e6b42fc), closes #​1774

26.1.4 (2020-07-28)

Bug Fixes

26.1.3 (2020-07-16)

Bug Fixes

26.1.2 (2020-07-13)

Bug Fixes
  • compiler: use resolveModuleNames TypeScript API to get resolved modules for test files (#​1784) (5f26054), closes #​1747
  • config: invalidate cache when other options in tsconfig change (#​1788) (6948855)
Performance Improvements

26.1.1 (2020-06-21)

Bug Fixes

v26.1.4

Compare Source

Bug Fixes

v26.1.3

Compare Source

Bug Fixes

v26.1.2

Compare Source

Bug Fixes
  • compiler: use resolveModuleNames TypeScript API to get resolved modules for test files (#​1784) (5f26054), closes #​1747
  • config: invalidate cache when other options in tsconfig change (#​1788) (6948855)
Performance Improvements

v26.1.1

Compare Source

Bug Fixes
TypeStrong/TypeDoc

v0.23.28

Compare Source

Features
  • Added support for TypeScript 5.0, #​2201.
    • const type parameters.
    • JSDoc @overload tag.
    • JSDoc @satisfies tag.

v0.23.27

Compare Source

Features
  • Added --treatValidationWarningsAsErrors to treat only validation warnings as errors without treating all warnings as errors, #​2199.
Bug Fixes
  • Fixed a bug where optional properties were not appropriately marked as optional, #​2200.
  • Fixed shifted navigation pane on devices 1024px wide, #​2191.
  • Add missing @private and @protected tags to typedoc/tsdoc.json, #​2187.
Thanks!

v0.23.26

Compare Source

Features
  • Added Application.EVENT_VALIDATE_PROJECT event for plugins which implement custom validation, #​2183.
  • Plugins may now return an object from external symbol resolvers, #​2066.
  • Expose Comment.displayPartsToMarkdown on for themes overwriting the comment helper, #​2115.
Bug Fixes
  • Fix crash when converting export default undefined, #​2175.
  • Fix error in console when clicking on headings in the readme, #​2170.
  • TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, #​2154.
Thanks!

v0.23.25

Compare Source

Breaking Changes
  • Upgraded Shiki, if your highlight theme was set to material-<theme>, the value will need to be changed to
    material-theme-<theme>, see the Shiki release notes.
Features
  • Added new excludeNotDocumentedKinds variable to control which reflection types can be removed
    by the excludeNotDocumented option, #​2162.
  • Added typedoc.jsonc, typedoc.config.js, typedoc.config.cjs, typedoc.cjs to the list of files
    which TypeDoc will automatically use as configuration files.
Bug Fixes
  • Entry points under node_modules will no longer be ignored, #​2151.
  • Corrected behavior of excludeNotDocumented on arrow function-variables, #​2156.
  • Added package.json to exports declaration.
Thanks!

v0.23.24

Compare Source

Bug Fixes
  • Fixed an issue where signature comments were preferred over property comments for indirectly created function-properties, #​2135.
  • Fixed symlink handling when expanding entry points, #​2130.
Thanks!

v0.23.23

Compare Source

Features
  • Added ts.Signature to emitted EVENT_CREATE_SIGNATURE event, #​2002.
Bug Fixes
  • Links to members hidden by filter settings now temporarily override the filter, #​2092.
  • If src/ and src/x are specified as entry points, src/ will no longer be ignored, #​2121.

v0.23.22

Compare Source

Features
  • Add support for defining the kind sort order, #​2109.
Bug Fixes
  • Normalize all file paths on Windows, #​2113.
  • Fix @link tags within lists, #​2103.

v0.23.21

Compare Source

Features
  • Added support for a catch-all wildcard in externalSymbolLinkMappings, #​2102.
  • Added support for TypeScript 4.9.
Thanks!

v0.23.20

Compare Source

Bug Fixes
  • Fixed comment discovery for @inheritDoc if inheriting from a function type alias, #​2087.

v0.23.19

Compare Source

Bug Fixes
  • Fixed title link if titleLink option was not specified, #​2085.
Thanks!

v0.23.18

Compare Source

Features
  • Improved error reporting when failing to find entry points, #​2080, #​2082.
Bug Fixes
  • Constructor parameter-properties will now use the @param comment for the parameter if available, #​1261.
  • Fixed display of object types containing methods, #​1788.
  • Fixed conversion of intrinsic string mapping types when converting without a type node, #​2079.

v0.23.17

Compare Source

Features
  • Added titleLink, navigationLinks and sidebarLinks options to add additional links to the rendered output, #​1830.
  • Added sourceLinkTemplate option to allow more flexible specification of remote urls.
    Deprecated now redundant gitRevision detection starting with https?:// introduced in v0.23.16, #​2068.
Thanks!

v0.23.16

Compare Source

Features
  • Object types will now be pretty printed, #​1793.
  • Added support for specifying the tsconfig.json file in packages mode with { "typedoc": { "tsconfig": "tsconfig.lib.json" }} in package.json, #​2061.
  • In packages mode, readme files will now be automatically included if present, #​2065.
  • Added support for specifying the base file url for links to source code, #​2068.
Bug Fixes
  • Private parameter properties will no longer be ignored, #​2064.
Thanks!

v0.23.15

Compare Source

Features
  • TypeDoc will now treat @typedef {import("foo").Bar<Z>} Baz type declarations which forward type parameters to the imported
    symbol as re-exports of that symbol, #​2044.
Bug Fixes
  • TypeDoc will now prefer comments on variable declarations over signature comments, #​2042.
  • Fixed double rendering of "Type Parameters" header, #​2054.
  • Fixed double rendering of "Hierarchy" header, #​2053.
  • Removed unused widgets.png and widgets@2x.png files from generated assets folder.

v0.23.14

Compare Source

Features
  • Added support for defining one-off external link mappings with externalSymbolLinkMappings see
    the documentation for usage examples and caveats, #​2030.
  • External link resolvers defined with addUnknownSymbolResolver will now be checked when resolving @link tags, #​2030.
    Note: To support this, resolution will now happen during conversion, and as such, Renderer.addUnknownSymbolResolver has been
    soft deprecated in favor of Converter.addUnknownSymbolResolver. Plugins should update to use the method on Converter.
    DefaultThemeRenderContext.attemptExternalResolution has also been deprecated since it will repeat work done during conversion,
    use ReferenceType.externalUrl instead.
  • Added Converter.addUnknownSymbolResolver for use by plugins supporting external links.
Bug Fixes
  • Fixed conversion of object literal types containing construct signatures, #​2036.
  • Fixed centering of title bar on wide displays, actually this time, #​2046.

v0.23.13

Compare Source

Bug Fixes
  • Fixed packages mode bug introduced in 0.23.12, #​2043.

v0.23.12

Compare Source

Features
  • Added a new ParameterType.Object for declaring object options which will be shallowly merged when read from user configuration.
  • Added a new Application.EVENT_BOOTSTRAP_END event emitted when Application.bootstrap is called.
Bug Fixes
  • TypeDoc will now work properly in packages mode when converting packages outside the current working directory, #​2043.
  • Fixed deprecation warning for isIdentifierOrPrivateIdentifier.
  • Fixed centering of title bar on wide displays, #​2046.
Thanks!

v0.23.11

Compare Source

Features
  • Added support for TypeScript 4.8.
  • Introduced a skipErrorChecking option which instructs TypeDoc to not ask TypeScript for compiler errors
    before attempting to generate documentation. Turning this on may improve generation speed, but could also
    cause a crash if your code contains compiler errors.
  • Added support for JS entry points when using packages mode, #​2037.
Bug Fixes
  • Fixed crash when converting abstract mixin class, #​2011.
  • Readme files within monorepos now have @link tags resolved, #​2029.
  • Correctly resolve unqualified links to class members within parameters, #​2031.
  • TypeDoc will now consider other reflections with the same name as parents when resolving links, #​2033.
  • The "Hierarchy" and "Type Parameters" helpers on DefaultThemeRenderContext now contain all the HTML for their sections of the page, #​2038.
Thanks!

v0.23.10

Compare Source

Features
  • Added support for detecting comments directly before parameters as the parameter comment, #​2019.
  • Added support for using the comment directly before a constructor parameter that declares a property as the property comment, #​2019.
  • Improved schema generation to give better autocomplete for the sort option.
  • Optional properties are now visually distinguished in the index/sidebar by rendering prop as prop?, #​2023.
  • DefaultThemeRenderContext.markdown now also accepts a CommentDisplayPart[] for rendering, [#​2004](ht

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from wtrocki as a code owner June 8, 2020 20:57
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 1461209 to d265574 Compare June 16, 2020 15:51
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 4569bb7 to 106045c Compare June 25, 2020 11:43
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 69d4080 to 70664b4 Compare July 5, 2020 05:33
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from b6b77ac to 444f507 Compare July 13, 2020 10:47
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 5db6f8e to 434c797 Compare July 20, 2020 22:31
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 7f6d325 to 3021039 Compare July 28, 2020 08:53
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from dd9d199 to ba1ca60 Compare August 11, 2020 10:43
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 09205f8 to 914f8d4 Compare January 10, 2021 17:37
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 558bb4d to 7fe19f7 Compare February 7, 2021 09:59
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0c7fbc6 to 6b443bf Compare February 11, 2021 09:40
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7d92724 to 39eb42c Compare May 15, 2021 19:12
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 29aebc7 to 165eb99 Compare March 24, 2023 22:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants