Replace datadog/squid with ubuntu/squid Docker image by cory-miller · Pull Request #1002 · actions/checkout (original) (raw)
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
| actionpack-page_caching | | patch | '1.2.0' -> '1.2.4' |
|
|
|
|
| actions/checkout | action |
minor |
v3.1.0 -> v3.3.0 |
|
|
|
|
|
actions/upload-artifact
| action | patch |
v3.1.0 -> v3.1.2 |
|
|
|
|
| coffee-rails | | minor |
'~> 4.1.0' -> '~> 4.2.0' |
|
|
|
|
|
eslint-plugin-import
| devDependencies | minor |
2.26.0 ->
2.27.5
|
|
|
|
|
| github/codeql-action |
action | minor |
v2.1.27 -> v2.2.1 |
|
|
|
|
| gradle
(source) | | minor |
7.4.1 ->
7.6 |
|
|
|
|
| ossf/scorecard-action |
action | minor |
v2.0.6 -> v2.1.2 |
|
|
|
|
| rails | | minor |
'>= 5.0.0.beta1', '< 5.1' -> '>= 5.0.0.beta1', '< 5.2.9' |
|
|
|
|
|
terraform-linters/tflint-ruleset-aws
| plugin | minor |
0.13.2 -> 0.21.2 |
|
|
|
|
| typescript
(source) | devDependencies
| patch |
4.9.3 ->
4.9.5 |
|
|
|
|
| io.gitlab.arturbosch.detekt | plugin | minor |
1.20.0-RC1 ->
1.22.0 |
|
|
|
|
| org.jetbrains.kotlin.jvm | plugin | minor |
1.5.31 -> 1.8.10 |
|
|
|
|
Release Notes
actions/checkout
What's Changed
- Implement branch list using callbacks from exec function by @cory-miller in https://github.com/actions/checkout/pull/1045
- Add in explicit reference to private checkout options by @vanZeben in https://github.com/actions/checkout/pull/1050
- Fix comment typos (that got added in #770) by @lurch in https://github.com/actions/checkout/pull/1057
New Contributors
- @vanZeben made their first contribution in https://github.com/actions/checkout/pull/1050
- @lurch made their first contribution in https://github.com/actions/checkout/pull/1057
Full Changelog: https://github.com/actions/checkout/compare/v3.2.0...v3.3.0
What's Changed
- Add GitHub Action to perform release by @rentziass in https://github.com/actions/checkout/pull/942
- Fix status badge by @ScottBrenner in https://github.com/actions/checkout/pull/967
- Replace datadog/squid with ubuntu/squid Docker image by @cory-miller in https://github.com/actions/checkout/pull/1002
- Wrap pipeline commands for submoduleForeach in quotes by @jokreliable in https://github.com/actions/checkout/pull/964
- Update @actions/io to 1.1.2 by @cory-miller in https://github.com/actions/checkout/pull/1029
- Upgrading version to 3.2.0 by @vmjoseph in https://github.com/actions/checkout/pull/1039
New Contributors
- @ScottBrenner made their first contribution in https://github.com/actions/checkout/pull/967
- @cory-miller made their first contribution in https://github.com/actions/checkout/pull/1002
- @jokreliable made their first contribution in https://github.com/actions/checkout/pull/964
- @vmjoseph made their first contribution in https://github.com/actions/checkout/pull/1039
Full Changelog: https://github.com/actions/checkout/compare/v3.1.0...v3.2.0
actions/upload-artifact
- Update all
@actions/*NPM packages to their latest versions- #374 - Update all dev dependencies to their most recent versions - #375
- Update actions/core package to latest version to remove
set-outputdeprecation warning #351
import-js/eslint-plugin-import
Fixed
- [
order]: Fix group ranks order when alphabetizing ([#2674], thanks [@Pearce-Ropion])
Fixed
semvershould be a prod dep ([#2668])
Fixed
- [
no-empty-named-blocks]: rewrite rule to only check import declarations ([#2666])
Fixed
- [
no-duplicates]: do not unconditionally requiretypescript([#2665])
Fixed
array.prototype.flatmapshould be a prod dep ([#2664], thanks [@cristobal])
Added
- [
newline-after-import]: addconsiderCommentsoption ([#2399], thanks [@pri1311]) - [
no-cycle]: addallowUnsafeDynamicCyclicDependencyoption ([#2387], thanks [@GerkinDev]) - [
no-restricted-paths]: support arrays forfromandtargetoptions ([#2466], thanks [@AdriAt360]) - [
no-anonymous-default-export]: addallowNewoption ([#2505], thanks [@DamienCassou]) - [
order]: AdddistinctGroupoption ([#2395], thanks [@hyperupcall]) - [
no-extraneous-dependencies]: AddincludeInternaloption ([#2541], thanks [@bdwain]) - [
no-extraneous-dependencies]: AddincludeTypesoption ([#2543], thanks [@bdwain]) - [
order]: newalphabetize.orderImportKindoption to sort imports with same path based on their kind (type,typeof) ([#2544], thanks [@stropho]) - [
consistent-type-specifier-style]: add rule ([#2473], thanks [@bradzacher]) - Add [
no-empty-named-blocks] rule ([#2568], thanks [@guilhermelimak]) - [
prefer-default-export]: add "target" option ([#2602], thanks [@azyzz228]) - [
no-absolute-path]: add fixer ([#2613], thanks [@adipascu]) - [
no-duplicates]: support inline type import withinlineTypeImportoption ([#2475], thanks [@snewcomer])
Fixed
- [
order]: move nested imports closer to main import entry ([#2396], thanks [@pri1311]) - [
no-restricted-paths]: fix an error message ([#2466], thanks [@AdriAt360]) - [
no-restricted-paths]: useMinimatch.matchinstead ofminimatchto comply with Windows Native paths ([#2466], thanks [@AdriAt360]) - [
order]: require with member expression could not be fixed if alphabetize.order was used ([#2490], thanks [@msvab]) - [
order]: leave more space in rankings for consecutive path groups ([#2506], thanks [@Pearce-Ropion]) - [
no-cycle]: add ExportNamedDeclaration statements to dependencies ([#2511], thanks [@BenoitZugmeyer]) - [
dynamic-import-chunkname]: prevent false report on a valid webpack magic comment ([#2330], thanks [@mhmadhamster]) - [
export]: do not error on TS export overloads ([#1590], thanks [@ljharb]) - [
no-unresolved], [extensions]: ignore type only exports ([#2436], thanks [@Lukas-Kullmann]) ExportMap: add missing param to function ([#2589], thanks [@Fdawgs])- [
no-unused-modules]:checkPkgFieldObjectfilters boolean fields from checks ([#2598], thanks [@mpint]) - [
no-cycle]: accept Flowtypeofimports, just liketype([#2608], thanks [@gnprice]) - [
no-import-module-exports]: avoid a false positive for import variables ([#2315], thanks [@BarryThePenguin])
Changed
- [Tests] [
named]: Run all TypeScript test ([#2427], thanks [@ProdigySim]) - [readme] note use of typescript in readme
import/extensionssection ([#2440], thanks [@OutdatedVersion]) - [Docs] [
order]: use correct default value ([#2392], thanks [@hyperupcall]) - [meta] replace git.io link in comments with the original URL ([#2444], thanks [@liby])
- [Docs] remove global install in readme ([#2412], thanks [@aladdin-add])
- [readme] clarify
eslint-import-resolver-typescriptusage ([#2503], thanks [@JounQin]) - [Refactor] [
no-cycle]: Add per-run caching of traversed paths ([#2419], thanks [@nokel81]) - [Performance]
ExportMap: add caching after parsing for an ambiguous module ([#2531], thanks [@stenin-nikita]) - [Docs] [
no-useless-path-segments]: fix paths ([#2424], thanks [@s-h-a-d-o-w]) - [Tests] [
no-cycle]: add passing test cases ([#2438], thanks [@georeith]) - [Refactor] [
no-extraneous-dependencies] improve performance using cache ([#2374], thanks [@meowtec]) - [meta]
CONTRIBUTING.md: mention inactive PRs ([#2546], thanks [@stropho]) - [readme] make json for setting groups multiline ([#2570], thanks [@bertyhell])
- [Tests] [
no-restricted-paths]: Tests forimport typestatements ([#2459], thanks [@golergka]) - [Tests] [
no-restricted-paths]: fix one failingimport typetest case, submitted by [@golergka], thanks [@azyzz228] - [Docs] automate docs with eslint-doc-generator ([#2582], thanks [@bmish])
- [readme] Increase clarity around typescript configuration ([#2588], thanks [@Nfinished])
- [Docs] update
eslint-doc-generatorto v1.0.0 ([#2605], thanks [@bmish]) - [Perf] [
no-cycle], [no-internal-modules], [no-restricted-paths]: useanyOfinstead ofoneOf(thanks [@ljharb], [@remcohaszing])
github/codeql-action
gradle/gradle
v7.5.1:
7.5.1
This is a patch release for 7.5. We recommend using 7.5.1 instead of 7.5
We would like to thank the following community members for their contributions to this release of Gradle: Michael Bailey, Josh Kasten, Marcono1234, mataha, Lieven Vaneeckhaute, kiwi-oss, Stefan Neuhaus, George Thomas, Anja Papatola, Björn Kautler, David Burström, Vladimir Sitnikov, Roland Weisleder, Konstantin Gribov, David Op de Beeck, aSemy, Rene Groeschke, Jonathan Leitschuh, Aurimas Liutikas, Jamie Tanna, Xin Wang, Atsuto Yamashita, Taeik Lim, Peter Gafert, Alex Landau, Jerry Wiltse, Tyler Burke, Matthew Haughton, Filip Daca, Simão Gomes Viana, Vaidotas Valuckas, Edgars Jasmans, Tomasz Godzik, Jeff, Lajos Veres
Upgrade instructions
Switch your build to use Gradle 7.5.1 by updating your wrapper:
./gradlew wrapper --gradle-version=7.5.1
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
Reporting Problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.
v7.4.2:
7.4.2
This is a patch release for Gradle 7.4.
See the list of fixed issues: https://docs.gradle.org/7.4.2/release-notes.html
We recommend users upgrade to 7.4.2 instead of 7.4 or another patch release.
Upgrade Instructions
Switch your build to use Gradle 7.4.2 by updating your wrapper:
./gradlew wrapper --gradle-version=7.4.2See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.4.2.
Reporting Problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.
ossf/scorecard-action
What's Changed
Fixes
- 🌱 Bump scorecard dependency to v4.10.2 to remove a CODEOWNERS printf statement. by @spencerschrock in https://github.com/ossf/scorecard-action/pull/1054
Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.1.1...v2.1.2
Scorecard version
This release use Scorecard's v4.10.1
Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.1.0...v2.1.1
What's Changed
Scorecard version
This release uses scorecard v4.10.0.
Improvements
- Docker build workflow by @naveensrinivasan in https://github.com/ossf/scorecard-action/pull/981
- Use root user in distroless to support GitHub Actions by @spencerschrock in https://github.com/ossf/scorecard-action/pull/994
- Disable pull_request_target by @laurentsimon in https://github.com/ossf/scorecard-action/pull/1031
Documentation
- Add PAT section explaining risks by @olivekl in https://github.com/ossf/scorecard-action/pull/1024
- Make the badge text easier to copy by @rajbos in https://github.com/ossf/scorecard-action/pull/1026
New Contributors
- @joycebrum made their first contribution in https://github.com/ossf/scorecard-action/pull/984
- @rajbos made their first contribution in https://github.com/ossf/scorecard-action/pull/1026
Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.0.6...v2.1.0
terraform-linters/tflint-ruleset-aws
Enhancements
#442: Update AWS provider/module and generated content
Chores
#441: Bump golang.org/x/net from 0.2.0 to 0.5.0
#434: Bump goreleaser/goreleaser-action from 3 to 4
#435:
Pass GITHUB_TOKEN to e2e test workflow
(@wata727)
#437: Bump github.com/terraform-linters/tflint-plugin-sdk from 0.14.0 to 0.15.0
BugFixes
elasticache_cluster_previous_type: fix panic on empty string
(@bendrucker)
Chores
autogenerated maintenance
Enhancements
autogenerated maintenance
#405 #406: Add assume role configuration to plugin config (@kaito3desuyo)
Enhancements
autogenerated maintenance
Chores
Bump up GoReleaser version in release.yml (@wata727)
#401: Bump golang.org/x/net from 0.1.0 to 0.2.0
Enhancements
autogenerated maintenance
BugFixes
Prefer credentials in "plugin" blocks over "provider" blocks (@wata727)
Chores
Add signatures for keyless signing (@wata727)
#395: Bump github.com/hashicorp/hcl/v2 from 2.14.1 to 2.15.0
#398: Bump up GoReleaser version (@wata727)
Breaking Changes
remove hardcoded S3 region rule (@PatMyron)
Enhancements
autogenerated maintenance
#388: Bump tflint-plugin-sdk to v0.14.0 (@wata727)
Chores
Bump github.com/dave/dst from 0.27.0 to 0.27.2
Enhancements
autogenerated maintenance
#380: Update db instance type list with m6i and r6i (@milestruecar)
Chores
Bump github.com/google/go-cmp from 0.5.8 to 0.5.9
#377: Bump github.com/terraform-linters/tflint-plugin-sdk from 0.12.0 to 0.13.0
#378: Bump github.com/hashicorp/hcl/v2 from 2.14.0 to 2.14.1
The minimum supported version of TFLint has changed in this version. TFLint v0.40.0+ is required for this plugin to work.
Breaking Changes
Bump tflint-plugin-sdk to v0.12.0 (@wata727)
Enhancements
autogenerated maintenance
Chores
Bump github.com/zclconf/go-cty from 1.10.0 to 1.11.0
#368: Bump github.com/hashicorp/hcl/v2 from 2.13.0 to 2.14.0
#371: build: Improve Go workflows (@wata727)
Enhancements
- 363: autogenerated maintenance
Enhancements
autogenerated maintenance
- Removed aws_cloudwatch_metric_alarm_invalid_extended_statistic rule
#362: Lambda runtime deprecation updates (@PatMyron)
Chores
go 1.19 (@PatMyron)
Enhancements
autogenerated maintenance
#355:
Add aws_security_group_rule_invalid_protocol rule
(@x-color)
#356:
Add aws_security_group_invalid_protocol rule
(@x-color)
Chores
Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0
Enhancements
feat: support provider aliases in deep checking (@suzuki-shunsuke)
#343: autogenerated maintenance
Chores
Bump github.com/terraform-linters/tflint-plugin-sdk from 0.10.1 to 0.11.0
#347: Bump goreleaser/goreleaser-action from 2 to 3
#351: Bump github.com/dave/dst from 0.26.2 to 0.27.0
Enhancements
autogenerated maintenance
Chores
Bump github.com/hashicorp/hcl/v2 from 2.11.1 to 2.12.0
#339: Bump github.com/google/go-cmp from 0.5.7 to 0.5.8
#340: Replace logger from the standard logger (@wata727)
#341: Add E2E tests (@wata727)
Enhancements
autogenerated maintenance
#335: Lambda runtime deprecation updates (python3.6) (@PatMyron)
Chores
chores: Remove snaker (@wata727)
#329: Fix rule template for rule generator (@wata727)
#330: Bump github.com/terraform-linters/tflint-plugin-sdk from 0.10.0 to 0.10.1
#333:
style: format rules/api/rule.go.tmpl and run go generate ./...
(@suzuki-shunsuke)
#334: Bump actions/setup-go from 2 to 3
Microsoft/TypeScript
v4.9.5:
TypeScript 4.9.5
For release notes, check out the release announcement.
Downloads are available on:
Changes:
v4.9.4:
TypeScript 4.9.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Changes:
to release 4.9 (#51712)
b4d382b
Cherry-pick changes for narrowing to tagged literal types.
e7a02f4
Port of
#51626
and
#51689
to release-4.9
(#51627)
1727912
Cherry-pick fix around visitEachChild to release-4.9.
(#51544)
This list of changes was auto generated.
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.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Eli Schleifer eli@trunk.io