Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7a62ec4

Browse files
Merge branch 'next' into v7
2 parents d600c11 + 6f36a35 commit 7a62ec4

File tree

53 files changed

+26515
-9462
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+26515
-9462
lines changed

‎CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
- Remove `client.app` property [#677](https://github.com/bugsnag/bugsnag-js/pull/677)
4545
- Move breadcrumbs to a private property on `client._breadcrumbs` [#681](https://github.com/bugsnag/bugsnag-js/pull/681)
4646

47+
## 6.6.0 (2020年04月02日)
48+
49+
### Changed
50+
51+
- (expo): Add support for Expo SDK v37 [#781](https://github.com/bugsnag/bugsnag-js/pull/781)
52+
4753
## 6.5.2 (2020年02月05日)
4854

4955
### Changed

‎docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ services:
1818
target: browser-maze-runner
1919
args:
2020
- BUILDKITE_BUILD_NUMBER
21+
command: --fail-fast --retry 2
2122
environment:
2223
VERBOSE:
2324
DEBUG:
@@ -37,6 +38,7 @@ services:
3738
context: .
3839
dockerfile: dockerfiles/Dockerfile.node
3940
target: node-maze-runner
41+
command: --fail-fast --retry 2
4042
environment:
4143
NODE_VERSION: "${NODE_VERSION:-10}"
4244
COMPOSE_PROJECT_NAME: "node${NODE_VERSION:-10}"
@@ -56,6 +58,7 @@ services:
5658
dockerfile: dockerfiles/Dockerfile.expo
5759
args:
5860
- BUILDKITE_BUILD_NUMBER
61+
command: --fail-fast --retry 2
5962
environment:
6063
VERBOSE:
6164
DEBUG:

‎dockerfiles/Dockerfile.expo-android-builder

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
77
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
88

99
RUN apt-get update
10-
RUN apt-get install -y nodejs make g++ yarn rsync
10+
RUN apt-get install -y nodejs make g++ yarn rsync jq
1111

1212
WORKDIR /app/test/expo/features/fixtures/test-app
1313

1414
RUN mkdir -p /app/test/expo/features/fixures/build
1515

1616
RUN yarn global add gulp-cli node-gyp
17-
RUN yarn add bunyan rsync turtle-cli@0.13.1
17+
RUN yarn add bunyan rsync turtle-cli@0.14
1818

1919
RUN node_modules/.bin/turtle setup:android
2020

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /