freecodecamp icon indicating copy to clipboard operation
freecodecamp copied to clipboard

FreeCodeCamp.com's open-source MEAN web application

Results 67 freecodecamp issues
Sort by recently updated
recently updated
newest added

Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 6.0.3 to 7.0.3. Release notes Sourced from cross-env's releases. v7.0.3 7.0.3 (2020-12-01) Bug Fixes add maintenance mode notice (fe80c84) v7.0.2 7.0.2 (2020-03-05) Reverts Revert "fix: signal handling...

Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.2 to 7.0.3. Release notes Sourced from cross-env's releases. v7.0.3 7.0.3 (2020-12-01) Bug Fixes add maintenance mode notice (fe80c84) Commits bb0287b docs: add dsbert as a contributor...

Bumps [babel-plugin-transform-imports](https://bitbucket.org/amctheatres/babel-transform-imports) from 1.5.1 to 2.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=babel-plugin-transform-imports&package-manager=npm_and_yarn&previous-version=1.5.1&new-version=2.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...

Bumps [@babel/polyfill](https://github.com/babel/babel/tree/HEAD/packages/babel-polyfill) from 7.11.5 to 7.12.1. Release notes Sourced from @babel/polyfill's releases. v7.12.1 (2020-10-16) :bug: Bug Fix babel-cli #12182 Don't force chokidar@2 to be downloaded from registry.npmjs.org (@nicolo-ribaudo) babel-plugin-transform-runtime, babel-runtime-corejs2,...

Bumps [react-stripe-elements](https://github.com/stripe/react-stripe-elements) from 2.0.3 to 6.1.2. Release notes Sourced from react-stripe-elements's releases. v6.1.2 Bug Fixes Fix a bug where the elements prop is not injected by injectStripe when using async...

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.1 to 16.14.0. Release notes Sourced from react's releases. 16.14.0 (October 14, 2020) React Add support for the new JSX transform. (@lunaruan in #18299) Changelog Sourced from...

Bumps [babel-plugin-transform-imports](https://bitbucket.org/amctheatres/babel-transform-imports) from 1.5.1 to 2.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=babel-plugin-transform-imports&package-manager=npm_and_yarn&previous-version=1.5.1&new-version=2.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...

Bumps [loopback-boot](https://github.com/strongloop/loopback-boot) from 2.28.0 to 3.3.1. Changelog Sourced from loopback-boot's changelog. 2019-06-24, Version 3.3.1 chore: update LTS status (Diana Lau) chore: update copyrights years (Agnes Lin) 2019-03-28, Version 3.3.0 chore:...

Bumps [babel-plugin-add-module-exports](https://github.com/59naga/babel-plugin-add-module-exports) from 0.2.1 to 1.0.4. Release notes Sourced from babel-plugin-add-module-exports's releases. v1.0.0 Documentation remove [@next](https://github.com/next) tag (7fd260d) BREAKING CHANGES change v2 tag @latest to @legacy v0.3.3 Bug Fixes closes...

Double rotations are slightly complex version of already explained versions of rotations. To understand them better, we should take note of each action performed while rotation. Let's first check how...