This repository was archived by the owner on Jun 10, 2023. It is now read-only.
fix(deps): update all non-major dependencies#165
Merged
Conversation
Collaborator
🍹
|
b723c83 to
f005950
Compare
9b64505 to
3c99dce
Compare
b2721b4 to
9798a13
Compare
e9e41c3 to
e69b31b
Compare
fa94b8d to
6eb7820
Compare
97bd9c8 to
096e8a6
Compare
096e8a6 to
6bf9be8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.14.0->5.16.20.40.0->0.40.14.15.2->4.16.03.39.2->3.42.04.17.13->4.17.144.14.184->4.14.186^14->14.18.3116.11.58->16.11.646.4.5->6.4.618.0.18->18.0.215.36.2->5.39.05.36.2->5.39.04.23.0->4.23.410.7.0->10.9.02.29.2->2.29.38.23.0->8.24.012.2.5->12.3.12.0.7->2.0.94.10.3->4.12.36.7.8->6.8.06.21.4->6.24.05.0.11->5.1.24.8.2->4.8.4Release Notes
pulumi/pulumi-aws
v5.16.2Compare Source
Changelog
v5.16.1Compare Source
Changelog
60235e3Properly read in roleARN. Surface underlying error from config validation check.463478epreconfigureCallback: Allow Env Vars for Credentials Validationv5.16.0Compare Source
Changelog
22de7aeUpgrade terraform-provider-aws to v4.32.0 (#2155)v5.15.0Compare Source
Changelog
7bf06ceUpgrade terraform-provider-aws to v4.31.0 (#2153)pulumi/pulumi-awsx
v0.40.1Compare Source
pulumi/pulumi-digitalocean
v4.16.0Compare Source
Changelog
3a18d7bUpgrade to terraform-provider-digitalocean v2.23.0pulumi/pulumi
v3.42.0Compare 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.1Compare Source
Features
[backend] Allows CLI auth for Azure blob storage
#10900
[cli/{about,plugin}] Remove experimental feature for plugins from private github releases. This is now supported by
github:plugin urls, see https://www.pulumi.com/docs/guides/pulumi-packages/how-to-author/#support-for-github-releases.#10896
[sdk/go] Adds an
UnsafeAwaitOutputfunction to the Go SDK. This permits a workaround for component providers and other advanced scenarios where resources created are conditional on an output.#10877
[sdk/python] Add invoke to Provider interface.
#10906
[sdk/python] Add Output.format to the python SDK.
#10919
[yaml] Updates Pulumi YAML to v0.5.9
#10937
Bug Fixes
[cli] Prevent sending on a closed channel panics during 'pulumi convert'
#10893
[programgen/go] Fix codegen for
__applyfunctions#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.3Compare Source
v3.40.2Compare Source
Features
[cli] Allow per-execution override of the cloud secrets provider url via the
PULUMI_CLOUD_SECRET_OVERRIDEenvironment 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 newto 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 convertto 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.OrganizationNameto return the current organization if available.#10564
[sdk/go] Pulumi Go Programs now support a Pulumi.yaml option
buildTarget: path/to/binaryto compile/recompile a Go binary to that location.#10731
[sdk/go] Added
Context.Organizationto 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: alwaysoption 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.CreateandImmutableDictionary.Createfor secret properties.#10850
[sdk/nodejs] The
@pulumi/pulumipackage is now interoperable with ESModules.#10622
[sdk/{nodejs,python}]
getOrganizationnow returns "organization" by default.#10820
[programgen/yaml] Fix incorrect import for non-pulumi owned package on convert
#10727
v3.40.1Compare Source
Features
[backend] Adds a flag
PULUMI_SKIP_CHECKPOINTS=truethat 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=trueto 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.ProgramTestto a filestate backend. Tests that require running against a service should setRequireServicetotrue.#10720
[cli] Add a package author focused subcommand:
pulumi packagewith subcommandspulumi package gen-sdkandpulumi 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
#10739
v3.40.0Compare Source
Bug fixes
#10691
Miscellaneous
v3.39.4Compare Source
Improvements
[provider/go]: Added support for token authentication in the go providers which use git.
#10628
[codegen/go] Chunk the
pulumiTypes.gofile to reduce max file size.#10666
Bug Fixes
Fix invalid resource type on
pulumi convertto Go#10670
[auto/nodejs]
onOutputis now called incrementally as theunderyling 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
#10644
v3.39.3Compare 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
up,preview, ...)when used with the nodejs runtime. Reverts #10530.
#10650
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.39.0Compare Source
Features
5.38.1 (2022-09-26)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.38.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.38.0Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.37.0Compare Source
Bug Fixes
5.36.2 (2022-09-05)
Bug Fixes
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.0Compare 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.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.38.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.37.0Compare 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.4Compare Source
ellipsis精度问题。#37802 @zheeengvalue属性的问题。#37801 @MadCccv4.23.3Compare Source
showLeafIconcould accept ReactNode for a custom leaf icon.#37144 @xWiiLLzcopyable.tooltip=falsestill shows the copied tooltip. #37754ellipsisnot working correctly in some cases. #37700 @zheeengchildrenwhen inverticalmode. #37697getCurrentAnchornot updated. #37644animated: truemissing tabPane animation. #37642column.titlerender function missingfiltersprops. #37629visible: trueback to show not work. #37613textproperty. #37681 @Wxh16144FilterSearchTypedefinition for Table. #37610 @kiner-tangshowLeafIcon属性支持自定义图标。#37144 @xWiiLLzcopyable.tooltip=false时,复制内容后仍然会展示提示的问题。#37754ellipsis在某些情况下不精确的问题。#37700 @zheeengvertical模式下仍然会错误展示children的问题。#37697getCurrentAnchor不会及时更新的问题。#37644animated: true时面板切换动画不生效的问题。#37642column.title渲染函数丢失filters属性的问题。#37629visible: true重新展示时不生效的问题。#37613text属性时,渲染了一个带有样式的空元素问题。#37681 @Wxh16144FilterSearchType类型。#37610 @kiner-tangv4.23.2Compare Source
tabListprop. #37537 @edc-huifilterSearchis not executed whenfilterMode="tree". #37587 @edc-huiclassNamewhen it's not a string type. #37598React.ReactChildtype. #37551 @bowen-wutabList属性时控制台出现废弃警告的问题。#37537 @edc-huifilterMode="tree"时filterSearch函数未执行的问题。#37587 @edc-huiclassName非 string 类型时会被覆盖的问题。#37598React.ReactChild定义。#37551 @bowen-wuv4.23.1Compare Source
Modal.confirm().update. #37471 @Aaron674092290No matching export themeerror. #37462valueadd null type. #37421 @li-jia-nanModal.confirm().update({visible: true})导致无法关闭 modal 的问题。#37471 @Aaron674092290No matching export theme错误。#37462value新增类型 null。#37421 @li-jia-nancypress-io/cypress
v10.9.0Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#​10-9-0
v10.8.0Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#​10-8-0
date-fns/date-fns
v2.29.3Compare Source
This release is prepared by our own @leshakoss.
Fixed
Fixed Ukrainian (
uk) locale grammar forformatDistance.Improved browser compatibility by transforming the code with
@babel/preset-env.eslint/eslint
v8.24.0Compare Source
Features
1729f9efeat: account forsourceType: "commonjs"in the strict rule (#16308) (Milos Djermanovic)b0d72c9feat: add rule logical-assignment-operators (#16102) (fnx)f02bcd9feat:array-callback-returnsupportfindLastandfindLastIndex(#16314) (Sosuke Suzuki)Documentation
2c152ffdocs: note false positiveObject.getOwnPropertyNamesin prefer-reflect (#16317) (AnnAngela)bf7bd88docs: fix warn severity description for new config files (#16324) (Nitin Kumar)8cc0bbedocs: use more clean link syntax (#16309) (Percy Ma)6ba269edocs: fix typo (#16288) (jjangga0214)Chores
131e646chore: Upgrade @humanwhocodes/config-array for perf (#16339) (Nicholas C. Zakas)504fe59perf: switch from object spread toObject.assignwhen merging globals (#16311) (Milos Djermanovic)v8.23.1Compare Source
Bug Fixes
b719893fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills)734b54efix: improve autofix for theprefer-construle (#16292) (Nitin Kumar)6a923fffix: Ensure that glob patterns are normalized (#16287) (Nicholas C. Zakas)c6900f8fix: Ensure globbing doesn't include subdirectories (#16272) (Nicholas C. Zakas)Documentation
16cba3fdocs: fix mobile double tap issue (#16293) (Sam Chen)e098b5fdocs: keyboard control to search results (#16222) (Shanmughapriyan S)1b5b2a7docs: add Consolas font and prioritize resource loading (#16225) (Amaresh S M)1ae8236docs: copy & use main package version in docs on release (#16252) (Jugal Thakkar)279f0afdocs: Improve id-denylist documentation (#16223) (Mert Ciflikli)Chores
38e8171perf: migrate rbTree to js-sdsl (#16267) (Zilong Yao)1c388fbchore: switch nyc to c8 (#16263) (唯然)67db10cchore: enable linting.eleventy.jsagain (#16274) (Milos Djermanovic)42bfbd7chore: fixnpm run perfcrashes (#16258) (唯然)vercel/next.js
v12.3.1Compare Source
Core Changes
experimental: { esmExternals: 'loose' }: #40377next/dynamicshould only add default loading without suspense: #40397AppType: #40391onLoadconcurrent rendering resilient: #40191fallbackNodePolyfills: false: #40612notFound: truein/withnext export: #40592CONTRIBUTING.md: #40515Configuration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.