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
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.2
0.40.0
->0.40.1
4.15.2
->4.16.0
3.39.2
->3.42.0
4.17.13
->4.17.14
4.14.184
->4.14.186
^14
->14.18.31
16.11.58
->16.11.64
6.4.5
->6.4.6
18.0.18
->18.0.21
5.36.2
->5.39.0
5.36.2
->5.39.0
4.23.0
->4.23.4
10.7.0
->10.9.0
2.29.2
->2.29.3
8.23.0
->8.24.0
12.2.5
->12.3.1
2.0.7
->2.0.9
4.10.3
->4.12.3
6.7.8
->6.8.0
6.21.4
->6.24.0
5.0.11
->5.1.2
4.8.2
->4.8.4
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 Validationv5.16.0
Compare Source
Changelog
22de7ae
Upgrade terraform-provider-aws to v4.32.0 (#2155)v5.15.0
Compare Source
Changelog
7bf06ce
Upgrade terraform-provider-aws to v4.31.0 (#2153)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.0pulumi/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
[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
UnsafeAwaitOutput
function 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
__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
andImmutableDictionary.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 setRequireService
totrue
.#10720
[cli] Add a package author focused subcommand:
pulumi package
with subcommandspulumi package gen-sdk
andpulumi 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.0
Compare Source
Bug fixes
#10691
Miscellaneous
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 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.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
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
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
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.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
ellipsis
精度问题。#37802 @zheeengvalue
属性的问题。#37801 @MadCccv4.23.3
Compare Source
showLeafIcon
could accept ReactNode for a custom leaf icon.#37144 @xWiiLLzcopyable.tooltip=false
still shows the copied tooltip. #37754ellipsis
not working correctly in some cases. #37700 @zheeengchildren
when invertical
mode. #37697getCurrentAnchor
not updated. #37644animated: true
missing tabPane animation. #37642column.title
render function missingfilters
props. #37629visible: true
back to show not work. #37613text
property. #37681 @Wxh16144FilterSearchType
definition 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.2
Compare Source
tabList
prop. #37537 @edc-huifilterSearch
is not executed whenfilterMode="tree"
. #37587 @edc-huiclassName
when it's not a string type. #37598React.ReactChild
type. #37551 @bowen-wutabList
属性时控制台出现废弃警告的问题。#37537 @edc-huifilterMode="tree"
时filterSearch
函数未执行的问题。#37587 @edc-huiclassName
非 string 类型时会被覆盖的问题。#37598React.ReactChild
定义。#37551 @bowen-wuv4.23.1
Compare Source
Modal.confirm().update
. #37471 @Aaron674092290No matching export theme
error. #37462value
add 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.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
Fixed Ukrainian (
uk
) locale grammar forformatDistance
.Improved browser compatibility by transforming the code with
@babel/preset-env
.eslint/eslint
v8.24.0
Compare Source
Features
1729f9e
feat: account forsourceType: "commonjs"
in the strict rule (#16308) (Milos Djermanovic)b0d72c9
feat: add rule logical-assignment-operators (#16102) (fnx)f02bcd9
feat:array-callback-return
supportfindLast
andfindLastIndex
(#16314) (Sosuke Suzuki)Documentation
2c152ff
docs: note false positiveObject.getOwnPropertyNames
in prefer-reflect (#16317) (AnnAngela)bf7bd88
docs: fix warn severity description for new config files (#16324) (Nitin Kumar)8cc0bbe
docs: use more clean link syntax (#16309) (Percy Ma)6ba269e
docs: fix typo (#16288) (jjangga0214)Chores
131e646
chore: Upgrade @humanwhocodes/config-array for perf (#16339) (Nicholas C. Zakas)504fe59
perf: switch from object spread toObject.assign
when merging globals (#16311) (Milos Djermanovic)v8.23.1
Compare Source
Bug Fixes
b719893
fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills)734b54e
fix: improve autofix for theprefer-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
38e8171
perf: migrate rbTree to js-sdsl (#16267) (Zilong Yao)1c388fb
chore: switch nyc to c8 (#16263) (唯然)67db10c
chore: enable linting.eleventy.js
again (#16274) (Milos Djermanovic)42bfbd7
chore: fixnpm run perf
crashes (#16258) (唯然)vercel/next.js
v12.3.1
Compare Source
Core Changes
experimental: { esmExternals: 'loose' }
: #40377next/dynamic
should only add default loading without suspense: #40397AppType
: #40391onLoad
concurrent rendering resilient: #40191fallbackNodePolyfills: false
: #40612notFound: true
in/
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.