Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #323

Merged
merged 1 commit into from
Jan 11, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest 26.0.19 -> 26.0.20 age adoption passing confidence
@types/node 13.13.38 -> 13.13.39 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.11.1 -> 4.12.0 age adoption passing confidence
@typescript-eslint/parser 4.11.1 -> 4.12.0 age adoption passing confidence
aws-sdk 2.820.0 -> 2.824.0 age adoption passing confidence
eslint-plugin-prettier 3.3.0 -> 3.3.1 age adoption passing confidence
husky 4.3.6 -> 4.3.7 age adoption passing confidence
table 6.0.6 -> 6.0.7 age adoption passing confidence
ts-loader 8.0.13 -> 8.0.14 age adoption passing confidence
webpack 5.11.1 -> 5.12.3 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint

v4.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] handle empty type params (#​2915) (4d69fbb)
Features
  • eslint-plugin: add rule sort-type-union-intersection-members (#​2913) (9092c04)

4.11.1 (2020-12-28)

Bug Fixes
  • eslint-plugin: [naming-convention] fix precedence of method and property meta selectors (#​2877) (2f10e1a)
aws/aws-sdk-js

v2.824.0

Compare Source

  • feature: CodePipeline: Adding cancelled status and summary for executions aborted by pipeline updates.
  • feature: DevOpsGuru: Add resourceHours field in GetAccountHealth API to show total number of resource hours AWS Dev Ops Guru has done work for in the last hour.
  • feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for I-Frame-only HLS manifest generation in CMAF outputs.

v2.823.0

Compare Source

  • feature: Transfer: This release adds support for Amazon EFS, so customers can transfer files over SFTP, FTPS and FTP in and out of Amazon S3 as well as Amazon EFS.

v2.822.0

Compare Source

  • feature: CostExplorer: - ### Features - Add new GetCostcategories API - Support filter for GetDimensions, GetTags and GetCostcategories api - Support sortBy metrics for GetDimensions, GetTags and GetCostcategories api
  • feature: ParamValidator: Updated validateStructure to accept null and undefined values for params not described in the input shape

v2.821.0

Compare Source

  • feature: CloudSearch: This release adds support for new Amazon CloudSearch instances.
  • feature: HealthLake: Amazon HealthLake now supports exporting data from FHIR Data Stores in Preview.
prettier/eslint-plugin-prettier

v3.3.1

Compare Source

  • fix: add eslint-config-prettier as an optional peer dependency (#​374) (d59df27)
  • build(deps-dev): bump eslint from 7.16.0 to 7.17.0 (b87985d)
  • build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (11e427e)
typicode/husky

v4.3.7

Compare Source

  • Fix: upgrade find-versions to 4.0.0 #​837
gajus/table

v6.0.7

Compare Source

Bug Fixes
TypeStrong/ts-loader

v8.0.14

Compare Source

webpack/webpack

v5.12.3

Compare Source

Bugfixes

  • upgrade @webassembly/* and terser-webpack-plugin dependencies

v5.12.2

Compare Source

Bugfixes

  • fix problem with typings in strict mode

v5.12.1

Compare Source

Bugfixes
  • fix a crash in ConcatenatedModule when deserializing
  • fix some not serializable warnings
  • show error when using an invalid identifier as var library

v5.12.0

Compare Source

Features

  • add experiments.layers
    • entry.xxx.layer: "name-of-layer" allows to set the layer for an entrypoint
    • module.rules[].issuerLayer: RuleCondition allows to filter/match by layer of issuer
    • module.rules[].layer: "name-of-layer" allows to set the layer of an module
    • splitChunks.cacheGroups.xxx.layer allows to select modules by layer
    • externals.byLayer["name-of-layer"] allows to specify externals by layer
    • externals.byLayer: (layer) => ... allows to specify externals by layer
    • externals function has an additional argument property contextInfo which contains info about the issuer (e. g. the layer)
  • add module.parser and module.generator options to allow to specify parser/generator options globally per module type
  • make chunkId variable available in script tag hook (like it was with webpack 4)

Bugfixes

  • escape exclamation marks in context regexp when generating readable module names/ids
  • fix a problem when bundling webpack bundles with enabled eval-based devtools
  • add stats.nestedModulesSpace to schema to allow to specify this option
  • fix a bug that incorrectly replaces new.target with constants
  • fix a bug where splitChunk minSize is not handled correctly
  • fix a bug where the order of splitChunk cacheGroups is not handled correctly
  • avoid adding non-filesystem resources as dependencies for watching and caching

Developer experience

  • fix incorrect negation in hint comment for eval-based devtools
  • improve error messages of "Library/Chunk Loading/Wasm Loading typeof is not enabled" errors
  • improve question message when asking to install webpack-cli
  • show a warning when loaders/plugins report invalid dependencies to webpack

Contributing

  • examples use webpack-cli 4 now
  • rename memorize to memoize

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot merged commit 960e7f7 into master Jan 11, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch January 11, 2021 01:14
@hoonoh
Copy link
Owner

hoonoh commented Feb 15, 2021

🎉 This PR is included in version 1.0.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

hoonoh pushed a commit that referenced this pull request Mar 3, 2021
hoonoh pushed a commit that referenced this pull request Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants