Commit 3fd1cfa
authored
build(deps): bump @aws/aurora-dsql-node-postgres-connector from 0.1.5 to 0.1.7 in /javascript/node-postgres (#274)
Bumps
[@aws/aurora-dsql-node-postgres-connector](https://github.com/awslabs/aurora-dsql-nodejs-connector)
from 0.1.5 to 0.1.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/releases"><code>@aws/aurora-dsql-node-postgres-connector</code>'s
releases</a>.</em></p>
<blockquote>
<h2>aurora-dsql-node-postgres-connector-v0.1.7</h2>
<p>This release fixes a bundling issue where
<code>pg-connection-string</code> was being inlined into the built
artifact, causing <code>import.meta.url</code> errors in certain bundler
environments (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/158">#158</a>).
The library is now correctly treated as an external dependency, reducing
ESM bundle size from 12.25kB to 6.20kB.</p>
<h3>Dependencies</h3>
<p>To prevent further bundling issues, the <code>package.json</code>
file was updated to include explicit dependencies for packages which
were previously used transitively.</p>
<ul>
<li>Added <code>pg-connection-string</code> as explicit peer dependency.
This is provided by <code>pg</code>, but we reference it directly.</li>
<li>Added <code>@smithy/types</code> to dependencies. This is provided
by the AWS SDK, but we reference it directly.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Standardize folder structure and format by <a
href="https://github.com/amaksimo"><code>@amaksimo</code></a> in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/156">awslabs/aurora-dsql-nodejs-connector#156</a></li>
<li>Update node-postgres example to use 0.1.6 by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/155">awslabs/aurora-dsql-nodejs-connector#155</a></li>
<li>Convert node-postgres examples from TypeScript to JavaScript by <a
href="https://github.com/amaksimo"><code>@amaksimo</code></a> in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/157">awslabs/aurora-dsql-nodejs-connector#157</a></li>
<li>Add explicit pg-connection-string dep to fix bundling issue by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/159">awslabs/aurora-dsql-nodejs-connector#159</a></li>
<li>Add node-postgres dependency check for source code during CI by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/161">awslabs/aurora-dsql-nodejs-connector#161</a></li>
<li>Add node-postgres publint check for built artifact by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/160">awslabs/aurora-dsql-nodejs-connector#160</a></li>
<li>Add node-postgres attw check for built artifact by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/162">awslabs/aurora-dsql-nodejs-connector#162</a></li>
<li>Add node-postgres eslint-plugin-import-x plugin check by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/167">awslabs/aurora-dsql-nodejs-connector#167</a></li>
<li>Bump package versions by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/168">awslabs/aurora-dsql-nodejs-connector#168</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/amaksimo"><code>@amaksimo</code></a>
made their first contribution in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/156">awslabs/aurora-dsql-nodejs-connector#156</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/compare/aurora-dsql-node-postgres-connector-v0.1.6...aurora-dsql-node-postgres-connector-v0.1.7">https://github.com/awslabs/aurora-dsql-nodejs-connector/compare/aurora-dsql-node-postgres-connector-v0.1.6...aurora-dsql-node-postgres-connector-v0.1.7</a></p>
<h2>aurora-dsql-node-postgres-connector-v0.1.6</h2>
<p>This release improves handling of <code>null</code> and
<code>undefined</code> configuration values, when specified using either
<code>AuroraDSQLConfig</code> or <code>AuroraDSQLPoolConfig</code>.
<code>null</code> or <code>undefined</code> values will now be replaced
with default values, which improves compatibility with other
libraries.</p>
<h2>What's Changed</h2>
<ul>
<li>Bump <code>@aws/aurora-dsql-node-postgres-connector</code> from
0.1.3 to 0.1.5 in /packages/node-postgres/example by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/140">awslabs/aurora-dsql-nodejs-connector#140</a></li>
<li>Reduce Dependabot update spam by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/146">awslabs/aurora-dsql-nodejs-connector#146</a></li>
<li>Don't override defaults with null/undefined config by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/145">awslabs/aurora-dsql-nodejs-connector#145</a></li>
<li>Remove broken Dependabot daily updates by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/147">awslabs/aurora-dsql-nodejs-connector#147</a></li>
<li>Bump tsdown from 0.17.3 to 0.18.0 in /packages/node-postgres by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/143">awslabs/aurora-dsql-nodejs-connector#143</a></li>
<li>Bump <code>@typescript-eslint/eslint-plugin</code> from 8.49.0 to
8.50.0 in /packages/node-postgres by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/141">awslabs/aurora-dsql-nodejs-connector#141</a></li>
<li>Bump <code>@eslint/js</code> from 9.39.1 to 9.39.2 in
/packages/node-postgres by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/134">awslabs/aurora-dsql-nodejs-connector#134</a></li>
<li>Bump the production group in /packages/node-postgres with 2 updates
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/148">awslabs/aurora-dsql-nodejs-connector#148</a></li>
<li>Bump the development group across 1 directory with 5 updates by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/152">awslabs/aurora-dsql-nodejs-connector#152</a></li>
<li>Bump node-postgres from 0.1.5 to 0.1.6 by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/154">awslabs/aurora-dsql-nodejs-connector#154</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/compare/aurora-dsql-node-postgres-connector-v0.1.5...aurora-dsql-node-postgres-connector-v0.1.6">https://github.com/awslabs/aurora-dsql-nodejs-connector/compare/aurora-dsql-node-postgres-connector-v0.1.5...aurora-dsql-node-postgres-connector-v0.1.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/50de257ff24910c8e8f9f44cd0cd45b362d788cc"><code>50de257</code></a>
Bump package versions (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/168">#168</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/feb35697da62631fd78f42bb1f13a13c86eb6da2"><code>feb3569</code></a>
Add postgres.js eslint-plugin-import-x plugin check (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/166">#166</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/2b30f9f94cb111fbd86002e06c28a6a22c2cddc7"><code>2b30f9f</code></a>
Add node-postgres eslint-plugin-import-x plugin check (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/167">#167</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/9ab7bdc8c5ac71ee1d6e9690e56b37ca2f117cb0"><code>9ab7bdc</code></a>
Add postgres.js dependency check for source code during CI (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/165">#165</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/b47d854b4c4085e711a96bb1309bf8c1d2c432dc"><code>b47d854</code></a>
Add node-postgres attw check for built artifact (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/162">#162</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/ff5a9e6f058159b72b68535048c9d044c51273d5"><code>ff5a9e6</code></a>
Add node-postgres publint check for built artifact (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/160">#160</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/8a356d27f4640a3231ac0fb9211db99468877c62"><code>8a356d2</code></a>
Add postgres.js attw check for built artifact (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/164">#164</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/c8ff4d8091bf112137af4a9a8b5fef39e2df9622"><code>c8ff4d8</code></a>
Add postgres.js publint check for built artifact (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/163">#163</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/21492895d820c5211f11bd96000fe36a2cd8a1ca"><code>2149289</code></a>
Add node-postgres dependency check for source code during CI (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/161">#161</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/51484f6a241fceb63765d47e8404fdccef5af09a"><code>51484f6</code></a>
Add explicit pg-connection-string dep to fix bundling issue (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/159">#159</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/compare/aurora-dsql-node-postgres-connector-v0.1.5...aurora-dsql-node-postgres-connector-v0.1.7">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5847a13 commit 3fd1cfa
2 files changed
Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments