Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !8439
An error occurred while fetching the assigned milestone of the selected merge_request.

Downgrade chalk for ie 11 support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/ianschmitz/fix-overlay-ie11 into master 5 years ago
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 3

Created by: ianschmitz

Fixes #8405 (closed).

Downgrades chalk that was bumped in #8164. The newer version of chalk included newer dependencies that used es2015+ APIs that weren't compatible with IE 11, and were included in the webpack dev client.

Compare
  • master (base)

and
  • latest version
    56ffdbf4
    2 commits, 2 years ago

3 files
+ 426
- 511

    Preferences

    File browser
    Compare changes
pack‎ages‎
create-r‎eact-app‎
yarn.loc‎k.cached‎ +424 -509
react-d‎ev-utils‎
packag‎e.json‎ +1 -1
react-err‎or-overlay‎
packag‎e.json‎ +1 -1
packages/create-react-app/yarn.lock.cached
+ 424
- 509
  • View file @ 56ffdbf4

  • Edit in single-file editor

  • Open in Web IDE

Files with large changes are collapsed by default.

packages/react-dev-utils/package.json
+ 1
- 1
  • View file @ 56ffdbf4

  • Edit in single-file editor

  • Open in Web IDE


@@ -55,7 +55,7 @@
"@babel/code-frame": "7.8.3",
"address": "1.1.2",
"browserslist": "4.8.6",
"chalk": "3.0.0",
"chalk": "2.4.2",
"cross-spawn": "7.0.1",
"detect-port-alt": "1.1.6",
"escape-string-regexp": "2.0.0",
packages/react-error-overlay/package.json
+ 1
- 1
  • View file @ 56ffdbf4

  • Edit in single-file editor

  • Open in Web IDE


@@ -41,7 +41,7 @@
"babel-jest": "^24.9.0",
"babel-loader": "8.0.6",
"babel-preset-react-app": "^9.1.1",
"chalk": "3.0.0",
"chalk": "2.4.2",
"chokidar": "^3.3.0",
"cross-env": "6.0.3",
"eslint": "^6.1.0",
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Administrator
Reference:
Source branch: github/fork/ianschmitz/fix-overlay-ie11

Menu

Explore Projects Groups Snippets