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 #91

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2020

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch ^7.9.0 -> ^7.9.6
@babel/preset-env (source) devDependencies patch ^7.9.5 -> ^7.9.6
babel-jest devDependencies minor ^25.4.0 -> ^25.5.1
jest (source) devDependencies minor ^25.4.0 -> ^25.5.2
tailwindcss (source) dependencies minor ^1.3.4 -> ^1.4.0

Release Notes

babel/babel

v7.9.6

Compare Source

👓 Spec Compliance
  • babel-plugin-proposal-object-rest-spread
  • babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
🚀 New Feature
  • babel-traverse, babel-types
    • #​11448 Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change (@​Beraliv)
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
  • babel-traverse
  • babel-plugin-transform-typescript
  • babel-compat-data
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties
  • babel-traverse, babel-types
  • babel-standalone
  • babel-plugin-transform-runtime
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-to-generator
💅 Polish
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
facebook/jest

v25.5.1

Compare Source

Fixes
  • [jest-haste-map] Add missing @types/graceful-fs dependency (#​9913)
  • [jest-runner] Correctly serialize Set passed to worker (#​9915)
  • [jest-runtime] Vary ESM cache by query (#​9914)

v25.5.0

Compare Source

Features
  • [@jest/globals] New package so Jest's globals can be explicitly imported (#​9801)
  • [jest-core] Show coverage of sources related to tests in changed files (#​9769)
  • [jest-runtime] Populate require.cache (#​9841)
Fixes
  • [*] Use graceful-fs directly in every package instead of relying on fs being monkey patched (#​9443)
  • [expect] Prints the Symbol name into the error message with a custom asymmetric matcher (#​9888)
  • [jest-circus, jest-jasmine2] Support older version of jest-runtime (#​9903 & #​9842)
  • [@jest/environment] Make sure not to reference Jest types (#​9875)
  • [jest-message-util] Code frame printing should respect --noStackTrace flag (#​9866)
  • [jest-runtime] Support importing CJS from ESM using import statements (#​9850)
  • [jest-runtime] Support importing parallel dynamic imports (#​9858)
  • [jest-transform] Improve source map handling when instrumenting transformed code (#​9811)
Chore & Maintenance
  • [docs] Add an example for mocking non-default export class
Performance
  • [jest-resolve] Update resolve to a version using native realpath, which is faster than the default JS implementation (#​9872)
  • [jest-resolve] Pass custom cached realpath function to resolve (#​9873)
  • [jest-runtime] Add teardown method to clear any caches when tests complete (#​9906)
  • [jest-runtime] Do not pass files required internally through transformation when loading them (#​9900)
  • [jest-runtime] Use Maps instead of object literals as cache holders (#​9901)
tailwindcss/tailwindcss

v1.4.0

Compare Source

Tailwind CSS v1.4.0

Another new minor version so soon? Merry Coronavirus 🎄😷🎄

New Features

New color opacity utilities (#​1627)

Tailwind v1.4 adds a new set of utilities for controlling just the alpha channel of colors:

  • bg-opacity-{value}
  • text-opacity-{value}
  • border-opacity-{value}
  • divide-opacity-{value}
  • placeholder-opacity-{value}

These utilities compose with the existing color utilities like this:

<div class="bg-red-500 bg-opacity-25">
  <!-- ... -->
</div>

All of these new utilities inherit their values from the opacity config by default but can be configured independently under the following theme keys:

  • backgroundOpacity
  • textOpacity
  • borderOpacity
  • placeholderOpacity
  • divideOpacity

Learn more in the pull request.

Built-in PurgeCSS (#​1639)

Tailwind v1.4 adds a new purge option to the config for removing unused CSS without the need for configuring another tool:

// tailwind.config.js
module.exports = {
  purge: [
    './src/**/*.html',
    './src/**/*.vue',
    './src/**/*.jsx',
  ],
  theme: {},
  variants: {},
  plugins: [],
}

Learn more in the pull request and the updated "Controlling File Size" documentation.

IE 11 target mode (#​1635)

This feature is experimental and may change outside of normal semantic versioning policies.

Recently we've been adding a lot of new features to Tailwind that aren't IE 11 compatible, and if you need to support IE 11 in your projects you have to be careful not to rely on these features by mistake.

To make this easier, we've added a new target option to the config that lets you opt-in to a new ie11 mode that disables any features that are not compatible with IE 11:

// tailwind.config.js
module.exports = {
  target: 'ie11',
  theme: {},
  variants: {},
  plugins: [],
}

Learn more in the pull request.

v1.3.5

Compare Source

  • Fix missing unit in calc bug in space plugin (space-x-0 didn't work for example)
  • Drop fs-extra dependency to ^8.0.0 to preserve Node 8 compatibility until Tailwind 2.0

Renovate configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Apr 23, 2020

Codecov Report

Merging #91 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #91   +/-   ##
=======================================
  Coverage   97.87%   97.87%           
=======================================
  Files           3        3           
  Lines          47       47           
  Branches        9        9           
=======================================
  Hits           46       46           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c4a2e14...362614d. Read the comment docs.

@vinayakkulkarni
Copy link

🛎@atinux

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5de24ad to 0315336 Compare April 28, 2020 19:53
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to ^1.3.5 chore(deps): update all non-major dependencies Apr 28, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 672cc3f to 7d6f7d6 Compare April 29, 2020 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d6f7d6 to 362614d Compare April 30, 2020 10:52
@atinux
Copy link
Collaborator

atinux commented Apr 30, 2020

See #95

@atinux atinux closed this Apr 30, 2020
@atinux atinux deleted the renovate/all-minor-patch branch April 30, 2020 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants