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

Bump mysql2 and n8n-core #7

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2024

Removes mysql2. It's no longer used after updating ancestor dependency n8n-core. These dependencies need to be updated together.

Removes mysql2

Updates n8n-core from 1.14.1 to 1.49.0

Changelog

Sourced from n8n-core's changelog.

1.49.0 (2024-07-03)

Bug Fixes

  • core: Add a WebCrypto Polyfill for older versions of Node.js 18 (#9894) (59c8bf1)
  • core: Don't allow using credentials that are not part of the same project (#9916) (ab2a548)
  • core: Filter out certain executions from crash recovery (#9904) (7044d1c)
  • core: Fix AddActivatedAtUserSetting migration on MariaDB (#9910) (db29e84)
  • core: Fix execution cancellation in scaling mode (#9841) (e613de2)
  • core: Fix worker logs relay (#9919) (7c53433)
  • core: Throw on adding execution without execution data (#9903) (abb7458)
  • editor: Don't try to load credentials on the demo route (#9926) (b80df2a)
  • editor: Enable expression preview in SQL node when looking at executions (#9733) (d9747d5)
  • editor: Fix frontend project roles (#9901) (f229577)
  • editor: Fix new node credential creation via Resource Locator Component (#9896) (55cbc90)
  • editor: Fix performance issues related to expressions and pinned data (#9882) (13d83f2)
  • editor: Improve text wrapping in schema view (#9888) (dc1c5fc)
  • Execute Workflow Node: Continue on fail behaviour not correctly implemented (#9890) (16b1a09)
  • LinkedIn Node: Fix issue with legacy credential no longer working (#9912) (873b7e5)

Features

  • Add Zep Cloud Memory component (#9657) (41c47a2)
  • Copper Node: Update credential to support HTTP Request node (#9837) (e6ad5a7)
  • editor: Add docs sidebar to credential modal (#9914) (b2f8ea7)
  • editor: Remove Segment (#9878) (10f7d4b)
  • Embeddings Cohere Node: Add v3 Cohere models (#9887) (403e19b)
  • GitHub Node: Add support for state reasons when editing an issue (#9848) (61c20d1)
  • Introduce debug info button (#9895) (be9a247)
  • Merge Node: Overhaul, v3 (#9528) (af69c80)
  • Vector Store Tool Node: Add Vector Store Tool (#9865) (df2bc84)
  • Zammad Node: Add reply_to and sender fields to article on ticket creation (#9911) (957b2d6)

1.48.0 (2024-06-27)

Bug Fixes

  • core: Fix init for AuditEventRelay (#9839) (16d3083)
  • core: Fix telemetry for concurrency control (#9845) (e25682d)
  • editor: Fix initialize authenticated features (#9867) (4de58dc)
  • editor: Load credentials for workflow before determining credentials errors (#9876) (4008c14)
  • editor: Optimizing main sidebar to have more space for Projects (#9686) (5cdcb61)
  • editor: Properly update workflow info in main header (#9789) (1ba656e)
  • editor: Show error state correctly in options parameter with remote options (#9836) (5bc58ef)
  • editor: Use pinned data to resolve expressions in unexecuted nodes (#9693) (6cb3072)

... (truncated)

Commits
  • 47cd411 🚀 Release 1.49.0 (#9927)
  • b80df2a fix(editor): Don't try to load credentials on the demo route (#9926)
  • 7f8857f refactor(editor): Upgrade frontend typing (no-changelog) (#9915)
  • b2f8ea7 feat(editor): Add docs sidebar to credential modal (#9914)
  • ab2a548 fix(core): Don't allow using credentials that are not part of the same projec...
  • 962f0d7 ci: Update codecov setup (no-changelog) (#9852)
  • 7c53433 fix(core): Fix worker logs relay (#9919)
  • e6ad5a7 feat(Copper Node): Update credential to support HTTP Request node (#9837)
  • 403e19b feat(Embeddings Cohere Node): Add v3 Cohere models (#9887)
  • 957b2d6 feat(Zammad Node): Add reply_to and sender fields to article on ticket creati...
  • Additional commits viewable in compare view

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 commands and options

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [mysql2](https://github.com/sidorares/node-mysql2). It's no longer used after updating ancestor dependency [n8n-core](https://github.com/n8n-io/n8n). These dependencies need to be updated together.


Removes `mysql2`

Updates `n8n-core` from 1.14.1 to 1.49.0
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Changelog](https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@1.14.1...n8n@1.49.0)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: indirect
- dependency-name: n8n-core
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants