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

[Snyk] Upgrade re-natal from 0.2.38 to 0.11.1 #5

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented May 7, 2021

Snyk has created this PR to upgrade re-natal from 0.2.38 to 0.11.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 30 versions ahead of your current version.
  • The recommended version was released 2 years ago, on 2019-05-05.
Release notes
Package name: re-natal
  • 0.11.1 - 2019-05-05

    Fixes:

    • Enabling auto-require breaks re-natal #221
  • 0.11.0 - 2019-05-05

    Changes:

    • Use figwheel 0.5.18 (#217) thanks to @ drhops for the contribution
    • Use React Native 0.59.5

    Breaking CLI change:

    • with metro bundler in latest RN version command re-natal enable-source-maps is not needed anymore so it was removed.
  • 0.10.1 - 2019-04-29

    Fix:

    • Update klaw-sync to 6.0.0 (#206)
  • 0.10.0 - 2018-12-07

    Changes

    • use React Native 0.57.7 (thanks @ puppybits, @ wnr and others who helped to make it work)
    • support CocoaPods xcworkspace (@ mfikes)

    Upgrading existing projects

    • upgrade project to React Native 0.57
    • run re-natal upgrade
    • manually add following to the babelrc:
    "ignore": [
        "./index.ios.js",
        "./index.android.js"
      ]
  • 0.9.0 - 2018-05-29

    Breaking changes:

    • using cljs compiler :target :nodejs
    • figwheel-bridge.js now loads the index.js file therfore :preloads and :closure-defines works as expected.

    Version updates:

    • React Native 0.55.4
    • Reagent 0.8
    • ClojureScript 1.10.238
    • Om-Next 1.0.0-beta3

    Fixes:

    • Update UWP code generator to use new windows file layout (@ jimberlage)

    Upgrading existing projects

    Minimal required changes:

    1. run re-natal upgrade
    2. In project.clj update clojurescript version to 1.10.238
    3. In project.clj all profiles add :target :nodejs
    4. In project.clj dev profile rename :output-to file not-used.js -> index.js
  • 0.8.2 - 2018-03-05
    • Use React Native 0.53.0
    • fix broken Rum template
    • fix jvm-opts for java9 (@ stask)
    • updated coffeescript to fix npm warning (@ prertik)
  • 0.8.1 - 2018-02-04
    • Use React Native 0.52.0
    • Bump versions: clj->1.9, cljs->1.9.946, re-frame->0.10.4 (@ nrakochy)
    • Add jvm options to support JDK9
  • 0.8.0 - 2017-11-12
    • Use React Native 0.50.3
      • Note that since version 0.49 react-native-cli generates project with single App.js entry file. Re-Natal still generates separate entry files index.ios.js and index.android.js. Mainly due to technical reasons, might change in future.
    • New command re-natal set-figwheel-port for cases when you want to run figwheel on port other than default 3449
  • 0.7.2 - 2017-10-12
    • Fixed error on re-natal figwheel with image subfolders #149
  • 0.7.1 - 2017-10-09
    • fixed double initialization of figwheel
    • moved figwheel url configuration into generated namespace (which can be .gitignored)

    Updating existing projects

    • run re-natal upgrade
    • add env/dev/env/config.cljs to .gitignore
  • 0.7.0 - 2017-10-03
  • 0.6.0 - 2017-08-13
  • 0.5.0 - 2017-07-11
  • 0.4.3 - 2017-05-30
  • 0.4.2 - 2017-05-28
  • 0.4.1 - 2017-05-14
  • 0.4.0 - 2017-05-01
  • 0.3.7 - 2017-03-15
  • 0.3.6 - 2017-03-11
  • 0.3.5 - 2017-02-23
  • 0.3.4 - 2017-01-28
  • 0.3.3 - 2016-12-04
  • 0.3.2 - 2016-11-21
  • 0.3.1 - 2016-10-31
  • 0.3.0 - 2016-10-14
  • 0.2.43 - 2016-09-24
  • 0.2.42 - 2016-09-11
  • 0.2.41 - 2016-08-29
  • 0.2.40 - 2016-08-07
  • 0.2.39 - 2016-07-31
  • 0.2.38 - 2016-07-24
from re-natal GitHub release notes
Commit messages
Package name: re-natal

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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.

Error in profile screen Can not go back from chat when request is selected
1 participant