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 @codemirror/lang-sql from 6.3.3 to 6.5.5 #4

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

Conversation

gitworkflows
Copy link

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @codemirror/lang-sql from 6.3.3 to 6.5.5.

ℹ️ 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 8 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-12-28.
Release notes
Package name: @codemirror/lang-sql
  • 6.5.5 - 2023-12-28

    Bug fixes

    Make sure table and column completions with upper-case characters are quoted.

    Tag comments and strings as isolating for the purpose of bidirectional text.

  • 6.5.4 - 2023-08-10

    Bug fixes

    Remove use of negative lookbehind in a regular expression, which recent versions of Safari still don't support.

  • 6.5.3 - 2023-08-05

    Bug fixes

    The PL/SQL dialect now correctly handles q'[]'-quoting syntax.

  • 6.5.2 - 2023-06-23

    Bug fixes

    Allow table names to contain multiple dots in the schema passed to schemaCompletionSource.

  • 6.5.1 - 2023-06-21

    Bug fixes

    schemaCompletionSource now adds quotes around non-word identifiers even if the user didn't type a starting quote.

  • 6.5.0 - 2023-05-16

    New features

    Dialect objects now have a public spec property holding their configuration.

  • 6.4.1 - 2023-04-13

    Bug fixes

    Fix a bug where tokenizing of block comments got confused when nested comment start/end markers appeared directly next to each other.

  • 6.4.0 - 2023-01-23

    Bug fixes

    Fix syntax tree node names for curly and square brackets, which had their names swapped.

    New features

    The new schemas config option can be used to provide custom completion objects for schema completions.

  • 6.3.3 - 2022-11-14

    Bug fixes

    Fix tokenizing of double-$ strings in SQL dialects that support them.

from @codemirror/lang-sql GitHub release notes
Commit messages
Package name: @codemirror/lang-sql
  • a039212 Mark version 6.5.5
  • f2c6f03 Add bidi isolation metadata to the grammar
  • 15cd610 Quote completions with upper-case characters
  • 4b7b256 Mark version 6.5.4
  • ecee754 Remove negative lookbehind
  • ef9ea42 Mark version 6.5.3
  • 6aac598 Adjust PL/SQL quoting mechanism code
  • 4bb0732 added the alternative quoting mechanism for plsql
  • 4d8fa17 Fix unescaping of period chars
  • 1735b82 Allow period chars in table names to be escaped
  • 95e773c Mark version 6.5.2
  • eb70d19 Allow tables to be nested more than one level in schemaCompletionSource
  • be533e3 Mark version 6.5.1
  • ca951ee Automatically quote identifiers with non-word characters in completions
  • a7ce220 Move to @ codemirror/buildhelper 1.0.0
  • 15cd228 Mark version 6.5.0
  • 5fb023f Export SQLDialect.spec
  • 2213fd9 Mark version 6.4.1
  • be95e91 Improve block comment tokenizers
  • 4de07b4 Update links in readme
  • b8de1f5 Regenerate readme
  • 97a0e84 Update maintainer email
  • ea8d12c Mark version 6.4.0
  • e9403c0 Add SQLConfig.schemas

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

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@codemirror/[email protected] Transitive: environment +9 2.23 MB adrianheine, marijn

🚮 Removed packages: npm/@codemirror/[email protected]

View full report↗︎

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.

2 participants