Skip to content

Commit

Permalink
build(deps-dev): bump cspell from 5.18.5 to 7.0.1 (#1979)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump cspell from 5.18.5 to 7.0.1

Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 5.18.5 to 7.0.1.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/cspell@v5.18.5...v7.0.1)

---
updated-dependencies:
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixing cspell issues

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jake Skipper <jake.skipper@rackspace.com>
  • Loading branch information
dependabot[bot] and Jake Skipper authored Aug 25, 2023
1 parent 1406611 commit c2870ef
Show file tree
Hide file tree
Showing 102 changed files with 1,933 additions and 1,112 deletions.
10 changes: 9 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends curl git make pkg-config bash-completion \
python3-virtualenv python3-pip python3-venv python3-dev \
software-properties-common npm binutils
software-properties-common binutils

# Setup Apt for newer versions of NodeJS
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - &&\
sudo apt-get install -y nodejs

# Install nodejs
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends nodejs

# Add additional python options
RUN sudo add-apt-repository ppa:deadsnakes/ppa
Expand Down
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"ms-python.python"
]
}
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.egg-info
*.pyc
*.pyo
.Trash-*
.cache
.coverage
.eggs
Expand Down
124 changes: 123 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,128 @@
"tomli",
"typeshed",
"unsubscriptable",
"xmlsec"
"xmlsec",
"intersphinx",
"viewcode",
"nitpicky",
"htmlhelp",
"runwaydoc",
"typehints",
"templatedir",
"getpreferredencoding",
"execglobals",
"refreshable",
"nodeinstancerole",
"nodeinstanceprofile",
"autoscaler",
"thisfile",
"eksservicerole",
"ekscluster",
"nodegroup",
"nodesecuritygroup",
"blogpost",
"awslogbucket",
"edgelambda",
"terraformlocktable",
"terraformstatebucket",
"managementpolicy",
"graphviz",
"classdir",
"configvars",
"nosetests",
"noninteractive",
"downstreams",
"appendleft",
"dockerized",
"certificatemanager",
"copydir",
"maxsplit",
"getpreferredencoding",
"absolutepath",
"getgid",
"assumerole",
"excinfo",
"caplog",
"classmethods",
"autoloaded",
"autouse",
"accesspoint",
"readacl",
"writeacl",
"nonseekable",
"chunksize",
"fileinfo",
"fileinfos",
"dryrun",
"sourcebucket",
"sourcekey",
"locallocal",
"rootdir",
"onezone",
"backported",
"usefixtures",
"tagset",
"testtemplate",
"safehaven",
"barfoo",
"dunder",
"testval",
"testkey",
"invalidtestkey",
"subclasscheck",
"paravirtual",
"autouse",
"nonbool",
"ssword",
"teststack",
"mynamespace",
"foobarfoo",
"unittests",
"outputquery",
"clienterror",
"autofind",
"mystack",
"shouldraise",
"tempdirectory",
"nameextra",
"argparsing",
"hashfile",
"newdir",
"prevdir",
"identless",
"humanreadable",
"runwayconfig",
"instancerole",
"authmap",
"tmpdirname",
"shelloutexc",
"nestedkey",
"nestedval",
"fileout",
"lintfix",
"autoscale",
"shasums",
"threadsafe",
"nameserver",
"keylist",
"filehandle",
"prepad",
"newfile",
"filedir",
"temppath",
"prehook",
"nodelaunchtemplate",
"indentless",
"arcname",
"searchpath",
"savingsplans",
"topdown",
"partitionkey",
"timestnonce",
"timestampamp",
"filedes",
"autodetected",
"addoption",
"domparator"
]
}
Loading

0 comments on commit c2870ef

Please sign in to comment.