Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Update all dependencies #286

Merged
merged 1 commit into from
Dec 7, 2018
Merged

Update all dependencies #286

merged 1 commit into from
Dec 7, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2018

This PR contains the following updates:

Package Type Update Change References
css-loader devDependencies major ^1.0.1 -> ^2.0.0 source
typescript devDependencies patch ^3.2.1 -> ^3.2.2 homepage, source

Release Notes

webpack-contrib/css-loader

v2.0.0

Compare Source

Bug Fixes
  • broken unucode characters (#​850) (f599c70)
  • correctly processing urls() with ?#hash (#​803) (417d105)
  • don't break loader on invalid or not exists url or import token (#​827) (9e52d26)
  • don't duplicate import with same media in different case (#​819) (9f66e33)
  • emit warnings on broken import at-rules (#​806) (4bdf08b)
  • handle uppercase URL in import at-rules (#​818) (3ebdcd5)
  • inconsistent generate class names for css modules on difference os (#​812) (0bdf9b7)
  • reduce number of require for urls() (#​854) (3338656)
  • support deduplication of string module ids (optimization.namedModules) (#​789) (e3bb83a)
  • support module resolution in composes (#​845) (453248f)
  • same urls() resolving logic for modules (local and global) and without modules (#​843) (fdcf687)
Features
BREAKING CHANGES
  • resolving logic for uls() and import at-rules works the same everywhere, it does not matter whether css modules are enabled (with global and local module) or not. Examples - url('image.png') as require('./image.png'), url('./image.png') as require('./image.png'), url('~module/image.png') as require('module/image.png').
  • by default css modules are disabled (now modules: false disable all css modules features), you can return old behaviour change this on modules: 'global'
  • css-loader/locals was dropped in favor exportOnlyLocals option
  • import option only affect on import at-rules and doesn't affect on composes declarations
  • invalid @import at rules now emit warnings
  • use postcss@7

1.0.1 (2018-10-29)

Bug Fixes
Microsoft/TypeScript

v3.2.2

Compare Source

For release notes, check out the release announcement

For new features, check out the What's new in TypeScript 3.2.

For breaking changes, check out the Breaking changes in TypeScript 3.2 page.

For the complete list of fixed issues, check out the fixed issues query for Typescript 3.2.

Download:


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 if you modify the PR title to begin with "rebase!".

👻 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 Renovate Bot. View repository job log here.

@chriddyp chriddyp temporarily deployed to dash-table-review-pr-286 December 7, 2018 02:21 Inactive
@renovate renovate bot changed the title Update dependency typescript to ^3.2.2 Update all dependencies Dec 7, 2018
@chriddyp chriddyp temporarily deployed to dash-table-review-pr-286 December 7, 2018 11:54 Inactive
@Marc-Andre-Rivet Marc-Andre-Rivet self-requested a review December 7, 2018 14:24
@Marc-Andre-Rivet Marc-Andre-Rivet merged commit e77b090 into master Dec 7, 2018
@renovate renovate bot deleted the renovate/all branch December 7, 2018 14:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants