Skip to content

Commit 89ed602

Browse files
authored
Merge pull request #857 from aws-amplify/palpatim.chore.prep-release
chore: prep release
2 parents 9e39dc1 + f869758 commit 89ed602

File tree

5 files changed

+57
-47
lines changed

5 files changed

+57
-47
lines changed

.github/ISSUE_TEMPLATE/1.gen2_bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
validations:
2020
required: true
2121
- type: textarea
22-
id: env
22+
id: data-env
2323
attributes:
2424
label: Codegen packages
2525
description: |

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ List any codegen parameters changed or added.
3434
- [ ] Breaking changes to existing customers are released behind a feature flag or major version update
3535
- [ ] Changes are tested using sample applications for all relevant platforms (iOS/android/flutter/Javascript) that use the feature added/modified
3636
- [ ] Changes are tested on windows. Some Node functions (such as `path`) behave differently on windows.
37+
- [ ] Changes adhere to the [GraphQL Spec](https://spec.graphql.org/June2018/) and supports the GraphQL types `type`, `input`, `enum`, `interface`, `union` and scalar types.
3738

3839

3940
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

dependency_licenses.txt

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8809,11 +8809,11 @@ SOFTWARE.
88098809

88108810
-----
88118811

8812-
The following software may be included in this product: braces, clone-deep, normalize-path. A copy of the source code may be downloaded from https://github.com/micromatch/braces.git (braces), https://github.com/jonschlinkert/clone-deep.git (clone-deep), https://github.com/jonschlinkert/normalize-path.git (normalize-path). This software contains the following license and notice below:
8812+
The following software may be included in this product: braces, fill-range, is-number, micromatch. A copy of the source code may be downloaded from https://github.com/micromatch/braces.git (braces), https://github.com/jonschlinkert/fill-range.git (fill-range), https://github.com/jonschlinkert/is-number.git (is-number), https://github.com/micromatch/micromatch.git (micromatch). This software contains the following license and notice below:
88138813

88148814
The MIT License (MIT)
88158815

8816-
Copyright (c) 2014-2018, Jon Schlinkert.
8816+
Copyright (c) 2014-present, Jon Schlinkert.
88178817

88188818
Permission is hereby granted, free of charge, to any person obtaining a copy
88198819
of this software and associated documentation files (the "Software"), to deal
@@ -9896,6 +9896,32 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
98969896

98979897
-----
98989898

9899+
The following software may be included in this product: clone-deep, normalize-path. A copy of the source code may be downloaded from https://github.com/jonschlinkert/clone-deep.git (clone-deep), https://github.com/jonschlinkert/normalize-path.git (normalize-path). This software contains the following license and notice below:
9900+
9901+
The MIT License (MIT)
9902+
9903+
Copyright (c) 2014-2018, Jon Schlinkert.
9904+
9905+
Permission is hereby granted, free of charge, to any person obtaining a copy
9906+
of this software and associated documentation files (the "Software"), to deal
9907+
in the Software without restriction, including without limitation the rights
9908+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9909+
copies of the Software, and to permit persons to whom the Software is
9910+
furnished to do so, subject to the following conditions:
9911+
9912+
The above copyright notice and this permission notice shall be included in
9913+
all copies or substantial portions of the Software.
9914+
9915+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9916+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9917+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9918+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9919+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9920+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
9921+
THE SOFTWARE.
9922+
9923+
-----
9924+
98999925
The following software may be included in this product: cloudform-types. A copy of the source code may be downloaded from git+https://github.com/bright/cloudform.git. This software contains the following license and notice below:
99009926

99019927
MIT License
@@ -13205,32 +13231,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1320513231

1320613232
-----
1320713233

13208-
The following software may be included in this product: fill-range, is-number, micromatch. A copy of the source code may be downloaded from https://github.com/jonschlinkert/fill-range.git (fill-range), https://github.com/jonschlinkert/is-number.git (is-number), https://github.com/micromatch/micromatch.git (micromatch). This software contains the following license and notice below:
13209-
13210-
The MIT License (MIT)
13211-
13212-
Copyright (c) 2014-present, Jon Schlinkert.
13213-
13214-
Permission is hereby granted, free of charge, to any person obtaining a copy
13215-
of this software and associated documentation files (the "Software"), to deal
13216-
in the Software without restriction, including without limitation the rights
13217-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13218-
copies of the Software, and to permit persons to whom the Software is
13219-
furnished to do so, subject to the following conditions:
13220-
13221-
The above copyright notice and this permission notice shall be included in
13222-
all copies or substantial portions of the Software.
13223-
13224-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13225-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13226-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13227-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13228-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13229-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
13230-
THE SOFTWARE.
13231-
13232-
-----
13233-
1323413234
The following software may be included in this product: find-root. A copy of the source code may be downloaded from [email protected]:js-n/find-root.git. This software contains the following license and notice below:
1323513235

1323613236
Copyright © 2017 jsdnxx

packages/appsync-modelgen-plugin/src/interfaces/introspection/model-schema.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
// This file defines the Model Introspection Schema contract between Amplify Data and its consumers, including:
2+
// - Gen1 CLI
3+
// - Gen1 Studio
4+
// - Gen2 CLI
5+
// - Gen2 Console
6+
// - Gen2 data-client
7+
//
8+
// Any change to this file represents a change in that API, and must be reviewed as such.
9+
110
/**
211
* Root Schema Representation
312
*/
@@ -129,4 +138,4 @@ export type Argument = {
129138
isArray: boolean;
130139
isRequired: boolean;
131140
isArrayNullable?: boolean;
132-
}
141+
}

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
"@aws-amplify/[email protected]", "@aws-amplify/amplify-cli-core@^4.2.4-rc.43f73ab268.0":
5151
version "4.2.4-rc.43f73ab268.0"
52-
resolved "https://registry.npmjs.org/@aws-amplify/amplify-cli-core/-/amplify-cli-core-4.2.4-rc.43f73ab268.0.tgz#3dc2ff61b675ce67f11bb01f8b594c1d8e786eed"
52+
resolved "https://registry.yarnpkg.com/@aws-amplify/amplify-cli-core/-/amplify-cli-core-4.2.4-rc.43f73ab268.0.tgz#3dc2ff61b675ce67f11bb01f8b594c1d8e786eed"
5353
integrity sha512-DcwpcAsDBnVXLjcRFypFP4MQB0t0O0idj6ZtBZnKp36DNX4JIfIRJgeXY1kLjcIkcAMEh2A+2ITw7O5X8GY6Dg==
5454
dependencies:
5555
"@aws-amplify/amplify-cli-logger" "1.3.3"
@@ -8855,11 +8855,11 @@ brace-expansion@^2.0.1:
88558855
balanced-match "^1.0.0"
88568856

88578857
braces@^3.0.2:
8858-
version "3.0.2"
8859-
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
8860-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
8858+
version "3.0.3"
8859+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
8860+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
88618861
dependencies:
8862-
fill-range "^7.0.1"
8862+
fill-range "^7.1.1"
88638863

88648864
browser-process-hrtime@^1.0.0:
88658865
version "1.0.0"
@@ -9672,7 +9672,7 @@ create-require@^1.1.0:
96729672

96739673
[email protected], cross-fetch@^2.2.6, cross-fetch@^3.1.5:
96749674
version "2.2.6"
9675-
resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.6.tgz#2ef0bb39a24ac034787965c457368a28730e220a"
9675+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.2.6.tgz#2ef0bb39a24ac034787965c457368a28730e220a"
96769676
integrity sha512-9JZz+vXCmfKUZ68zAptS7k4Nu8e2qcibe7WVZYps7sAgk5R8GYTc+T1WR0v1rlP9HxgARmOX1UTIJZFytajpNA==
96779677
dependencies:
96789678
node-fetch "^2.6.7"
@@ -10759,10 +10759,10 @@ filelist@^1.0.4:
1075910759
dependencies:
1076010760
minimatch "^5.0.1"
1076110761

10762-
fill-range@^7.0.1:
10763-
version "7.0.1"
10764-
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
10765-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
10762+
fill-range@^7.1.1:
10763+
version "7.1.1"
10764+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
10765+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
1076610766
dependencies:
1076710767
to-regex-range "^5.0.1"
1076810768

@@ -16425,7 +16425,7 @@ whatwg-encoding@^1.0.5:
1642516425

1642616426
whatwg-fetch@^2.0.4:
1642716427
version "2.0.4"
16428-
resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
16428+
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
1642916429
integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==
1643016430

1643116431
whatwg-mimetype@^2.3.0:
@@ -16672,14 +16672,14 @@ [email protected]:
1667216672
mkdirp "^0.5.1"
1667316673

1667416674
ws@^7.4.6:
16675-
version "7.5.9"
16676-
resolved "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
16677-
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
16675+
version "7.5.10"
16676+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
16677+
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
1667816678

1667916679
ws@^8.14.2:
16680-
version "8.14.2"
16681-
resolved "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f"
16682-
integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==
16680+
version "8.17.1"
16681+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
16682+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
1668316683

1668416684
xml-name-validator@^3.0.0:
1668516685
version "3.0.0"

0 commit comments

Comments
 (0)