Skip to content

chore(deps): update all dependencies - #39

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-dependencies
Open

chore(deps): update all dependencies#39
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jun 11, 2021

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
ask-sdk-core (source) 2.10.12.14.0 age confidence
ask-sdk-dynamodb-persistence-adapter (source) 2.10.02.14.0 age confidence
ask-sdk-model (source) 1.34.11.86.0 age confidence
ask-sdk-s3-persistence-adapter (source) 2.10.02.14.0 age confidence
conventional-changelog-cli (source) 2.1.12.2.2 age confidence
release-it 14.8.014.14.3 age confidence
tslib (source) 2.2.02.8.1 age confidence
tslog (source) 3.2.03.3.4 age confidence
typescript (source) 4.3.24.9.5 age confidence

Release Notes

alexa/alexa-skills-kit-sdk-for-nodejs (ask-sdk-core)

v2.14.0

Compare Source

Bug Fixes
  • version: typescript dependency (c2756d9)
  • warnings: removed extraneous spaces (7ad1651)
Features
  • component-interface: egress and ingress interface for ac skill components (41f5102)
  • delegation: delegation handler for AC to IM (06a2b2c)

v2.12.1

Compare Source

Bug Fixes

v2.12.0

Compare Source

Bug Fixes
  • lint errors caused on crypto due to node versions upgrade (61b6c1b)
  • updated node minimum versions for Github Actions and @​types/node to fix test failures (7636f36)
Features
  • adding A/B testing SPIs to core package (89cf2ed)

v2.11.0

Compare Source

Bug Fixes
  • updated return type of getDialogState (ef6b97e)
Features

2.10.2 (2021-03-16)

Bug Fixes
  • deprecate ssl-root-cas and switch to use tls.rootCertificates to… (#​686) (8217a3f)
  • export UserAgentManager from core (#​659) (b99d08d)
  • update and fix local-debug readme (#​663) (9522e94)
  • update readme for local-debug (bca8fad)
  • update readme to fix skillId spelling (65f65f0)
Features

v2.10.2

Bug Fixes
  • deprecate ssl-root-cas and switch to use tls.rootCertificates to… (#​686) (8217a3f)
  • export UserAgentManager from core (#​659) (b99d08d)
  • update and fix local-debug readme (#​663) (9522e94)
  • update readme for local-debug (bca8fad)
  • update readme to fix skillId spelling (65f65f0)
Features
alexa/alexa-apis-for-nodejs (ask-sdk-model)

v1.86.0

Compare Source

v1.85.0

Compare Source

v1.84.0

Compare Source

v1.83.0

Compare Source

v1.82.0

Compare Source

v1.81.0

Compare Source

v1.80.0

Compare Source

v1.79.0

Compare Source

v1.78.0

Compare Source

v1.77.0

Compare Source

v1.76.0

Compare Source

v1.75.0

Compare Source

v1.74.0

Compare Source

v1.73.0

Compare Source

v1.72.0

Compare Source

v1.71.0

Compare Source

v1.70.0

Compare Source

v1.69.0

Compare Source

v1.68.0

Compare Source

v1.67.0

Compare Source

v1.66.0

Compare Source

v1.65.0

Compare Source

v1.64.0

Compare Source

v1.63.0

Compare Source

v1.62.0

Compare Source

v1.61.0

Compare Source

v1.60.0

Compare Source

v1.59.0

Compare Source

v1.58.0

Compare Source

v1.57.0

Compare Source

v1.56.0

Compare Source

v1.55.0

Compare Source

v1.54.0

Compare Source

v1.53.0

Compare Source

v1.52.0

Compare Source

v1.51.0

Compare Source

v1.50.0

Compare Source

v1.49.0

Compare Source

v1.48.0

Compare Source

v1.47.0

Compare Source

v1.46.0

Compare Source

v1.45.0

Compare Source

v1.44.0

Compare Source

v1.43.0

Compare Source

v1.42.0

Compare Source

v1.41.0

Compare Source

v1.40.0

Compare Source

v1.39.0

Compare Source

v1.38.3

Compare Source

v1.38.2

Compare Source

v1.38.1

Compare Source

v1.38.0

Compare Source

v1.37.2

Compare Source

v1.37.1

Compare Source

v1.37.0

Compare Source

v1.36.1

Compare Source

v1.36.0

Compare Source

v1.35.1: Release 1.35.1 for ASK SDK Models

Compare Source

This release contains the following changes :

  • Adding missing definitions for APL 1.6. More information can be found here.

v1.35.0: Release 1.35.0 for ASK SDK Models

Compare Source

This release contains the following changes :

  • Add support for APL 1.6 version. More information about the newest version can be found here.
conventional-changelog/conventional-changelog (conventional-changelog-cli)

v2.2.2

Compare Source

2.2.2 (2021-12-24)
Bug Fixes
release-it/release-it (release-it)

v14.14.3

Compare Source

  • Remove .only test (dd249c6)
  • Temporarily(?) ignore docs.gihub.com links (returning 403) (ec3e4db)
  • Improve docs re. git.tagMatch (93c583c)
  • Replace "resources" at the bottom with link to license, order examples (e9c6b8d)
  • Update docs.github.com links (2fe93fd)
  • Add test for git.tagMatch + changelog behavior (5e843f1)
  • Improve documentatiion, mainly re. git.tagMatch (751e171)
  • Remove xlink namespace from svg (9ce7501)
  • Remove duplicate test and wrap up proxy fix (f1e8843)
  • Fixes github.proxy not working (#​863) (#​893) (1fe1afa)

v14.14.2

Compare Source

NOTE This is the latest release still supporting Node.js v10. Major issues reported in release-it v14 might still receive bug fixes and patch releases, but no new features.

v14.14.1

Compare Source

  • Update dependencies (still supporting Node.js v10) (7018194)
  • Add note about using Inquirer.js in hooks (closes #​821) (2f10cc4)
  • Add comment re. quoting CLI hook arguments (closes #​865) (ea11a0d)
  • Also transfer tagMatch to release plugins (fixes #​885) (0e0ad33)
  • Downgrade mock-fs and install polyfill for Promise.allSettled (to support Node v10) (56f1ec7)
  • test: fix CI test for different Node versions (#​888) (e8a57cc)
  • chore(deps): downgrade inquirer from 8.2.2 to 8.2.0 to avoid dropping Node 10 support (#​887) (2a9a31c)

v14.14.0

Compare Source

  • Update dependencies (c61c780)
  • Minor edits to new gitlab milestones feature (63869b8)
  • Add gitlab.milestones option to associate milestones with a release (#​883) (af0882f)
  • More consistently use example.org in docs, links and even tests (3ccdef0)
  • Clarify the github.host config option (#​875) (6d7c3f2)

v14.13.1

Compare Source

  • Take latestTag from config context (allowing any value) (9fe82ed)
  • Saleor project was moved to dedicated GitHub organization (#​873) (1e0f8f7)

v14.13.0

Compare Source

  • Allow wildcards for required branch(es) (closes #​877) (fb8622b)
  • Fix/add tests and wrap up npm.allowSameVersion (739f6f6)
  • Allow running npm version with arg --allow-same-version (#​878) (2a7565d)

v14.12.5

Compare Source

  • Fix body when auto-generating release notes (and updating) GitHub releases (2c42a8e)
  • Fix spec for different version of Git (c20d9d0)
  • Remove deprecated ref from docs (5e0d4c0)

v14.12.4

Compare Source

  • Update node-fetch (security issue in transitive dep, closes #​862) (d9aaa6c)
  • Remove the unused deprecated feature itself (d80beaf)
  • Remove old code coverage stuff (bdf6d18)

v14.12.3

Compare Source

v14.12.2

Compare Source

  • Add warning when github.web and github.assets are both set (closes #​836) (9e72c16)
  • Don't return nock interceptor (616525f)
  • Explain tagName prefix better (closes #​848) (f9d1b17)
  • Use empty string (not null) for release notes body in GitHub release request (fixes ##​855) (bdbc2ca)
  • fix spelling on git documentation (#​854) (66c6f3b)
  • Added comment about pre-release bumps (e.g. preminor) (aa34389)

v14.12.1

Compare Source

  • Fix tests on Linux (6495d3d)
  • Add latestVersion argument to getChangelog in test helper (d0ec1bb)

v14.12.0

Compare Source

  • Update example projects (b500aac)
  • Add support for pre-releases in runTasks test helper (b73770e)
  • Remove unused argument from getIncrement (test helper) (93b0a74)
  • Print --release-version after incremented version is resolved (5b04ba5)
  • Update dependencies (fb73af2)
  • Add node-redis to example projects (069a65f)
  • Add test for GitHub enterprise host web release url (e4718b0)
  • Wrap up the github.autoGenerate feature (a467b5f)
  • Update README.md (#​853) (0a4c605)
  • support github's auto generated release notes (#​843) (b612ce7)
  • feat : add a host info when generating web url (#​828) (1b1034c)

v14.11.8

Compare Source

v14.11.7

Compare Source

v14.11.6

Compare Source

  • Update dependencies (9a1d34b)
  • Fix tag name in github web release fallback url (14fcad0)
  • Changed git docs with correct hook (#​804) (588d776)

v14.11.5

Compare Source

  • Fix git directory detection (previously failed in git worktree) (7e30333)

v14.11.4

Compare Source

  • Move fallback version from plugin to core (d233605)

v14.11.3

Compare Source

  • Fix tagName in git tag prompt (1b37f24)

v14.11.2

Compare Source

v14.11.1

Compare Source

  • Update dependencies (11a0a38)
  • Improve second latest tag command (174ead3)
  • Improve tag version parser (f5d03cf)
  • Lift tagName to global/config context (3cb599b)
  • Make --no-increment --github.update non-breaking in v14 (deprecated) (2e0d707)
  • Separate --no-increment from --github.update (2cf52fb)

v14.11.0

Compare Source

  • Fall back to web-based github release without an API token (closes #​749) (675f823)
  • Add git.tagMatch to allow custom tag matching (fixes #​761) (f72ca0a)

v14.10.1

Compare Source

v14.10.0

Compare Source

  • Migrate to latest sinon (76af5d1)
  • Migrate to latest octokit (51b871d)
  • Update dependencies (e082eee)
  • Replace context variables in release assets (e.g, file-${version}.zip) (36744ba)

v14.9.0

Compare Source

  • feat: Adding certificateAuthorityFile option for GitLab releases (#​772) (dbb59dc)
  • Fix: example plugin reads file as string (#​774) (7bf70bb)
Microsoft/tslib (tslib)

v2.8.1

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.7.0...v2.8.0

v2.7.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.3...v2.7.0

v2.6.3

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.2...v2.6.3

v2.6.2: tslib 2.6.2

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.1...v2.6.2

v2.6.1: tslib 2.6.1

Compare Source

What's Changed

Full Changelog: microsoft/tslib@2.6.0...v2.6.1

v2.6.0: tslib 2.6.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.5.3...2.6.0

v2.5.3: tslib 2.5.3

Compare Source

What's Changed

Full Changelog: microsoft/tslib@2.5.2...v2.5.3

v2.5.2: tslib 2.5.2

Compare Source

This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.

v2.5.1: tslib 2.5.1

Compare Source

This release of tslib provides fixes for two issues.

First, it reverses the order of init hooks provided by decorators to correctly reflect proposed behavior.

Second, it corrects the exports field of tslib's package.json and provides accurate declaration files so that it may be consumed under the node16 and bundler settings for moduleResolution.

v2.5.0: tslib 2.5.0

Compare Source

What's New

Full Changelog: microsoft/tslib@2.4.1...2.5.0

v2.4.1: tslib 2.4.1

Compare Source

This release contains fixes for early returns and throws invoked on generators.

v2.4.0: tslib 2.4.0

Compare Source

This release includes the __classPrivateFieldIn helper as well as an update to __createBinding to reduce indirection between multiple re-exports.

v2.3.1: tslib 2.3.1

Compare Source

This release updates the `__sp

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "every weekend"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from 25b25e2 to 2144cbe Compare June 12, 2021 15:49
@renovate renovate Bot changed the title chore(deps): update dependency tslib to v2.3.0 chore(deps): update all dependencies Jun 12, 2021
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from 2144cbe to 87f88d6 Compare June 20, 2021 18:56
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from 87f88d6 to b81c324 Compare July 24, 2021 08:32
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 6 times, most recently from 3b79fd8 to 6ec9e4e Compare August 15, 2021 08:19
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from 6ec9e4e to 1035667 Compare October 18, 2021 17:42
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from 1035667 to e4ffd56 Compare March 7, 2022 12:30
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from e4ffd56 to 239dd54 Compare March 26, 2022 12:21
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from 239dd54 to 317e753 Compare April 24, 2022 17:59
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from 317e753 to ef9370d Compare May 15, 2022 22:39
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from ef9370d to 6e0a159 Compare June 18, 2022 15:32
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from 6e0a159 to d7f1cfd Compare September 25, 2022 13:28
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from d7f1cfd to bfed43a Compare November 20, 2022 15:59
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from bfed43a to 869fe7a Compare March 18, 2023 06:08
@renovate renovate Bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Mar 18, 2023
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 3 times, most recently from b076985 to 4d8bc40 Compare March 30, 2023 16:47
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 2 times, most recently from fb0daa1 to 73f3661 Compare April 3, 2023 14:39
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 2 times, most recently from d9de1f0 to 58fa0af Compare April 17, 2023 17:14
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 740b04c to d5a6e02 Compare June 2, 2023 23:04
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from d5a6e02 to c54501d Compare June 4, 2023 14:03
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 6c7fc3d to eb7abe6 Compare June 29, 2023 16:51
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 3b1b0cf to 8358a19 Compare July 9, 2023 11:04
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 224b698 to 1211cd2 Compare July 19, 2023 17:07
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 3 times, most recently from e9d48cb to 89a0c3e Compare July 27, 2023 19:26
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 3 times, most recently from e0c633c to 4527441 Compare August 7, 2023 15:52
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 2b8c233 to c7b56ae Compare August 10, 2023 17:21
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 3 times, most recently from ba5b8ce to 75eb4fd Compare August 22, 2023 20:23
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from 75eb4fd to 83e0559 Compare August 27, 2023 12:08
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 2 times, most recently from a3618c2 to f60588a Compare September 26, 2023 12:21
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from f60588a to 2451cf9 Compare September 28, 2023 14:38
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 2 times, most recently from b58b2b7 to 8fdfd5b Compare October 15, 2023 16:06
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from 8fdfd5b to cb398ee Compare October 23, 2023 13:21
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from cb398ee to 89fd0e0 Compare November 6, 2023 07:29
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from 89fd0e0 to 5ea15f8 Compare November 16, 2023 09:29
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from 5ea15f8 to fee5d2a Compare December 3, 2023 12:45
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.

0 participants