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

fix(deps): update all non-major dependencies #165

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pulumi/aws (source) 5.14.0 -> 5.16.2 age adoption passing confidence
@pulumi/awsx (source) 0.40.0 -> 0.40.1 age adoption passing confidence
@pulumi/digitalocean (source) 4.15.2 -> 4.16.0 age adoption passing confidence
@pulumi/pulumi 3.39.2 -> 3.42.0 age adoption passing confidence
@types/express (source) 4.17.13 -> 4.17.14 age adoption passing confidence
@types/lodash (source) 4.14.184 -> 4.14.186 age adoption passing confidence
@types/node (source) ^14 -> 14.18.31 age adoption passing confidence
@types/node (source) 16.11.58 -> 16.11.64 age adoption passing confidence
@types/nodemailer (source) 6.4.5 -> 6.4.6 age adoption passing confidence
@types/react (source) 18.0.18 -> 18.0.21 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.36.2 -> 5.39.0 age adoption passing confidence
@typescript-eslint/parser 5.36.2 -> 5.39.0 age adoption passing confidence
antd (source) 4.23.0 -> 4.23.4 age adoption passing confidence
cypress 10.7.0 -> 10.9.0 age adoption passing confidence
date-fns 2.29.2 -> 2.29.3 age adoption passing confidence
eslint (source) 8.23.0 -> 8.24.0 age adoption passing confidence
eslint-config-next 12.2.5 -> 12.3.1 age adoption passing confidence
jest-mock-extended 2.0.7 -> 2.0.9 age adoption passing confidence
next-auth (source) 4.10.3 -> 4.12.3 age adoption passing confidence
nodemailer (source) 6.7.8 -> 6.8.0 age adoption passing confidence
sequelize (source) 6.21.4 -> 6.24.0 age adoption passing confidence
sqlite3 5.0.11 -> 5.1.2 age adoption passing confidence
typescript (source) 4.8.2 -> 4.8.4 age adoption passing confidence

Release Notes

pulumi/pulumi-aws

v5.16.2

Compare Source

Changelog

v5.16.1

Compare Source

Changelog
  • 60235e3 Properly read in roleARN. Surface underlying error from config validation check.
  • 463478e preconfigureCallback: Allow Env Vars for Credentials Validation

v5.16.0

Compare Source

Changelog

v5.15.0

Compare Source

Changelog
pulumi/pulumi-awsx

v0.40.1

Compare Source

pulumi/pulumi-digitalocean

v4.16.0

Compare Source

Changelog

  • 3a18d7b Upgrade to terraform-provider-digitalocean v2.23.0
pulumi/pulumi

v3.42.0

Compare Source

Bug Fixes
  • [cli/new] Fix cloning templates from Azure DevOps repos.
    #​10954

  • [docs] Allow more flexible parsing when extracting examples from doc comments
    #​10913

  • [sdkgen/python] Fixes dangling type-refs generated under compatibility=tfbridge20 for schemas that refer to types aross modules.
    #​10935

v3.41.1

Compare Source

Features
Bug Fixes
  • [cli] Prevent sending on a closed channel panics during 'pulumi convert'
    #​10893

  • [programgen/go] Fix codegen for __apply functions
    #​10775

  • [sdk/go] Go programs run with Go 1.17 or below failed due to go mod tidy being run with -compat=1.18. The change is reverted.
    #​10865

  • [sdk/go] Fixed bug in (ours, theirs) to (theirs, theirs)
    #​10881

  • [sdk/python] Fix KeyError in UpdateSummary.
    #​10907

  • [sdkgen/nodejs] Fixes a bug with lazy-loaded modules that caused mixins to observe unexpected null values.
    #​10871

v3.40.3

Compare Source

v3.40.2

Compare Source

Features
  • [cli] Allow per-execution override of the cloud secrets provider url via the PULUMI_CLOUD_SECRET_OVERRIDE environment variable. This allows a temporary replacement without updating the stack config, such a during CI. This does not effect stacks using service secrets or passphrases.
    #​10749
    #​10749
    #​10749

  • [cli/new] Enables pulumi new to use templates from Azure DevOps(currently limited to master/main branches and does not support providing subdirectories).
    #​10789

  • [engine] 'pulumi policy new' now uses the same system as 'pulumi new' to install dependencies.
    #​10797

  • [programgen] Support resource option "version" in pulumi convert to select specific provider SDK versions.
    #​10194

  • [yaml] Updates Pulumi YAML to v0.5.8
    #​10856

  • [cli/plugin] Don't retry plugin downloads in 403 and 404 responses
    #​10803

  • [sdk/dotnet] Added Deployment.OrganizationName to return the current organization if available.
    #​10564

  • [sdk/go] Pulumi Go Programs now support a Pulumi.yaml option buildTarget: path/to/binary to compile/recompile a Go binary to that location.
    #​10731

  • [sdk/go] Added Context.Organization to return the current organization if available.
    #​10811

Bug Fixes
  • [ci] Re-enable Homebrew Tap publishing.
    #​10796

  • [cli] Fixes --tracing to account for response parsing in HTTP api/* spans.
    #​10828

  • [cli] Fixes Pulumi.yaml validation error when the refresh: always option is specified
    #​10833

  • [engine] Mark pulumi-analyzer-policy and pulumi-analyzer-policy-python as bundled plugins.
    #​10817

  • [engine] Fix node and python MLCs on Windows.
    #​10827

  • [sdkgen/dotnet] Fixes a .NET SDK codegen bug when emitting functions with secret parameters.
    #​10840

  • [sdkgen/dotnet] Fix the type emitted for ImmutableArray.Create and ImmutableDictionary.Create for secret properties.
    #​10850

  • [sdk/nodejs] The @pulumi/pulumi package is now interoperable with ESModules.
    #​10622

  • [sdk/{nodejs,python}] getOrganization now returns "organization" by default.
    #​10820

  • [programgen/yaml] Fix incorrect import for non-pulumi owned package on convert
    #​10727

v3.40.1

Compare Source

Features
  • [backend] Adds a flag PULUMI_SKIP_CHECKPOINTS=true that makes Pulumi skip saving state checkpoints as it modifies resources and only save the final state of a deployment.
    #​10750

    This is an experimental feature that also requires PULUMI_EXPERIMENTAL=true to be set.

    Using the feature introduces risk that in the case of network disconnect or crash state edits will be lost and may require manual recovery. When this risk is acceptable, using the feature can speed up Pulumi deployments.

    See also:

  • [ci] Improves first-time contributor developer experience and reduces test execution time by defaulting integration.ProgramTest to a filestate backend. Tests that require running against a service should set RequireService to true.
    #​10720

  • [cli] Add a package author focused subcommand: pulumi package with subcommands pulumi package gen-sdk and pulumi package get-schema.
    #​10711

  • [cli] Use "https://github.com/pulumi/pulumi/blob/master/sdk/go/common/workspace/project.json" to validate loaded project files.
    #​10596

Bug Fixes
  • [sdk/go] Correctly handle nil resource references in the RPC layer.
    #​10739

v3.40.0

Compare Source

Bug fixes
  • [engine] Plugin resolution now automatically installs any missing plugins as they are encountered.
    #​10691
Miscellaneous
  • [ci] Miscellaneous improvements to release process.

v3.39.4

Compare Source

Improvements
  • [provider/go]: Added support for token authentication in the go providers which use git.
    #​10628

  • [codegen/go] Chunk the pulumiTypes.go file to reduce max file size.
    #​10666

Bug Fixes
  • Fix invalid resource type on pulumi convert to Go
    #​10670

  • [auto/nodejs] onOutput is now called incrementally as the
    underyling Pulumi process produces data, instead of being called
    once at the end of the process execution. This restores behavior
    that regressed since 3.39.0.
    #​10678

Miscellaneous
  • [ci] Migrate to merge queues for more reliable builds
    #​10644

v3.39.3

Compare Source

Improvements
  • [sdk/python] Improve error message when pulumi-python cannot find a main program.
    #​10617

  • [cli] provide info message to user if a pulumi program contains no resources
    #​10461

Bug Fixes
  • [engine/plugins]: Revert change causing third party provider packages to prevent deployment commands (up, preview, ...)
    when used with the nodejs runtime. Reverts #​10530.
    #​10650
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.39.0

Compare Source

Features
  • eslint-plugin: allow using void as a default type for a generic argument if allowInGenericTypeArguments is specified (#​5671) (bb46ef0)

5.38.1 (2022-09-26)

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

v5.38.1

Compare Source

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

v5.38.0

Compare Source

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

v5.37.0

Compare Source

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] check all conditions in a logical operator chain (#​5539) (77d76e2)

5.36.2 (2022-09-05)

Bug Fixes
  • eslint-plugin: [no-extra-parens] handle generic ts array type. (#​5550) (0d6a190)
  • scope-manager: correct handling for class static blocks (#​5580) (35bb8dd)

5.36.1 (2022-08-30)

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

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

v5.39.0

Compare Source

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

5.38.1 (2022-09-26)

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

v5.38.1

Compare Source

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

v5.38.0

Compare Source

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

v5.37.0

Compare Source

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

5.36.2 (2022-09-05)

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

5.36.1 (2022-08-30)

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

ant-design/ant-design

v4.23.4

Compare Source


v4.23.3

Compare Source

  • 🆕 Tree showLeafIcon could accept ReactNode for a custom leaf icon.#​37144 @​xWiiLLz
  • 🆕 Uploader support Apple image format: heic, heif. #​37651 @​Johnny-young
  • 🐞 Fix Typography copyable.tooltip=false still shows the copied tooltip. #​37754
  • 🐞 Fix Typography ellipsis not working correctly in some cases. #​37700 @​zheeeng
  • 🐞 Fix Divider shows children when in vertical mode. #​37697
  • 🐞 Fix Anchor getCurrentAnchor not updated. #​37644
  • 🐞 Fix Tabs animated: true missing tabPane animation. #​37642
  • 🐞 Fix Table column.title render function missing filters props. #​37629
  • 🐞 Fix Modal.confirm instance ref legacy config visible: true back to show not work. #​37613
  • 💄 Fix the problem of rendering an empty element with styles when Badge not pass text property. #​37681 @​Wxh16144
  • 💄 Fix Button wave style not work in shadow dom. #​37677
  • 💄 Remove Tab.TabPane outline style when focused. #​37638
  • TypeScript
  • 🌐 Localization

  • 🆕 Tree showLeafIcon 属性支持自定义图标。#​37144 @​xWiiLLz
  • 🆕 Uploader 支持支持 Apple 图片格式: heic、heif。#​37651 @​Johnny-young
  • 🐞 修复 Typography 在 copyable.tooltip=false 时,复制内容后仍然会展示提示的问题。#​37754
  • 🐞 修复 Typography ellipsis 在某些情况下不精确的问题。#​37700 @​zheeeng
  • 🐞 修复 Divider 在 vertical 模式下仍然会错误展示 children 的问题。#​37697
  • 🐞 修复 Anchor getCurrentAnchor 不会及时更新的问题。#​37644
  • 🐞 修复 Tabs animated: true 时面板切换动画不生效的问题。#​37642
  • 🐞 修复 Table column.title 渲染函数丢失 filters 属性的问题。#​37629
  • 🐞 修复 Modal.confirm 实例引用配置废弃 visible: true 重新展示时不生效的问题。#​37613
  • 💄 修复 Badge 未传入 text 属性时,渲染了一个带有样式的空元素问题。#​37681 @​Wxh16144
  • 💄 修复 Button 波纹样式在 shadow dom 下不生效的问题。#​37677
  • 💄 移除 Tab.TabPane focus 时的 outline 样式。#​37638
  • TypeScript
  • 🌐 国际化

v4.23.2

Compare Source

  • 🐞 Fix Card console warning when using tabList prop. #​37537 @​edc-hui
  • 🐞 Fix Table filterSearch is not executed when filterMode="tree". #​37587 @​edc-hui
  • 🐞 Fix Tooltip should not replace children className when it's not a string type. #​37598
  • 🐞 Fix Tree that TreeNodes not aligned when draggable and some node is disabled. #​37534
  • TypeScript

  • 🐞 修复 Card 传入 tabList 属性时控制台出现废弃警告的问题。#​37537 @​edc-hui
  • 🐞 修复 Table filterMode="tree"filterSearch 函数未执行的问题。#​37587 @​edc-hui
  • 🐞 修复 Tooltip 的子元素 className 非 string 类型时会被覆盖的问题。#​37598
  • 🐞 修复 Tree 组件 TreeNode 在可拖拽并且禁用状态下不对齐的问题。#​37534
  • TypeScript

v4.23.1

Compare Source


cypress-io/cypress

v10.9.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​10-9-0

v10.8.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​10-8-0

date-fns/date-fns

v2.29.3

Compare Source

This release is prepared by our own @​leshakoss.

Fixed
eslint/eslint

v8.24.0

Compare Source

Features
  • 1729f9e feat: account for sourceType: "commonjs" in the strict rule (#​16308) (Milos Djermanovic)
  • b0d72c9 feat: add rule logical-assignment-operators (#​16102) (fnx)
  • f02bcd9 feat: array-callback-return support findLast and findLastIndex (#​16314) (Sosuke Suzuki)
Documentation
Chores

v8.23.1

Compare Source

Bug Fixes

  • b719893 fix: Upgrade eslintrc to stop redefining plugins (#​16297) (Brandon Mills)
  • 734b54e fix: improve autofix for the prefer-const rule (#​16292) (Nitin Kumar)
  • 6a923ff fix: Ensure that glob patterns are normalized (#​16287) (Nicholas C. Zakas)
  • c6900f8 fix: Ensure globbing doesn't include subdirectories (#​16272) (Nicholas C. Zakas)

Documentation

  • 16cba3f docs: fix mobile double tap issue (#​16293) (Sam Chen)
  • e098b5f docs: keyboard control to search results (#​16222) (Shanmughapriyan S)
  • 1b5b2a7 docs: add Consolas font and prioritize resource loading (#​16225) (Amaresh S M)
  • 1ae8236 docs: copy & use main package version in docs on release (#​16252) (Jugal Thakkar)
  • 279f0af docs: Improve id-denylist documentation (#​16223) (Mert Ciflikli)

Chores

vercel/next.js

v12.3.1

Compare Source

Core Changes
  • Update react-server-dom-webpack: #​40356
  • Fix flight manifest to include all chunks: #​40365
  • docs: fix typos: #​40342
  • Fix page url for edge routes in app dir: #​40361
  • Subresource Integrity for App Directory: #​39729
  • Stop build warning about experimental: { esmExternals: 'loose' }: #​40377
  • Add template and error file types: #​39808
  • Bump styled-jsx for showing displayName: #​40411
  • fix(#​40388): next/dynamic should only add default loading without suspense: #​40397
  • Add missing trace for full reload event: #​40393
  • feat(ts): expose AppType: #​40391
  • Update dev watcher to ignore more accurately: #​40412
  • Add failing case for location throw: #​40445
  • Drop legacy RSC handling in client for pages: #​40472
  • fix: eslint no-script-component-in-head error url: #​40422
  • chore: Update swc: #​40292
  • feat(edge): allows configuring Dynamic code execution guard: #​39539
  • Rename allowDynamic to unstable_allowDynamic: #​40496
  • Don't execute prefetches for bot user agents: #​40435
  • Update semver of eslint-plugin-react: #​40246
  • Clean up startTransition in Link: #​40505
  • docs(README): next.js logo with dark mode: #​40223
  • Passing down original sourcemap for flight client loader: #​40508
  • next/script: make onLoad concurrent rendering resilient: #​40191
  • chore: Update swc: #​40520
  • Add missing feature in next-swc: #​40550
  • Mask Flight Parameters from Middleware: #​39939
  • Unwrap promise with experimental_use: #​40575
  • fix(next/router): Prevent query delete in routing when next.config basePath option is truthy: #​40566
  • fix(image): handle image imports with high aspect ratio: #​40563
  • fix: loosen webpack compilation with fallbackNodePolyfills: false: #​40612
  • Adding experimentalAdjustFallback feature to font optimization: #​40185
  • fix: handle notFound: true in / with next export: #​40592
  • refactor: split up CONTRIBUTING.md: #​40515
  • Implement SWC transformer for server and client graphs: #​40603
  • Fix edge wasm handling during deploy: #​40625
  • Client directive: #​40415
  • Remove internal client next api detection: #​40646
  • Attach module trace for RSC related errors: #​40652
  • Use createFromFetch instead of createFromReadableStream to fetch Flight: #​40656
  • Change Flight response content type to application/octet-stream: #​40665
  • Send web vitals to Vercel analytics in app: #​40669
  • Refactor fetchServerResponse: #​40674
  • Port page and layout level API assertions to SWC transform: #​40653
  • Ensure smooth scroll is disabled for navigation in new and existing router: #​40642
  • Upgrade to latest React experimental: #​40672
  • Refine error messages: #​40661
  • Incldue styled-jsx in swc compiling: #​40679
  • misc: update caniuse-lite to latest: [#​40680](https://github.com/vercel/ne

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Sep 8, 2022
@jbrunton-ci-minion
Copy link
Collaborator

jbrunton-ci-minion commented Sep 8, 2022

🍹 up on deps-all-minor-patch

Pulumi report
Updating (deps-all-minor-patch)

View Live: https://app.pulumi.com/jbrunton/chat-demo/deps-all-minor-patch/updates/119


+  pulumi:pulumi:Stack chat-demo-deps-all-minor-patch creating 
+  pulumi:pulumi:Stack chat-demo-deps-all-minor-patch creating stack config: {
+  pulumi:providers:aws aws creating 
+  pulumi:providers:aws aws created 
+  pulumi:pulumi:Stack chat-demo-deps-all-minor-patch creating read pulumi:pulumi:StackReference jbrunton/chat-demo-shared-infra/production
+  pulumi:pulumi:Stack chat-demo-deps-all-minor-patch creating read pulumi:pulumi:StackReference jbrunton/chat-demo-shared-infra/production
+  aws:ecs:Cluster chat-demo-deps-all-minor creating 
+  aws:cloudwatch:LogGroup /ecs/chat-demo-deps-all-minor-patch creating 
+  aws:lb:TargetGroup chat-demo-deps-all-minor creating 
+  aws:iam:Role chat-demo-deps-all-minor-patch creating 
+  aws:cloudwatch:LogGroup /ecs/chat-demo-deps-all-minor-patch created 
+  aws:route53:Record chat-demo-deps-all-minor-patch creating 
+  aws:iam:Role chat-demo-deps-all-minor-patch created 
+  aws:lb:TargetGroup chat-demo-deps-all-minor created 
+  aws:ecs:TaskDefinition chat-demo-deps-all-minor-patch creating 
+  aws:iam:RolePolicy chat-demo-deps-all-minor-patch-get-params creating 
+  aws:iam:RolePolicyAttachment chat-demo-deps-all-minor-patch creating 
+  aws:lb:ListenerRule chat-demo-deps-all-minor-patch creating 
+  aws:iam:RolePolicy chat-demo-deps-all-minor-patch-get-params created 
+  aws:iam:RolePolicyAttachment chat-demo-deps-all-minor-patch created 
+  aws:ecs:TaskDefinition chat-demo-deps-all-minor-patch created 
+  aws:lb:ListenerRule chat-demo-deps-all-minor-patch created 
@ Updating....
+  aws:ecs:Cluster chat-demo-deps-all-minor created 
+  aws:ecs:Service chat-demo-deps-all-minor-patch creating 
+  aws:ecs:Service chat-demo-deps-all-minor-patch created 
@ Updating....
+  aws:route53:Record chat-demo-deps-all-minor-patch created 
+  pulumi:pulumi:Stack chat-demo-deps-all-minor-patch created 1 message

Diagnostics:
pulumi:pulumi:Stack (chat-demo-deps-all-minor-patch):
stack config: {
 "stackName": "deps-all-minor-patch",
 "appName": "chat-demo-deps-all-minor-patch",
 "environment": "development",
 "tag": "HEAD-4f80ad7",
 "protect": false,
 "domain": "deps-all-minor-patch.chat-demo.dev.jbrunton-aws.com",
 "publicUrl": "https://deps-all-minor-patch.chat-demo.dev.jbrunton-aws.com",
 "rootDomain": "jbrunton-aws.com"
}

Outputs:
publicUrl: "https://deps-all-minor-patch.chat-demo.dev.jbrunton-aws.com"

Resources:
+ 12 created

Duration: 57s

@renovate renovate bot changed the title fix(deps): update dependency @pulumi/pulumi to v3.39.3 fix(deps): update all non-major dependencies Sep 8, 2022
@renovate renovate bot force-pushed the deps-all-minor-patch branch 15 times, most recently from 9b64505 to 3c99dce Compare September 15, 2022 20:38
@renovate renovate bot force-pushed the deps-all-minor-patch branch 8 times, most recently from b2721b4 to 9798a13 Compare September 23, 2022 19:00
@renovate renovate bot force-pushed the deps-all-minor-patch branch 3 times, most recently from e9e41c3 to e69b31b Compare September 24, 2022 23:25
@renovate renovate bot force-pushed the deps-all-minor-patch branch 16 times, most recently from fa94b8d to 6eb7820 Compare October 3, 2022 06:56
@renovate renovate bot force-pushed the deps-all-minor-patch branch 10 times, most recently from 97bd9c8 to 096e8a6 Compare October 7, 2022 12:34
@jbrunton jbrunton merged commit 7e72d62 into develop Oct 7, 2022
@renovate renovate bot deleted the deps-all-minor-patch branch October 7, 2022 21:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants